/* Auth Page - Sky Blue Theme */

.auth-one-bg {
    background: linear-gradient(135deg, #4FC3F7 0%, #0288D1 100%) !important;
}

.auth-page-wrapper {
    background: linear-gradient(135deg, #E1F5FE 0%, #B3E5FC 100%);
}

.bg-overlay {
    background: linear-gradient(135deg, rgba(79, 195, 247, 0.8), rgba(2, 136, 209, 0.8)) !important;
}

/* Update icons and elements */
.text-success {
    color: #4FC3F7 !important;
}

.btn-success {
    background-color: #4FC3F7 !important;
    border-color: #4FC3F7 !important;
}

.btn-success:hover {
    background-color: #0288D1 !important;
    border-color: #0288D1 !important;
}

.carousel-indicators button {
    background-color: #4FC3F7 !important;
}

.carousel-indicators button.active {
    background-color: #0288D1 !important;
}

/* Links */
a {
    color: #4FC3F7;
}

a:hover {
    color: #0288D1;
}

/* Form focus */
.form-control:focus {
    border-color: #4FC3F7;
    box-shadow: 0 0 0 0.2rem rgba(79, 195, 247, 0.25);
}

.form-check-input:checked {
    background-color: #4FC3F7;
    border-color: #4FC3F7;
}
