body {
    background-color: #f8f9fa;
}

.header-bg {
    background-size: cover;
    background-position: center;
    height: 50vh;
    position: relative;
}

.header-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}

.logo-container {
    padding: 15px;
    padding-top: 30px;
    position: relative;
    z-index: 10;
}

.logo-text {
    color: white;
    font-size: 14px;
    margin-left: 10px;
}

.login-container {
    max-width: 800px;
    margin: -30vh auto 60px;
    position: relative;
    z-index: 20;
}

.login-card {
    border-radius: 0;
    background-color: #FFFCFC;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.25);
    padding: 30px;
border: 0px;
}

.login-btn {
    background-color: #00B0E0;
    border: none;
    padding: 10px;
    font-size: 20px;
    margin: 15px 0px 20px;
}

.login-btn:hover {
    background-color: #0089c1;
}

.social-btn {
        border: 1px solid #dee2e6;
    padding: 8px;
    height: 50px;
    border-radius: 10px;
    border: 1px solid #00529C;
    background: #FFF;
    width: 100%;
    text-align: left;
    margin-bottom: 10px;
    background-color: white;
    color: #4D4D4D;
    display: flex;
    /* padding: 18px 60px; */
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex: 1 0 0;
    font-size: 20px;
    font-weight: 700;
}

.facebook-icon {
    color: #1877F2;
    font-size: 30px;

}

.google-icon {
    color: #db4437;
    font-size: 30px;

}



input[type="text"],
input[type="email"],
input[type="password"] {
    /* Bo tròn góc */
    border: 1px solid rgba(0, 56, 156, 0.10);
    /* Đường viền mờ, màu xanh dương */
    height: 50px;
    /* Chiều cao input */
    background: rgba(0, 0, 0, 0.05);
    /* Màu nền mờ (xám nhạt) */
}

.login-card h2{
font-size: 40px;
}

.form-label {
    color: rgba(77, 77, 77, 1);
}

.input-group-text{
background: rgba(0, 0, 0, 0.05);

}

.text-decoration-none{
color: #00B0E0;
}