.password-recovery{max-width:430px;margin:0 auto;padding:32px 0}.password-recovery h2{margin:0 0 8px}.password-recovery p{color:#666;line-height:1.5}.password-recovery form{display:grid;grid-gap:16px;gap:16px;margin:24px 0 16px}.password-recovery label{display:grid;grid-gap:7px;gap:7px;font-weight:500}.password-recovery input{box-sizing:border-box;width:100%;min-height:40px;padding:8px 10px;border:1px solid #d6d6d6;border-radius:9px}.password-recovery button{min-height:40px;border:0;border-radius:9px;color:#fff;background:#101010;cursor:pointer}.password-recovery button:disabled{opacity:.65}.password-recovery__error,.password-recovery__message{padding:10px 12px;border-radius:8px;line-height:1.4}.password-recovery__message{background:#edf8ef;color:#185c27}.password-recovery__error{background:#fff0f0;color:#8b1e1e}