#modal-reset-password{position:fixed;align-items:center;justify-content:center;opacity:0;top:0;right:0;bottom:0;left:0;z-index:9999;background:#000000eb;transition:opacity .25s ease-out}#modal-reset-password.show{opacity:1}#modal-reset-password .center{min-height:45vh;max-height:640px;width:100%;max-width:520px;transform:translateY(-5vh);padding-inline:1rem}#modal-reset-password .header-modal{font-size:15px}#modal-reset-password .header-modal h2{font-size:22px}#modal-reset-password .header-modal .close{padding:1.25em}#modal-reset-password .body-modal{background:#fff;font-size:15px;padding:2em 1.5em 1em;border-radius:14px}#modal-reset-password .body-modal .intro p{margin:.5em 0}#modal-reset-password .body-modal .intro p.feedback{display:flex;align-items:flex-start;gap:.3em;padding:.6em;border:1px solid;margin-block:1.25em;border-radius:16px;padding-inline:1em}#modal-reset-password .body-modal .intro p.feedback .icon{fill:#fff;background:#006efb}#modal-reset-password .body-modal .ask-reset-form{margin-block:2em;max-width:380px;margin-inline:auto}.ask-reset-form .field-wrapper label{display:block;width:fit-content;font-weight:700;font-size:13px}.ask-reset-form .field-wrapper input{width:100%;font-size:16px;padding:9px 8px;border:1px solid #ccc;border-radius:4px}.ask-reset-form button{width:fit-content;font-size:16px;padding:9px 8px;background:var(--contrast);color:#fff;border-radius:7px;margin-top:9px}.ask-reset-form button:hover{background:#0064ff}
