.breadcrumbs{margin-bottom:40px;display:flex;align-items:center;gap:8px}.breadcrumbs a,.breadcrumbs span{display:flex;align-items:center;font-size:14px;font-weight:400;line-height:150%}.breadcrumbs a{gap:8px;color:#489fe1}.breadcrumbs a img{width:16px;height:16px}.breadcrumbs span{color:#32303a}.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%}}.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{display:flex;align-items:center;justify-content:space-between;font-size:14px;font-weight:400;line-height:20px;color:#f04438}.send-email{width:360px;display:flex;flex-direction:column;gap:32px}.send-email button{padding:10px 18px;width:100%;height:44px;border-radius:8px;box-shadow:0 1px 2px 0 rgba(16,24,40,.05);background:#3695d8;font-size:16px;font-weight:700;line-height:24px;color:#fff}.send-email-confirm-code{font-size:16px;font-weight:400;line-height:24px;color:#3695d8}@media screen and (max-width:550px){.send-email{width:100%}}.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)}}.confirm-code{width:360px;display:flex;flex-direction:column;gap:32px}.confirm-code button{padding:10px 18px;width:100%;height:44px;border-radius:8px;box-shadow:0 1px 2px 0 rgba(16,24,40,.05);background:#3695d8;font-size:16px;font-weight:700;line-height:24px;color:#fff}.confirm-code-send-email{font-size:16px;font-weight:400;line-height:24px;color:#3695d8}@media screen and (max-width:550px){.confirm-code{width:100%}}