.auth-page-wrapper {
    background: #ffffff;
}

.login-card {
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.08);
    border: 1px solid #eef2f7;
}

.brand-panel {
    background: #374151;
    color: #ffffff;
    border-right: 1px solid #e5e7eb;
    padding: 60px 50px;
}

.brand-panel h3 {
    font-weight: 700;
    color: #ffffff;
}

.brand-panel p {
    color: #e5e7eb;
    font-size: 14px;
    line-height: 1.6;
}

.brand-panel .small {
    color: #d1d5db;
}

.brand-panel img {
    filter: none;
}

.login-form-wrapper {
    padding: 50px 60px;
}

.form-control {
    height: 44px;
    border-radius: 8px;
    border: 1px solid #e5e7eb;
}

.form-control:focus {
    border-color: #3b82f6;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

.form-control.is-invalid {
    background-image: none !important;
}

.btn-primary {
    height: 44px;
    border-radius: 8px;
    background: #3b82f6;
    border: none;
    font-weight: 600;
}

.btn-primary:hover {
    background: #2563eb;
}

.login-title {
    font-weight: 700;
    font-size: 26px;
}

.login-subtitle {
    font-size: 14px;
}

.logo {
    margin-bottom: 30px;
}
