.password-reset-dialog { width: min(440px, calc(100vw - 32px)); max-height: calc(100dvh - 32px); padding: 28px; border: 1px solid #cbd5e1; border-radius: 24px; color: #16243b; background: #fff; box-sizing: border-box; overflow: auto; }
.password-reset-dialog::backdrop { background: rgba(15, 23, 42, .65); }
.password-reset-dialog h2 { margin: 0 0 14px; padding-right: 32px; }
.password-reset-dialog p { line-height: 1.5; }
.password-reset-dialog fieldset { border: 0; padding: 0; margin: 0; min-width: 0; }
.password-reset-dialog fieldset label { display: grid; gap: 8px; margin-bottom: 14px; }
.password-reset-dialog [hidden] { display: none !important; }
.password-reset-dialog .reset-close { position: absolute; right: 16px; top: 12px; border: 0; background: transparent; color: #16243b; font-size: 30px; cursor: pointer; }
.password-reset-dialog .text-btn { color: #155bb5; }
.password-reset-dialog input { background: #fff; color: #16243b; border: 1px solid #94a3b8; }
.password-reset-dialog small { color: #475569; }
