.student-password-success{position:fixed;inset:0;z-index:1800;display:grid;place-items:center;padding:18px;background:#061a3acc;backdrop-filter:blur(5px)}
.student-password-success[hidden]{display:none}
.student-password-success-dialog{width:min(430px,100%);overflow:hidden;border-radius:18px;background:#fff;box-shadow:0 28px 80px #0007;text-align:center}
.student-password-success-head{padding:24px 22px 19px;border-bottom:4px solid var(--orange);background:linear-gradient(135deg,#071b38,#174d80);color:#fff}
.student-password-success-icon{display:grid;place-items:center;width:54px;height:54px;margin:0 auto 12px;border-radius:50%;background:#e3f5ed;color:#16875d;font-size:29px;font-weight:950}
.student-password-success-head h3{margin:0;color:#fff;font-size:21px}
.student-password-success-body{padding:20px 22px 22px}
.student-password-success-body p{margin:0 0 16px;color:#617188;line-height:1.5}
.student-password-success-body strong{color:var(--navy)}
.student-password-success-body .btn{width:100%}
