.password-reset-modal {
    width: min(640px, 100%);
}

.password-reset-modal .verification-brand-logo {
    display: block;
    width: min(360px, 78%);
    height: auto;
    margin: 0 auto 0.75rem;
}

.password-reset-modal .form-hint {
    margin: -0.35rem 0 0;
    color: var(--muted);
    font-size: 0.95rem;
}

.password-reset-cancel {
    margin-top: 1rem;
}

.password-reset-modal input[type="password"] {
    width: 100%;
}

@media (max-width: 640px) {
    .password-reset-overlay {
        padding: 0.6rem;
    }

    .password-reset-modal {
        max-height: calc(100vh - 1.2rem);
    }
}
