/* FalconCloud Login Styles - CSP Compliant */

html, body { 
    background-color: #121212 !important; 
    color: #e0e0e0 !important; 
    display: flex; 
    justify-content: center; 
    align-items: center; 
    height: 100vh;
    margin: 0;
}

.container { 
    max-width: 400px; 
    text-align: center; 
    background-color: #1f1f1f !important; 
    padding: 20px; 
    border-radius: 8px; 
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); 
}

.form-label { 
    color: #e0e0e0 !important; 
}

.form-control { 
    background-color: #333 !important; 
    color: #e0e0e0 !important; 
    border: 1px solid #444 !important; 
}

.form-control:focus { 
    background-color: #333 !important; 
    color: #e0e0e0 !important; 
    border-color: #555 !important; 
    box-shadow: 0 0 0 0.2rem rgba(26, 115, 232, 0.25) !important;
}

.btn-primary { 
    background-color: #1a73e8 !important; 
    border-color: #1a73e8 !important; 
}

.btn-primary:hover {
    background-color: #1557b0 !important;
    border-color: #1557b0 !important;
}

.logo {
    width: 100%;
    max-width: 200px;
    height: auto;
    margin-bottom: 20px;
}

h2 {
    color: #e0e0e0 !important;
    margin-bottom: 20px;
}

/* Override any Bootstrap white backgrounds */
* {
    background-color: inherit !important;
}

.container * {
    background-color: transparent !important;
}

.form-control {
    background-color: #333 !important;
}

.container {
    background-color: #1f1f1f !important;
}

body {
    background-color: #121212 !important;
}
