.auth-page{min-height:100vh;padding-top:2.5rem;padding-bottom:60px;background-color:#191919;overflow:hidden}.auth-page,.auth-page__content{display:flex;flex-direction:column}.auth-page__content{padding-left:2.5rem;padding-right:2.5rem;justify-content:space-between;height:100%;color:#fff;overflow-y:auto}.auth-page--auth-only .auth-page__content{margin-top:10vh}@media(min-width:768px){.auth-page--auth-only .auth-page__content{margin-top:5vh}}.auth-page--registration .auth-page__content{margin-top:4vh}@media(min-width:768px){.auth-page--registration .auth-page__content{margin-top:2vh}}.auth-page__section{flex-shrink:0}.auth-page__title{font-size:24px;font-weight:500;margin-top:.5rem}.auth-page__description{font-size:18px;margin-bottom:1.5rem}.auth-page__form-section{display:flex;flex-direction:column;gap:1rem}.auth-page__actions{display:flex;flex-direction:column;gap:1.5rem;margin-top:2rem;flex-shrink:0}.auth-page__support-link{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;color:hsla(0,0%,100%,.7);font-size:16px;text-decoration:none;transition:color .2s;padding:.5rem 0}.auth-page__support-link:hover{color:#25d366}.auth-page__support-icon{flex-shrink:0;color:#25d366}.auth-input{background-color:#292929;height:60px}.auth-input,.auth-input__field{width:100%;border-radius:20px;color:#fff}.auth-input__field{outline:none;background:rgba(0,0,0,0);padding:1rem;font-size:16px;border:none}.auth-input__field::placeholder{color:hsla(0,0%,100%,.3)}.auth-footer{margin-top:.5rem;text-align:center}.auth-footer__new-user{color:hsla(0,0%,100%,.7);font-size:16px;margin-bottom:.75rem}.auth-footer__privacy-text{color:hsla(0,0%,100%,.5);font-size:12px;margin-bottom:.5rem}.auth-footer__privacy-link{color:#60a5fa;font-size:12px;text-decoration:underline;background:none;border:none;cursor:pointer;padding:0;transition:color .2s}.auth-footer__privacy-link:hover{color:#93c5fd}@supports(padding:env(safe-area-inset-bottom)){.auth-page__actions{padding-bottom:max(1.5rem,env(safe-area-inset-bottom))}}