/* خلفية الصفحة - بيضاء */
#auth {
    background: #ffffff !important;
}

/* كارد تسجيل الدخول - أبيض */
#auth .card {
    background: #ffffff !important;
}

/* زر Login - أخضر زيتوني */
.btn-primary {
    background: #214F3C !important;
    color: #ffffff !important;
}

/* Hover على الزر - أخضر أغمق */
.btn-primary:hover {
    background: #1a3f2f !important;
    color: #ffffff !important;
}