/* login.css
   Styles externalisés depuis login.html — durcissement CSP (pas de style inline).
   Ne pas mélanger avec styles.css. */

.totp-help-text {
    font-size: 0.875rem;
    color: #666;
    margin-top: 0.25rem;
}

.info-message {
    background-color: #dbeafe;
    border: 1px solid #3b82f6;
    color: #1e40af;
    padding: 0.75rem;
    border-radius: 0.375rem;
    margin-bottom: 1rem;
}

.info-message-detail {
    font-size: 0.875rem;
}

.login-links {
    text-align: center;
    margin-top: 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.login-link-primary {
    color: #3b82f6;
    text-decoration: none;
    font-size: 0.875rem;
}

.login-link-secondary {
    color: #6b7280;
    text-decoration: none;
    font-size: 0.875rem;
}
