body {
    background: #f4f6f9;
    min-height: 100vh;
}

.login-wrapper {
    min-height: 100vh;
}

.login-card {
    border: none;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
}

.login-logo {
    font-size: 2rem;
    font-weight: 700;
    color: #0d6efd;
}

.login-subtitle {
    color: #6c757d;
    font-size: .95rem;
}

.form-control {
    height: 48px;
    border-radius: 10px;
}

.btn-login {
    height: 48px;
    border-radius: 10px;
    font-weight: 600;
}