.auth-page{padding:96px 32px 48px;height:110vh;min-height:800px;width:100%;display:flex;justify-content:center}.auth-wrapper{flex-direction:column;gap:24px}.auth-icon,.auth-wrapper{display:flex;align-items:center}.auth-icon{width:48px;height:48px;justify-content:center;border:1px solid #eaecf0;border-radius:10px;box-shadow:0 1px 2px 0 rgba(16,24,40,.05);background:#fff}.auth-icon2{min-width:60px;min-height:60px;display:flex;align-items:center;justify-content:center;border:8px solid rgba(72,159,225,.15);border-radius:50%;background:rgba(72,159,225,.3)}.auth-icon2 img{width:24px;height:24px}.auth-header{margin-bottom:8px;display:flex;flex-direction:column;align-items:center;gap:8px;text-align:center}.auth-header h2{font-size:24px;font-weight:700;line-height:32px;color:#101828}.auth-header p{font-size:16px;font-weight:400;line-height:24px;color:#667085}.auth-redirect{color:#667085}.auth-redirect,.auth-redirect a{font-size:14px;font-weight:600;line-height:20px}.auth-redirect a{color:#489fe1}@media screen and (max-width:768px){.auth-page{padding:66px 30px}}@media screen and (max-width:550px){.auth-page{padding:48px 16px}.auth-wrapper{width:100%}}.sign-in-form{margin-bottom:8px;width:360px;display:flex;flex-direction:column}.sign-in-form__error{font-size:14px;font-weight:400;line-height:20px;color:#f04438}.sign-in-form__forgot-password{margin:36px 0;align-self:flex-end;font-size:16px;font-weight:400;line-height:20px;color:#0077b6}.sign-in-form__btns,.sign-in-form__inputs{display:flex;flex-direction:column;gap:20px}.sign-in-form__btns{gap:16px}.sign-in-form__btns_first{padding:10px 18px;height:44px;font-size:16px;font-weight:700;line-height:24px;color:#fff;background-color:#489fe1;border:1px solid #489fe1;border-radius:8px;box-shadow:0 1px 2px 0 rgba(16,24,40,.05);background:#489fe1}@media screen and (max-width:550px){.sign-in-form{width:100%}}.auth-input{display:flex;flex-direction:column;gap:6px}.auth-input label{font-size:14px;font-weight:400;line-height:20px;color:#344054}.auth-input__field,.auth-input__field-with-error{padding:10px 14px;display:flex;align-items:center;border:1px solid #d0d5dd;border-radius:8px;box-shadow:0 1px 2px 0 rgba(16,24,40,.05);background:#fff}.auth-input__field input,.auth-input__field-with-error input{width:100%;font-size:16px;font-weight:400;line-height:24px;color:#101828}.auth-input__field input ::placeholder,.auth-input__field-with-error input ::placeholder{font-size:16px;font-weight:400;line-height:24px;color:#667085}.auth-input__field-with-error{border:1px solid #f04438}.auth-input p{justify-content:space-between;font-size:14px;font-weight:400;line-height:20px;color:#f04438}.auth-input p,.google-btn{display:flex;align-items:center}.google-btn{padding:10px 16px;height:44px;justify-content:center;gap:12px;border:1px solid #d0d5dd;border-radius:8px;box-shadow:0 1px 2px 0 rgba(16,24,40,.05);background:#fff;font-size:16px;font-weight:700;line-height:24px;color:#344054}.loader{width:24px;height:24px;border-radius:50%;display:inline-block;border-top:3px solid #fff;border-right:3px solid transparent;box-sizing:border-box;animation:rotation 1s linear infinite}@keyframes rotation{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}