.login-page {
    min-height: 100vh;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    background: linear-gradient(135deg, #1a237e 0%, #3949ab 40%, #5c6bc0 100%);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.login-box {
    width: 100%;
    max-width: 420px;
}

.login-logo {
    text-align: center;
    margin-bottom: 20px;
}

.login-logo a {
    color: #fff;
    font-size: 26px;
    font-weight: 600;
    text-decoration: none;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.login-logo a b {
    font-weight: 700;
}

.login-box-body {
    background: #fff;
    border-radius: 12px;
    padding: 32px 28px 28px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.25);
}

.login-box-msg {
    text-align: center;
    font-size: 18px;
    color: #37474f;
    margin: 0 0 24px;
    font-weight: 500;
}

.login-box-body .form-group {
    margin-bottom: 18px;
}

.login-box-body .form-control {
    height: 44px;
    border-radius: 8px;
    border: 1px solid #cfd8dc;
    padding-left: 40px;
    font-size: 15px;
}

.login-box-body .form-control:focus {
    border-color: #3949ab;
    box-shadow: 0 0 0 2px rgba(57, 73, 171, 0.15);
}

.login-box-body .form-control-feedback {
    left: 12px;
    right: auto;
    width: 34px;
    height: 44px;
    line-height: 44px;
    color: #78909c;
}

.login-box-body .btn-primary {
    height: 44px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    background: linear-gradient(135deg, #3949ab, #5c6bc0);
    border: none;
    margin-top: 8px;
}

.login-box-body .btn-primary:hover,
.login-box-body .btn-primary:focus {
    background: linear-gradient(135deg, #303f9f, #3f51b5);
}

.login-box-body .checkbox label {
    color: #546e7a;
    font-weight: normal;
}

.login-box-footer {
    margin-top: 16px;
}

.login-box-footer .alert {
    border-radius: 8px;
    margin-bottom: 0;
    border: none;
}

.login-box-footer .alert-danger {
    background: #ffebee;
    color: #c62828;
}

.login-box-footer .alert-success {
    background: #e8f5e9;
    color: #2e7d32;
}

.login-box-footer .alert-warning {
    background: #fff8e1;
    color: #f57f17;
}

.social-auth-links.hide {
    display: none !important;
}
