
/* Header Section */
.bg-primary-subtle {
    background-color: #f8f9fa;
    padding: 20px;
    color: #ffc700;
}
.bg-primary-subtle:hover {
    color: #f8f9fa;
}

.card .bg-primary-subtle h5 {
    font-size: 24px;
    font-weight: bold;
    margin: 0;
    color: #ffc700;
}
.card .bg-primary-subtle h5:hove {
    font-size: 24px;
    font-weight: bold;
    margin: 0;
    color: #ffc700;
}

.card .bg-primary-subtle p {
    margin: 5px 0 0;
    font-size: 14px;
    color: #ffc700;
}

/* Logo Section */
.auth-logo img {
    height: 60px;
    margin: auto;
    display: block;
}

/* Buttons */
.btn-login {
    background-color: #ffc700;
    color: #0c1033;
    border: none;
    border-radius: 8px;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    transition: background-color 0.3s ease-in-out;
}

.btn-login:hover {
    background-color: #0c1033;
    color: #ffc700;
}


/* Links */
.text-muted {
    color: #6c757d !important;
    font-size: 14px;
}

.text-muted:hover {
    color: #0c1033 !important;
}

.text-primary {
    color: #ffc700 !important;
}

/* Social Icons */
.social-list-item {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
    color: #ffffff;
    font-size: 18px;
    transition: background-color 0.3s ease-in-out;
}

.bg-primary {
    background-color: #0c1033 !important;
}

.bg-info {
    background-color: #00bcd4 !important;
}







