.login-page {
    background: linear-gradient(135deg, rgba(0,123,255,0.1) 0%, rgba(0,123,255,0.2) 100%);
    min-height: 100vh;
}

.login-box {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 15px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    margin-top: -50px;
}

.login-logo {
    margin-bottom: 25px;
}

.login-logo a {
    color: #3c4858;
    font-weight: bold;
}

.login-box-msg {
    color: #6c757d;
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
    font-weight: 500;
}

.input-group .input-group-text {
    background-color: transparent;
    border-left: none;
}

.input-group .form-control {
    border-right: none;
}

.input-group .form-control:focus {
    border-color: #80bdff;
    box-shadow: none;
}

.input-group .form-control:focus + .input-group-append .input-group-text {
    border-color: #80bdff;
}

.btn-primary {
    background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
    border: none;
    box-shadow: 0 2px 6px rgba(0, 123, 255, 0.4);
    padding: 8px 16px;
    transition: all 0.3s ease;
}

.btn-primary:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0, 123, 255, 0.5);
}

.card {
    border: none;
    border-radius: 15px;
    overflow: hidden;
}

.icheck-primary {
    margin-top: 5px;
}

.auth-links {
    margin-top: 1rem;
    text-align: center;
}

.auth-links a {
    color: #3c4858;
    transition: color 0.3s ease;
}

.auth-links a:hover {
    color: #007bff;
    text-decoration: none;
}
