﻿/*
=========================================================
الملف      : login.css
القسم      : تسجيل الدخول

المسؤوليات:
✓ تعديلات خاصة بنموذج تسجيل الدخول

ممنوع:
✗ تصميم نماذج أخرى

أي تعديل بصري لنموذج الدخول يتم من داخل هذا الملف فقط.
=========================================================
*/
/* login.css — Login-specific styles.
   Shared auth styles are in: modules/auth/shared/auth_shared.css
   Responsive and polish styles are in: الرئيسيه/مشترك/mobile.css
   Add login-specific overrides here for future development. */

/* Lockout countdown (brute-force protection) — appended inside #login-message,
   inherits .form-message.error color; only the digits need extra emphasis. */
.login-lockout-countdown {
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  direction: ltr;
  unicode-bidi: embed;
}
