.password-reset-modal [hidden] {
    display: none !important;
}

/* Match the client authentication typography */
.password-reset-dialog > small { font-size: 11px; }
.password-reset-dialog h2 { font-size: 27px; }
.password-reset-dialog > p { font-size: 13px; }
.password-reset-dialog label { font-size: 13px; }
.password-reset-dialog input { font-size: 14px; }
.password-reset-dialog form > button:not(.password-reset-secondary),
.password-reset-complete button { font-size: 14px; }
.password-reset-secondary { font-size: 12px; }
.password-reset-rule { font-size: 11px; }
.password-reset-message { font-size: 12px; }
.password-reset-complete strong { font-size: 21px; }
.password-reset-complete span { font-size: 13px; }

@media (max-width: 520px) {
    .password-reset-dialog h2 { font-size: 25px; }
}
