/**
 * MFA Pro 3.0 – Theme: Minimal
 * Clean, borderless, lightweight aesthetic.
 */

.mfa-theme-minimal .mfa-input {
    border: none;
    border-bottom: 2px solid #e5e7eb;
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
    background: transparent;
}

.mfa-theme-minimal .mfa-input:focus {
    border-bottom-color: #111827;
    box-shadow: none;
}

.mfa-theme-minimal .mfa-label {
    font-weight: 400;
    font-size: 13px;
    color: #6b7280;
    text-transform: uppercase;
    letter-spacing: .5px;
}

.mfa-theme-minimal .mfa-btn-submit {
    background: #111827;
    border-radius: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 13px;
}

.mfa-theme-minimal .mfa-btn-submit:hover {
    background: #374151;
}

.mfa-theme-minimal .mfa-field--error .mfa-input {
    border-bottom-color: #dc2626;
    box-shadow: none;
}
