﻿body {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    height: 100vh;
    display: flex;
    align-items: center;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.login-card {
    background: white;
    border-radius: 20px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
    overflow: hidden;
}

.login-header {
    background: linear-gradient(135deg, #a77767 0%, #8a5a5a 100%);
    color: white;
    padding: 30px;
    text-align: center;
}

.login-body {
    padding: 5px;
text-align :left;
}

.form-control {
    border-radius: 10px;
    padding: 12px 15px;
    border: 1px solid #e8e9ec;
}

.btn-login {
    background: linear-gradient(135deg, #a77767 0%, #8a5a5a 100%);
    border: none;
    color: white;
    padding: 12px;
    border-radius: 10px;
    font-weight: bold;
    width: 100%;
    transition: all 0.3s;
}

    .btn-login:hover {
        transform: translateY(-2px);
        box-shadow: 0 5px 15px rgba(167, 119, 103, 0.4);
    }

.logo {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    color: #a77767;
    font-size: 40px;
}
body {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    height: 100vh;
    display: flex;
    align-items: center;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.login-card {
    background: white;
    border-radius: 20px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
    overflow: hidden;
}
.login-header {
    background: linear-gradient(135deg, #1a1a1a 0%, #2a2a2a 100%);
    color: white;
    padding: 30px;
    text-align: center;
    border-bottom: 3px solid #D4AF37;
}

.login-body {
    padding: 20px;
}

.logo {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: linear-gradient(135deg, #1f1f1d, #FFD700);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    color: #D4AF37;
    font-size: 40px;
    box-shadow: 0 4px 15px rgba(212, 175, 55, 0.3);
}

.btn-login {
    background: linear-gradient(135deg, #D4AF37 0%, #FFD700 100%);
    border: none;
    color: #1a1a1a;
    padding: 12px;
    border-radius: 10px;
    font-weight: bold;
    width: 100%;
    transition: all 0.3s;
}

    .btn-login:hover {
        transform: translateY(-2px);
        box-shadow: 0 5px 15px rgba(212, 175, 55, 0.4);
    }

.form-control {
    border-radius: 10px;
    padding: 12px 15px;
    border: 1px solid #e8e9ec;
    transition: all 0.3s;
}

    .form-control:focus {
        border-color: #D4AF37;
        box-shadow: 0 0 0 3px rgba(212, 175, 55, 0.2);
    }
.alert-success {
    background-color: #d4edda;
    border-color: #c3e6cb;
    color: #155724;
}

.alert-danger {
    background-color: #f8d7da;
    border-color: #f5c6cb;
    color: #721c24;
}

.login-form {
    max-width: 400px;
    margin: 0 auto;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #f9f9f9;
}

.form-control {
    margin-bottom: 15px;
}

.btn {
    margin-right: 10px;
    margin-bottom: 10px;
}







body {
    font-family: Arial, sans-serif;
    background-color: #f5f5f5;
}

.login-container {
    max-width: 400px;
    margin: 100px auto;
    padding: 30px;
    background: white;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.form-group {
    margin-bottom: 20px;
}

.form-control {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-sizing: border-box;
}

.btn {
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.btn-primary {
    background-color: #007bff;
    color: white;
}

.btn-link {
    background: none;
    color: #007bff;
    text-decoration: underline;
}

.checkbox {
    margin-bottom: 20px;
}





/* IndexStyle.css */

/* الخلفية المتحركة - تدرج لوني ناعم مع حركة خفيفة */
/*body {
    background: linear-gradient(-45deg, #f8e1f4, #e6f0ff, #f5e6ff, #ffe6e6);
    background-size: 400% 400%;
    animation: gradientBG 15s ease infinite;
    min-height: 100vh;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    direction: rtl;
}

@keyframes gradientBG {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}*/

/* الحاوية الرئيسية */
/*.container {
    padding-top: 60px;
    padding-bottom: 60px;
}*/

/* بطاقة التسجيل */
/*.login-card {
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(10px);
    border-radius: 24px;
    padding: 40px 35px;
    box-shadow: 0 15px 35px rgba(183, 148, 244, 0.15), 0 5px 15px rgba(255, 200, 221, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.3);
    transition: transform 0.3s ease;
}

    .login-card:hover {
        transform: translateY(-5px);
    }*/

/* الرأس */
/*.login-header {
    text-align: center;
    margin-bottom: 35px;
}

.logo {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    background: linear-gradient(135deg, #d8b4fe, #f9a8d4);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 20px rgba(216, 180, 254, 0.3);
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }

    100% {
        transform: scale(1);
    }
}

.logo i {
    font-size: 36px;
    color: white;
}

.login-header h2 {
    color: #8b5cf6;
    font-weight: 700;
    margin-bottom: 8px;
    font-size: 28px;
    text-shadow: 0 2px 4px rgba(139, 92, 246, 0.1);
}

.login-header p {
    color: #f472b6;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
}*/

/* حقول الإدخال */
/*.mb-3, .mb-4 {
    margin-bottom: 25px !important;
}

.form-label {
    color: #7c3aed;
    font-weight: 600;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 15px;
}

    .form-label i {
        color: #d8b4fe;
        font-size: 18px;
    }

.form-control {
    border: 2px solid #e9d5ff;
    border-radius: 12px;
    padding: 14px 20px;
    font-size: 16px;
    transition: all 0.3s;
    background-color: rgba(255, 255, 255, 0.9);
    color: #5b21b6;
}

    .form-control:focus {
        border-color: #c084fc;
        box-shadow: 0 0 0 3px rgba(192, 132, 252, 0.2);
        background-color: white;
        transform: translateY(-2px);
    }

    .form-control::placeholder {
        color: #c4b5fd;
        opacity: 0.8;
    }*/

/* زر التسجيل */
/*.btn-login {
    background: linear-gradient(to right, #a78bfa, #f472b6);
    border: none;
    border-radius: 12px;
    color: white;
    font-weight: 600;
    padding: 16px 30px;
    width: 100%;
    font-size: 18px;
    transition: all 0.3s;
    box-shadow: 0 6px 20px rgba(167, 139, 250, 0.4);
    position: relative;
    overflow: hidden;
}

    .btn-login:hover {
        background: linear-gradient(to right, #8b5cf6, #ec4899);
        transform: translateY(-3px);
        box-shadow: 0 10px 25px rgba(167, 139, 250, 0.5);
    }

    .btn-login:active {
        transform: translateY(0);
    }

    .btn-login i {
        font-size: 20px;
    }*/

/* تذكرني */
/*.form-check-input {
    border-color: #c084fc;
    cursor: pointer;
}

    .form-check-input:checked {
        background-color: #a78bfa;
        border-color: #a78bfa;
    }

.form-check-label {
    color: #7c3aed;
    font-weight: 500;
    cursor: pointer;
}*/

/* رابط نسيت كلمة المرور */
/*.text-muted {
    color: #a78bfa !important;
    transition: all 0.3s;
    font-weight: 500;
}

    .text-muted:hover {
        color: #f472b6 !important;
        text-decoration: underline !important;
    }*/

/* Alert رسالة الخطأ */
/*.alert-danger {
    background: linear-gradient(to right, #fda4af, #fecdd3);
    border: none;
    border-radius: 12px;
    color: #881337;
    border-right: 5px solid #f43f5e;
    animation: slideIn 0.5s ease;
}

@keyframes slideIn {
    from {
        transform: translateX(20px);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}

.alert .btn-close {
    filter: brightness(0.8);
}*/

/* تأثيرات إضافية */
/*.focused .form-label {
    color: #c084fc;
}*/

/* تصميم متجاوب */
/*@media (max-width: 768px) {
    .login-card {
        padding: 30px 25px;
        margin: 0 15px;
    }

    .login-header h2 {
        font-size: 24px;
    }

    .logo {
        width: 70px;
        height: 70px;
    }
}*/

/* عناصر زخرفية مرتبطة بجو الاسترخاء */
/*body::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(circle at 20% 80%, rgba(216, 180, 254, 0.15) 0%, transparent 50%), radial-gradient(circle at 80% 20%, rgba(244, 114, 182, 0.1) 0%, transparent 50%);
    z-index: -1;
    pointer-events: none;
}*/

/* IndexStyle.css - متوافق مع شعار EMZ بدون خلفية متحركة */

/* الخلفية الثابتة الفاخرة */
body {
    background: linear-gradient(145deg, #0c0c0c 0%, #111111 50%, #0a0a0a 100%), radial-gradient(circle at 20% 30%, rgba(184, 134, 11, 0.05) 0%, transparent 40%), radial-gradient(circle at 80% 70%, rgba(218, 165, 32, 0.03) 0%, transparent 40%);
    min-height: 100vh;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    direction: rtl;
    color: #e6e6e6;
    position: relative;
}

    /* تأثير شبكة خفيفة ثابتة */
    body::before {
        content: "";
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: radial-gradient(circle at 30% 20%, rgba(218, 165, 32, 0.02) 0%, transparent 20%), radial-gradient(circle at 70% 80%, rgba(184, 134, 11, 0.02) 0%, transparent 20%);
        z-index: -1;
        pointer-events: none;
    }

/* الحاوية الرئيسية */
.container {
    padding-top: 80px;
    padding-bottom: 80px;
}

/* بطاقة التسجيل - أنيقة وداكنة */
.login-card {
    background: linear-gradient(145deg, rgba(25, 25, 25, 0.95) 0%, rgba(20, 20, 20, 0.98) 100%);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 50px 40px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.6), 0 0 0 1px rgba(218, 165, 32, 0.15), inset 0 0 20px rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(184, 134, 11, 0.25);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    overflow: hidden;
}

    /* حدود ذهبية ثابتة */
    .login-card::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 4px;
        background: linear-gradient(90deg, transparent 0%, #b8860b 20%, #DAA520 50%, #b8860b 80%, transparent 100%);
        z-index: 1;
    }

    .login-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.7), 0 0 0 1px rgba(218, 165, 32, 0.25), inset 0 0 25px rgba(0, 0, 0, 0.6);
    }

/* الرأس */
.login-header {
    text-align: center;
    margin-bottom: 20px;
}

.logo {
    width: 90px;
    height: 90px;
    margin: 0 auto 25px;
    background: linear-gradient(145deg, rgba(184, 134, 11, 1) 0%, rgba(218, 165, 32, 1) 50%, rgba(184, 134, 11, 1) 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 25px rgba(218, 165, 32, 0.3), inset 0 0 15px rgba(255, 215, 0, 0.2);
    position: relative;
}

    .logo::after {
        content: "";
        position: absolute;
        top: -3px;
        left: -3px;
        right: -3px;
        bottom: -3px;
        background: linear-gradient(145deg, rgba(184, 134, 11, 0.6), rgba(218, 165, 32, 0.8), rgba(184, 134, 11, 0.6));
        border-radius: 50%;
        z-index: -1;
    }

    .logo i {
        font-size: 42px;
        color: #fff;
        text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
    }

.login-header h2 {
    color: #DAA520; /* ذهبي */
    font-weight: 800;
    margin-bottom: 12px;
    font-size: 32px;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5), 0 0 15px rgba(218, 165, 32, 0.2);
}

.login-header p {
    color: #b8860b; /* ذهبي داكن */
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 3px;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    padding: 0 20px;
}

    .login-header p::before,
    .login-header p::after {
        content: "✦";
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        color: rgba(218, 165, 32, 0.7);
        font-size: 14px;
    }

    .login-header p::before {
        right: 100%;
    }

    .login-header p::after {
        left: 100%;
    }

/* حقول الإدخال */
.mb-3, .mb-4 {
    margin-bottom: 28px !important;
}

.form-label {
    color: #b8860b; /* ذهبي داكن */
    font-weight: 600;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

    .form-label i {
        color: #DAA520;
        font-size: 18px;
    }

.form-control {
    background: rgba(35, 35, 35, 0.9);
    border: 1px solid rgba(184, 134, 11, 0.3);
    border-radius: 10px;
    padding: 16px 22px;
    font-size: 16px;
    transition: all 0.3s;
    color: #f0f0f0;
    box-shadow: inset 0 2px 8px rgba(0, 0, 0, 0.4);
}

    .form-control::placeholder {
        color: rgba(184, 134, 11, 0.4);
        opacity: 1;
        font-style: italic;
    }

    .form-control:focus {
        background: rgba(45, 45, 45, 0.95);
        border-color: #DAA520;
        box-shadow: inset 0 2px 12px rgba(0, 0, 0, 0.6), 0 0 0 2px rgba(218, 165, 32, 0.15);
        color: #fff;
        outline: none;
    }

/* زر التسجيل */
.btn-login {
    background: linear-gradient(145deg, #b8860b 0%, #DAA520 50%, #b8860b 100%);
    border: none;
    border-radius: 10px;
    color: #000;
    font-weight: 700;
    padding: 18px 35px;
    width: 100%;
    font-size: 18px;
    transition: all 0.3s;
    box-shadow: 0 8px 20px rgba(184, 134, 11, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.2);
    text-transform: uppercase;
    letter-spacing: 1.5px;
    position: relative;
    overflow: hidden;
}

    .btn-login:hover {
        background: linear-gradient(145deg, #DAA520 0%, #ffd700 50%, #DAA520 100%);
        transform: translateY(-2px);
        box-shadow: 0 12px 25px rgba(184, 134, 11, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.3);
    }

    .btn-login:active {
        transform: translateY(0);
        box-shadow: 0 4px 15px rgba(184, 134, 11, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }

    .btn-login i {
        font-size: 20px;
        filter: drop-shadow(0 1px 1px rgba(0,0,0,0.3));
    }

/* تذكرني */
.form-check-input {
    background-color: rgba(35, 35, 35, 0.9);
    border: 1px solid rgba(184, 134, 11, 0.4);
    cursor: pointer;
}

    .form-check-input:checked {
        background-color: #DAA520;
        border-color: #DAA520;
        box-shadow: 0 0 8px rgba(218, 165, 32, 0.4);
    }

.form-check-label {
    color: #b8860b;
    font-weight: 500;
    cursor: pointer;
    padding-right: 10px;
}

/* رابط نسيت كلمة المرور */
.text-muted {
    color: #b8860b !important;
    transition: all 0.3s;
    font-weight: 500;
    text-decoration: none !important;
    position: relative;
    display: inline-block;
}

    .text-muted:hover {
        color: #ffd700 !important;
    }

        .text-muted:hover::after {
            content: "";
            position: absolute;
            bottom: -2px;
            left: 0;
            width: 100%;
            height: 1px;
            background: #DAA520;
        }

/* Alert رسالة الخطأ */
.alert-danger {
    background: linear-gradient(to right, rgba(120, 0, 0, 0.9), rgba(150, 30, 30, 0.9));
    border: none;
    border-radius: 8px;
    color: #ffd700;
    border-right: 3px solid #8b0000;
    box-shadow: 0 4px 12px rgba(139, 0, 0, 0.2);
    backdrop-filter: blur(5px);
}

.alert .btn-close {
    filter: invert(1) brightness(1.5);
    opacity: 0.7;
}

/* تأثيرات إضافية */
.focused .form-label {
    color: #ffd700;
}

/* تصميم متجاوب */
@media (max-width: 768px) {
    .login-card {
        padding: 35px 25px;
        margin: 0 15px;
    }

    .login-header h2 {
        font-size: 26px;
    }

    .logo {
        width: 85px;
        height: 85px;
    
        }

        .logo i {
            font-size: 34px;
        }

    .login-header p {
        font-size: 16px;
        letter-spacing: 2px;
    }
}
/*
 إضافة بعض النقاط الذهبية الثابتة في الخلفية 
body::after {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(1px 1px at 10% 15%, rgba(218, 165, 32, 0.3) 50%, transparent 100%), radial-gradient(1px 1px at 25% 70%, rgba(184, 134, 11, 0.3) 50%, transparent 100%), radial-gradient(1.5px 1.5px at 45% 30%, rgba(218, 165, 32, 0.4) 50%, transparent 100%), radial-gradient(1px 1px at 65% 85%, rgba(184, 134, 11, 0.3) 50%, transparent 100%), radial-gradient(1.5px 1.5px at 85% 45%, rgba(218, 165, 32, 0.4) 50%, transparent 100%);
    background-repeat:repeat;
    z-index: -1;
    pointer-events: none;
}
*/

