.auth-form{flex-direction:column;justify-content:space-between;align-items:center;width:100%;max-height:71.7rem;padding:9.5rem 9.65rem;display:flex}.auth-form__header{text-align:center;width:100%;max-width:54rem;margin-bottom:3.2rem}.auth-form__label{color:#797979;text-transform:uppercase;margin-bottom:.8rem;font-size:1.6rem;font-weight:500}.auth-form__title{color:#221f1f;margin:0 0 1.6rem;font-size:5.5rem;font-weight:600;line-height:1.1}.auth-form__description{color:#797979;width:100%;max-width:37.5rem;margin:auto;font-size:1.6rem;line-height:1.6}.auth-form__form{flex-direction:column;gap:2rem;width:100%;max-width:45.8rem;display:flex}.auth-form__field{flex-direction:column;gap:.8rem;display:flex}.auth-form__label-text{color:#221f1f;font-size:1.4rem;font-weight:400}.auth-form__input{color:#221f1f;background-color:#fffbf6;border:none;border-bottom:.1rem solid #e8e8e8;border-radius:0;width:100%;padding:1.2rem 1.6rem;font-size:1.6rem;transition:border-color .2s}.auth-form__input:focus{border-color:#221f1f;outline:none}.auth-form__input::placeholder{color:#221f1f}.auth-form__input--error,.auth-form__input--error:focus{border-color:#c41e3a}.auth-form__password-wrapper{align-items:center;display:flex;position:relative}.auth-form__password-toggle{cursor:pointer;color:#797979;background:0 0;border:none;justify-content:center;align-items:center;padding:0;transition:color .2s;display:flex;position:absolute;right:1.6rem}.auth-form__password-toggle:hover{color:#221f1f}.auth-form__password-toggle svg{width:20px;height:20px}.auth-form__error{color:#c41e3a;align-items:center;gap:.6rem;margin-top:.4rem;font-size:1.3rem;display:flex}.auth-form__error svg{flex-shrink:0}.auth-form__forgot{color:#797979;justify-content:flex-end;align-items:center;gap:.4rem;font-size:1.4rem;display:flex}.auth-form__recover{color:#221f1f;text-underline-offset:.2rem;background-color:#0000;border:none;font-weight:600;text-decoration:underline}.auth-form__recover:hover{color:#4a3728}.auth-form__submit{color:#fff;cursor:pointer;background:#4a3728;border:none;width:100%;padding:1.6rem 2.4rem;font-size:1.6rem;font-weight:500;transition:background .2s}.auth-form__submit:hover{background:#3a2b1f}.auth-form__submit:disabled{cursor:not-allowed;background:#a0a0a0}.auth-form__switch{color:#797979;justify-content:center;align-items:center;gap:.8rem;font-size:1.4rem;display:flex}.auth-form__switch-btn{color:#221f1f;text-underline-offset:.2rem;cursor:pointer;background:0 0;border:none;font-size:1.4rem;font-weight:600;text-decoration:underline}.auth-form__switch-btn:hover{color:#4a3728}.auth-form__benefits{background-color:#f4f1e8;border-top:.1rem solid #e8e8e8;border-bottom:.1rem solid #e8e8e8;flex-direction:row;justify-content:center;gap:6.6rem;width:100%;padding:4rem;display:flex}.auth-form__benefit{color:#221f1f;align-items:center;gap:1.2rem;font-size:1.6rem;display:flex}.auth-form__benefit svg{color:#4a3728;flex-shrink:0}.auth-form__success{text-align:center;padding:2rem 0}.auth-form__back-btn{color:#221f1f;cursor:pointer;background:#fff;border:1px solid #221f1f;padding:1.2rem 2.4rem;font-size:1.4rem;font-weight:500;transition:all .2s}.auth-form__back-btn:hover{background:#f5f5f0}@media (max-width:640px){.auth-form__title{font-size:3.6rem}.auth-form__description,.auth-form__input{font-size:1.4rem}.auth-form__submit{padding:1.4rem 2rem;font-size:1.4rem}}
.auth-page__container{grid-template-columns:1fr 1fr;height:82rem;display:grid}.auth-page__image{background-color:#e8e4dc;width:100%;max-width:71.2rem;height:100%;max-height:82rem;position:relative;overflow:hidden}.auth-page__image img{object-fit:cover;width:100%;height:100%;position:absolute;top:0;left:0}.auth-page__form-wrapper{background-color:#fffbf6;flex-direction:column;justify-content:center;align-items:center;width:100%;min-width:72.7rem;display:flex}@media (max-width:968px){.auth-page__container{grid-template-columns:1fr}.auth-page__image{display:none}.auth-page__form-wrapper{padding:2rem}}
