.password-reset-modal{position:fixed;inset:0;z-index:1000;display:grid;padding:20px;place-items:center;visibility:hidden;opacity:0;transition:.2s}.password-reset-modal.open{visibility:visible;opacity:1}.password-reset-backdrop{position:absolute;inset:0;border:0;background:rgba(19,29,48,.42);backdrop-filter:blur(7px)}.password-reset-dialog{position:relative;z-index:1;width:min(455px,100%);padding:31px;border:1px solid #e0e6ef;border-radius:22px;background:#fff;box-shadow:0 28px 80px rgba(20,35,60,.22);transform:translateY(12px) scale(.98);transition:.25s}.password-reset-modal.open .password-reset-dialog{transform:none}.password-reset-close{position:absolute;top:18px;right:18px;display:grid;width:36px;height:36px;padding:0;border:0;border-radius:10px;place-items:center;color:#7f8998;background:#f5f7fa;cursor:pointer}.password-reset-icon{display:grid;width:50px;height:50px;margin-bottom:18px;border-radius:15px;place-items:center;color:#2f7df4;background:#eaf3ff}.password-reset-icon i{font-size:27px}.password-reset-dialog>small{color:#2f7df4;font-size:10px;font-weight:700;letter-spacing:.12em}.password-reset-dialog h2{margin:6px 0;color:#202637;font-size:25px;letter-spacing:-.035em}.password-reset-dialog>p{margin:0 0 21px;color:#7d8797;font-size:12px;line-height:1.6}.password-reset-dialog form{display:flex;gap:14px;flex-direction:column}.password-reset-dialog label{display:flex;gap:7px;flex-direction:column;color:#424c5c;font-size:12px;font-weight:600}.password-reset-dialog label>div{position:relative}.password-reset-dialog label>div i{position:absolute;top:50%;left:14px;color:#8290a3;font-size:20px;transform:translateY(-50%)}.password-reset-dialog input{width:100%;height:50px;padding:0 14px;border:1px solid #dce2eb;border-radius:11px;outline:0;background:#fafbfd;font:500 13px Inter}.password-reset-dialog label>div input{padding-left:44px}.password-reset-dialog input:focus{border-color:#6fa4f5;background:#fff;box-shadow:0 0 0 4px rgba(47,125,244,.08)}.password-reset-dialog form>button:not(.password-reset-secondary),.password-reset-complete button{display:flex;align-items:center;justify-content:space-between;height:49px;padding:0 17px;border:0;border-radius:11px;color:#fff;background:linear-gradient(135deg,#5592ec,#2f73d8);font:700 12px Inter;cursor:pointer}.password-reset-dialog form>button:disabled{opacity:.65;cursor:wait}.password-reset-code{text-align:center;font:700 24px/1 Inter!important;letter-spacing:9px}.password-reset-secondary{border:0;color:#2f7df4;background:transparent;font:600 11px Inter;cursor:pointer}.password-reset-rule{margin-top:-5px;color:#8690a0;font-size:10px;line-height:1.5}.password-reset-message{margin-bottom:16px;padding:11px 13px;border:1px solid #f1cdd2;border-radius:10px;color:#b83e4d;background:#fff4f5;font-size:11px;line-height:1.5}.password-reset-message.success{border-color:#cce9db;color:#177d57;background:#effaf5}.password-reset-complete{text-align:center}.password-reset-complete>i{color:#31ad77;font-size:52px;font-variation-settings:"FILL" 1}.password-reset-complete strong,.password-reset-complete span{display:block}.password-reset-complete strong{margin:12px 0 5px;color:#202637;font-size:19px}.password-reset-complete span{margin-bottom:20px;color:#7d8797;font-size:12px}.password-reset-complete button{width:100%;justify-content:center}@media(max-width:520px){.password-reset-dialog{padding:27px 21px;border-radius:18px}.password-reset-dialog h2{font-size:22px}}
