.auth-page{display:flex;justify-content:center;padding:48px 16px}.auth-page__panel{width:100%;max-width:480px;padding:32px;background:#fff;border:1px solid #e5e5e5;border-radius:4px;box-shadow:0 8px 24px rgba(0,0,0,.08)}.auth-page__title{margin:0 0 24px;text-align:center;font-size:28px;line-height:1.2}.auth-form .form-group{margin-bottom:20px}.auth-form label{display:inline-block;margin-bottom:8px}.auth-form .form-control{height:44px}.auth-form__password-field{position:relative}.auth-form__password-field .form-control{padding-right:48px}.auth-form__password-toggle{position:absolute;top:0;right:0;width:44px;height:44px;padding:10px;border:0;background:transparent;cursor:pointer}.auth-form__password-toggle img{display:block;width:24px;height:24px}.auth-form__password-toggle img[hidden]{display:none}.auth-form__actions{margin-top:28px}.auth-form__captcha{min-height:102px}.auth-form__links{margin-top:20px;text-align:center}.auth-form__links a,.auth-form__links span{display:inline-block}.auth-form__links span{margin-right:4px}.auth-form__error{display:block;margin-top:6px;color:#a94442;font-size:14px;line-height:1.3}.auth-form .auth-form__control_error{border-color:#a94442}.auth-form .auth-form__control_error:focus{border-color:#843534;box-shadow:0 0 6px #ce8483}@media (max-width:576px){.auth-page{padding:24px 0}.auth-page__panel{padding:24px 16px;border-right:0;border-left:0;border-radius:0}}