/* Candy Framework — Login Page */

/* Background toàn trang */
body {
    background-color: #F5F7FA !important;
}

/* Header phía trên login card
.page-card-head {
    background-color: #FFFFFF !important;
    border-radius: 12px 12px 0 0;
    padding: 24px;
    text-align: center;
} */

/* Login card */
.login-content,
.page-card {
    background-color: #FFFFFF !important;
    border-radius: 12px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
}

/* Button */
.btn-primary {
    background-color: #29ABE2 !important;
    border-color: #29ABE2 !important;
    border-radius: 6px;
}

.btn-primary:hover {
    background-color: #1A8FBF !important;
}