*{box-sizing:border-box}body{font-size:14px;margin:0;background-color:#f5f5f5;color:#2e3039}body,input,button,textarea,label{font-family:'Avenir Next', sans-serif}.app{min-height:100vh}.app__contents{text-align:center}.sm-button{display:inline-block;text-decoration:none;background-color:#2e3039;color:#fff;font-size:16px;padding:12px 30px;border-radius:100px;border:0}.sm-button--primary{background-color:#e01751;color:#fff}.sm-button--secondary{background-color:#fcb53b;color:#fff}.sm-button--large{font-size:22px;padding:16px 40px}.check-in__submit{display:block;width:300px;margin:0 auto;margin-top:30px}.checkbox__label{position:relative;display:block;height:40px;width:300px;margin:0 auto;margin-top:30px;padding-left:35px;cursor:pointer;font-size:22px}.checkbox__input{position:absolute;opacity:0;cursor:pointer}.checkbox__text{display:inline-block}.checkbox__custom{top:5px;left:50px;position:absolute;height:24px;width:24px;border-radius:5px;border:2px solid #c0c0c0}.checkbox__custom::after{position:absolute;content:"";left:12px;top:12px;height:0px;width:0px;border-radius:5px;border:solid #009bff;border-width:0 3px 3px 0;-webkit-transform:rotate(0deg) scale(0);-ms-transform:rotate(0deg) scale(0);transform:rotate(0deg) scale(0);opacity:1}input:checked~.checkbox__custom{border-radius:5px;-webkit-transform:rotate(0deg) scale(1);-ms-transform:rotate(0deg) scale(1);transform:rotate(0deg) scale(1);opacity:1}input:checked~.checkbox__custom::after{-webkit-transform:rotate(45deg) scale(1);-ms-transform:rotate(45deg) scale(1);transform:rotate(45deg) scale(1);opacity:1;left:6px;top:1px;width:6px;height:12px;border:solid #009bff;border-width:0 2px 2px 0;background-color:transparent;border-radius:0}
