
        * {
            font-family: 'Changa', sans-serif;
        }
        
        input, a {
            margin: 0 5px;
        }
        
        /* تخصيصات صفحة اللوجن بالنسق البني */
        body {
            background: linear-gradient(135deg, #f5f0e8 0%, #ede4d3 50%, #e6d0b3 100%) !important;
            min-height: 100vh;
        }
        
        .login-2 {
            background: none !important;
        }
        
        .login-form {
            background: rgba(255, 255, 255, 0.95) !important;
            backdrop-filter: blur(10px);
            border-radius: 20px !important;
            border: 2px solid #e6d0b3 !important;
            box-shadow: 0 20px 40px rgba(139, 90, 60, 0.15) !important;
            max-width: 450px;
            padding: 40px 30px !important;
        }
        
        /* العنوان الرئيسي */
        .login-form h3 {
            color: #5c3317 !important;
            font-weight: 700 !important;
            font-size: 24px !important;
            margin-bottom: 30px !important;
            opacity: 1 !important;
        }
        
        /* زر تسجيل الدخول */
        .btn-primary {
            background: linear-gradient(135deg, #c69c6d 0%, #b8976a 100%) !important;
            border: none !important;
            border-radius: 12px !important;
            color: #ffffff !important;
            font-weight: 700 !important;
            font-size: 16px !important;
            padding: 15px 30px !important;
            transition: all 0.3s ease !important;
            box-shadow: 0 4px 15px rgba(184, 151, 106, 0.3) !important;
        }
        
        .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
            background: linear-gradient(135deg, #b8976a 0%, #9c7c4c 100%) !important;
            transform: translateY(-2px) !important;
            box-shadow: 0 8px 25px rgba(184, 151, 106, 0.4) !important;
            color: #ffffff !important;
        }
        
        /* الروابط */
        .login-form a {
            color: #8b5a3c !important;
            font-weight: 600 !important;
            text-decoration: none !important;
            transition: all 0.3s ease !important;
        }
        .login-form  .language-btn-active {
        
            color: #ffffff !important;
       
        }
       .login-form .kt_login_forgot{
           color: #8b5a3c !important;
       }
        
        .login-form a:hover {
            color: #9c7c4c !important;
            text-decoration: none !important;
        }
        
        /* تخصيصات اللغة */
        .text-danger {
            color: #8b5a3c !important;
            font-weight: 700 !important;
            background: rgba(139, 90, 60, 0.1) !important;
            padding: 4px 8px !important;
            border-radius: 6px !important;
        }
        
        /* تحسينات التذكر */
        .checkbox-white .checkbox {
            border-color: #c69c6d !important;
        }
        
        .checkbox-white input:checked ~ span {
            background-color: #c69c6d !important;
            border-color: #c69c6d !important;
        }
        
        .checkbox-white span {
            color: #5c3317 !important;
        }
        
        /* الرسائل والتنبيهات */
        .alert-danger {
            background: linear-gradient(135deg, #ffeee6 0%, #ffd9cc 100%) !important;
            border: 1px solid #d4b896 !important;
            color: #8b5a3c !important;
            border-radius: 10px !important;
            margin-bottom: 20px !important;
        }
        
        /* تحسينات عامة */
        .login-form .opacity-40 {
            opacity: 0.8 !important;
        }
        
        /* تحسينات أزرار اللغة */
        .active-lang {
            background: linear-gradient(135deg, #c69c6d 0%, #b8976a 100%) !important;
            color: #ffffff !important;
            box-shadow: 0 4px 8px rgba(184, 151, 106, 0.3) !important;
        }
        
        /* تأثيرات hover لأزرار اللغة */
        .language-btn:hover {
            background: linear-gradient(135deg, #8b5a3c 0%, #6f4423 100%) !important;
            color: #ffffff !important;
            transform: translateY(-1px) !important;
            box-shadow: 0 6px 12px rgba(139, 90, 60, 0.35) !important;
        }
        
        /* كلاسات مخصوصة لعناصر صفحة اللوجن */
        .login-logo-container {
            width: 80px;
            height: 80px;
            background: linear-gradient(135deg, #c69c6d 0%, #b8976a 100%);
            border-radius: 20px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto;
            box-shadow: 0 8px 20px rgba(184, 151, 106, 0.3);
        }
        
        .login-logo-icon {
            font-size: 36px;
            color: #ffffff;
        }
        
        .login-app-title {
            color: #5c3317;
            font-weight: 700;
            margin: 0;
            font-size: 28px;
        }
        
        .login-app-subtitle {
            color: #9c7c4c;
            font-weight: 500;
            margin: 5px 0 0 0;
            font-size: 14px;
        }
        
        .login-section-title {
            color: #5c3317;
            font-weight: 600;
            font-size: 22px;
            margin-bottom: 10px;
        }
        
        .login-section-subtitle {
            color: #9c7c4c;
            font-size: 14px;
            margin: 0;
        }
        
        .language-selector-container {
            margin-top: 16px;
            text-align: center;
        }
        
        .language-selector-box {
            display: inline-flex;
            gap: 12px;
            background: rgba(255, 255, 255, 0.9);
            padding: 12px;
        
        }
        
        .language-btn {
            padding: 12px 24px;
            border-radius: 25px;
            font-size: 16px;
            font-weight: 700;
            transition: all 0.3s ease;
            text-decoration: none;
            min-width: 80px;
            text-align: center;
        }
        
        .language-btn-active {
            background: linear-gradient(135deg, #8b5a3c 0%, #6f4423 100%);
            color: #ffffff !important;
            box-shadow: 0 4px 8px rgba(139, 90, 60, 0.4);
        }
        
        .language-btn-inactive {
            background: rgba(240, 232, 220, 0.8);
            color: #432818;
            border: 2px solid #c69c6d;
            font-weight: 800;
        }
        
        .language-help-text {
            margin-top: 8px;
            font-size: 12px;
            color: #8b5a3c;
            font-weight: 600;
        }
        
        /* الخلفية مع نمط */
        body::before {
            content: '';
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-image: 
                radial-gradient(circle at 25% 25%, rgba(212, 184, 150, 0.1) 0%, transparent 50%),
                radial-gradient(circle at 75% 75%, rgba(184, 151, 106, 0.1) 0%, transparent 50%);
            z-index: -1;
        }
        
        /* تحسينات للأجهزة المحمولة */
        @media (max-width: 768px) {
            .login-form {
                margin: 20px !important;
                padding: 30px 20px !important;
            }
            
            .form-control {
                padding: 12px 15px !important;
                font-size: 14px !important;
            }
            
            .btn-primary {
                padding: 12px 25px !important;
                font-size: 14px !important;
            }
        }
        
        /* ===============================================
           CSS مخصوص لصفحة اللوجن - يجب أن يكون في النهاية
           =============================================== */
        
        /* تحديد لون النص في حقول الإدخال - Override */
        .form-control {
            color: #5c3317 !important;
            background: linear-gradient(135deg, rgba(245, 240, 232, 0.9) 0%, rgba(237, 228, 211, 0.9) 100%) !important;
            border: 2px solid #e6d0b3 !important;
            border-radius: 12px !important;
            font-weight: 600 !important;
            padding: 15px 20px !important;
            transition: all 0.3s ease !important;
        }
        
        /* Focus state للحقول */
        .form-control:focus {
            background: #ffffff !important;
            border-color: #c69c6d !important;
            box-shadow: 0 0 0 0.2rem rgba(212, 184, 150, 0.25) !important;
            color: #5c3317 !important;
        }
        
        /* تأكيد ألوان أزرار اللغة */
        .language-btn-active {
            background: linear-gradient(135deg, #8b5a3c 0%, #6f4423 100%) !important;
            color: #ffffff !important;
            box-shadow: 0 4px 8px rgba(139, 90, 60, 0.4) !important;
        }
        
        .language-btn-inactive {
            background: rgba(240, 232, 220, 0.8) !important;
            color: #432818 !important;
            border: 2px solid #c69c6d !important;
            font-weight: 800 !important;
        }
        
        /* Hover effects للأزرار */
        .language-btn:hover {
            background: linear-gradient(135deg, #8b5a3c 0%, #6f4423 100%) !important;
            color: #ffffff !important;
            transform: translateY(-1px) !important;
            box-shadow: 0 6px 12px rgba(139, 90, 60, 0.35) !important;
        }
        
        /* تأكيد الألوان العامة */
        .login-app-title {
            color: #5c3317 !important;
            font-weight: 700 !important;
            margin: 0 !important;
            font-size: 28px !important;
        }
        
        .login-section-title {
            color: #5c3317 !important;
            font-weight: 600 !important;
            font-size: 22px !important;
            margin-bottom: 10px !important;
        }
        
        /* ===============================================
           CSS مخصوص للأيقونات والتحسينات الجديدة
           =============================================== */
        
        /* تصميم حقول الإدخال مع الأيقونات */
        .input-icon-wrapper {
            position: relative;
            display: flex;
            align-items: center;
        }
        
        .input-icon {
            position: absolute;
            left: 20px;
            top: 50%;
            transform: translateY(-50%);
            color: #9c7c4c !important;
            font-size: 16px;
            z-index: 3;
            transition: all 0.3s ease;
        }
        
        .input-icon-wrapper:focus-within .input-icon {
            color: #c69c6d !important;
            transform: translateY(-50%) scale(1.1);
        }
        
        /* أيقونة إظهار/إخفاء كلمة المرور */
        .password-toggle {
            position: absolute;
            right: 20px;
            top: 50%;
            transform: translateY(-50%);
            color: #9c7c4c !important;
            font-size: 16px;
            cursor: pointer;
            z-index: 3;
            transition: all 0.3s ease;
        }
        
        .password-toggle:hover {
            color: #c69c6d !important;
            transform: translateY(-50%) scale(1.2);
        }
        
        /* تحسينات إضافية للحقول */
        .input-icon-wrapper .form-control {
            padding-left: 50px !important;
            padding-right: 50px !important;
        }
        
        /* تحسينات الأيقونات في الأزرار */
        .btn i {
            transition: all 0.3s ease;
        }
        
        .btn:hover i {
            transform: scale(1.1);
        }
        
        /* أيقونات اللغة */
        .language-btn i {
            font-size: 14px;
            opacity: 0.8;
            transition: all 0.3s ease;
        }
        
        .language-btn:hover i,
        .language-btn-active i {
            opacity: 1;
            transform: scale(1.1);
        }
        
        /* أيقونة النص التوضيحي */
        .language-help-text i {
            opacity: 0.7;
            font-size: 11px;
        }
        
        /* تحسينات إضافية للتفاعل */
        .checkbox-inline i {
            font-size: 12px;
            margin-right: 5px;
            transition: all 0.3s ease;
        }
        
        .checkbox-inline:hover i {
            transform: scale(1.2);
        }
        
        /* تأثيرات لوحة الألوان للأيقونات */
        .fas.fa-envelope { color: #d4b896 !important; }
        .fas.fa-lock { color: #c69c6d !important; }
        .fas.fa-eye, .fas.fa-eye-slash { color: #9c7c4c !important; }
        .fas.fa-sign-in-alt { color: #ffffff !important; }
        .fas.fa-globe { color: #8b5a3c !important; }
        .fas.fa-language { color: #6f4423 !important; }
        .fas.fa-info-circle { color: #8b5a3c !important; }
        .fas.fa-question-circle { color: #d4b896 !important; }
        .fas.fa-check-circle { color: #c69c6d !important; }

        .language-btn-active .fas.fa-globe ,.language-btn-active .fas.fa-language{ color: #ffffffff !important; }
       
       
