.hover-google {
    background-color: #ffffff !important;
    border-color: #dadce0 !important;
    color: #3c4043 !important;
    transition: all 0.25s ease-in-out !important;
}

.hover-google:hover {
    background-color: #f8f9fa !important;
    border-color: #c3c6c9 !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08) !important;
}

.hover-google:active {
    background-color: #f1f3f4 !important;
    transform: translateY(0);
}

.bg-light-custom {
    background-color: #f2f7ff !important;
}

/* Style for dark mode background */
.theme-dark .bg-light-custom {
    background-color: #1e1e2d !important;
}

.auth-card {
    max-width: 460px;
    width: 90%;
    border-radius: 20px;
    background-color: #ffffff;
    transition: background-color 0.3s ease;
}

.theme-dark .auth-card {
    background-color: #151521 !important;
}

.alert {
    border-radius: 10px;
    border: none;
}
