.password-reset-shell{min-height:calc(100vh - 140px)}
.password-reset-card{width:min(100%,500px)}
.password-reset-card h1{margin-top:8px;font-size:clamp(1.75rem,4vw,2.25rem);font-weight:950;letter-spacing:-.04em}
.password-reset-help{margin-top:24px;padding:16px;border:1px solid rgba(85,183,255,.18);border-radius:14px;background:rgba(85,183,255,.06);text-align:center}
.password-reset-help p{margin:0;color:#8793a5;font-size:.78rem}
.password-reset-help a{display:inline-block;margin-top:6px;color:#8fd2ff;font-size:.82rem;font-weight:850}
.password-reset-back{display:flex;align-items:center;justify-content:center;gap:7px;margin-top:20px;color:#8e9aab;font-size:.82rem;font-weight:800}
.password-reset-back:hover,.password-reset-help a:hover{color:#d5edff}
.password-reset-back svg{width:16px;height:16px}
.password-reset-expired-actions{display:grid;gap:10px;margin-top:22px}
.password-reset-expired-actions .btn{width:100%}
.password-reset-card .login-alert.is-success{border-color:rgba(52,211,153,.3);background:rgba(52,211,153,.1);color:#a7f3d0}
