
/* Global Auth Background: Clean Modern Gradient with ZERO Stock Photos */
.auth-one-bg,
.auth-bg-cover,
.auth-pass-bg,
.auth-page-wrapper .auth-one-bg,
.auth-page-wrapper .auth-one-bg-position,
.auth-page-wrapper .auth-one-bg-position.auth-one-bg {
    background-image: none !important;
    background: linear-gradient(135deg, #405189 0%, #0ab39c 100%) !important;
}

.auth-one-bg .bg-overlay,
.auth-bg-cover .bg-overlay {
    background: linear-gradient(135deg, #405189 0%, #0ab39c 100%) !important;
    opacity: 0.95 !important;
}

/* Ensure no pseudo element images */
.auth-one-bg::before,
.auth-one-bg::after {
    background-image: none !important;
}
