/* Minimalist Background Styles */
.auth-body {
    background: #f8f9fa;
    position: relative;
}

.auth-body::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(240, 242, 245, 0.8) 0%, rgba(240, 242, 245, 0.4) 100%);
    z-index: 0;
}

/* Hide animation elements */
.wave-container {
    display: none;
}

.particles-container {
    display: none;
}

.auth-wrapper {
    z-index: 10;
} 