.elementor-7753 .elementor-element.elementor-element-91122c1{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-7753 .elementor-element.elementor-element-a9c74f2{--display:flex;}body.elementor-page-7753:not(.elementor-motion-effects-element-type-background), body.elementor-page-7753 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F7FAF3;}:root{--page-title-display:none;}/* Start custom CSS for shortcode, class: .elementor-element-6e8867d *//* ================================================= */
/* استایل‌های عمومی (کپی شده از کد شما) */
/* ================================================= */
.auth-footer-links-wrapper a{    color: #2f8ccf;
    text-decoration: none;
    border-bottom: 1px solid #2f8ccf;
    padding-bottom: 2px;}
.auth-card {
    border: 1px solid rgba(225, 235, 209, 1);}
/* دکمه خروج در حالت لاگین شده */
.auth-logged-in-box a{
    background: #6F9339;
    color:white ;
    padding:8px 24px;
    border-radius: 16px;
    text-decoration: none;
    display: inline-block;
    margin-top: 15px; /* اضافه شده برای فاصله‌دهی */
    font-size: 14px;
}
.auth-logged-in-text{
    margin-bottom:32px;
    font-size: 16px;
    color: #476582;
}
.auth-form a{    color: #2f8ccf;
width: 25%;
    text-decoration: none;
    border-bottom: 1px solid #2f8ccf;
    padding-bottom: 2px;}
/* کانتینر کلی */
.auth-wrapper {
    direction: rtl;
    padding: 40px 16px;
    background-color: #f7faf3; /* رنگ زمینه شبیه عکس بزرگ */
    min-height: 100vh; /* برای پوشش کامل صفحه */
    display: flex;
    align-items: center;
}
.auth-card {
    border: 1px solid rgba(225, 235, 209, 1);
    width: 1200px;
    /* margin: 0 auto; */
    background: transparent;
    border-radius: 32px;
    padding: 40px 48px;
    display: flex;
    align-items: center;
    gap: 40px;
    box-sizing: border-box;
    flex-direction: row-reverse;
}

/* سمت تصویر */
.auth-illustration {
    flex: 1 1 50%;
}
.auth-illustration img {
    width: 100%;
    height: auto;
    display: block;
}

/* سمت فرم */
.auth-panel {
    flex: 1 1 50%;
}

/* عنوان بالای فرم (ورود/ثبت نام) */
.auth-heading {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
    gap: 8px;
    flex-direction: row-reverse;
}
.auth-heading-text {
    font-size: 20px;
    font-weight: 700;
    line-height: 32px;
    color: rgba(21, 27, 11, 1);
}
.auth-heading-icon {
    width: 24px;
    height: 24px;
}

/* خود فرم */
.auth-form {
    max-width: 480px;
    margin-left: auto;
}

/* فیلدها */
.auth-field {
    position: relative;
    margin-bottom: 24px;
}

/* لیبل بالای فیلد (ایمیل / پسورد / ...) */
.auth-label-badge {
    position: absolute;
    top: -13px;
    right: 24px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 10px;
    background: rgba(247, 250, 243, 1);
    border-radius: 3px;
    font-size: 12px;
    color: rgba(101, 142, 165, 1);
    z-index: 2;
    flex-direction: row-reverse;
}
.auth-label-badge img {
    width: 16px;
    height: 16px;
}
.auth-label-badge span{
    font-size: 14px;
    line-height: 24px;
    color: #658EA5;
}
/* اینپوت‌ها */
.auth-field input[type="text"],
.auth-field input[type="email"],
.auth-field input[type="password"],
.auth-field input[type="tel"] {
    width: 100%;
    padding: 18px 20px !important;
    border-radius: 10px;
    border: 1px solid rgba(162, 213, 242, 1); /* همان که گفتی */
    background-color: rgba(247, 250, 243, 1);
    font-size: 14px;
    outline: none;
    box-sizing: border-box;
    color: #334b5c;
    transition: all 0.2s ease;
}

.auth-field input:focus {
    border-color: #2f8ccf; /* رنگ آبی فوکوس */
    box-shadow: 0 0 0 2px rgba(162, 213, 242, 0.35);
}

.auth-field--password {
    padding-left: 0;
}
.auth-field--password .auth-password-input {
    padding-left: 40px !important; /* چون آیکن سمت چپ است */
}
/* آیکن چشم: الان دقیقاً داخل خود input می‌افته */
.auth-toggle-password {
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: none;
    padding: 0;
    cursor: pointer;
    z-index: 3; /* برای اطمینان از کلیک شدن */
}
.auth-toggle-password img {
    width: 22px;
    height: 22px;
}

/* دکمه اصلی */
.auth-submit-btn {
    /* عرض دکمه کوچک در حالت دسکتاپ */
    width: 120px; 
    height: 40px;
    display: inline-block;
    border: none;
    border-radius: 8px;
    background-color: #88B04B; /* سبز مشابه عکس */
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
    margin-right: auto;
    margin-bottom: 32px;
    transition: background-color 0.2s;
}
.auth-submit-btn:hover {
    background-color: #6F9339;
}

/* لینک فراموشی رمز عبور (داخل فرم ورود) */
.auth-forgot-pass-link {
    font-size: 14px;
    color: #2f8ccf;
    text-decoration: none;
    border-bottom: 1px solid #2f8ccf;
    padding-bottom: 2px;
    display: block;
    width: fit-content;
    margin-right: auto;
    margin-top: -15px;
    margin-bottom: 15px;
}


.auth-footer-link {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 6px;
    font-size: 14px;
    color: #476582;
    flex-direction: row-reverse;
    color: #476582;
}

.auth-footer-link img {
    width: 20px;
    height: 20px;
}

/* ================================================= */
/* استایل‌های خطا و موفقیت (اضافه شده) */
/* ================================================= */

/* پیام خطای سراسری بالای فرم */
.auth-error {
    background-color: #fcebeb; /* قرمز روشن */
    color: #e53935; /* قرمز تیره */
    border: 1px solid #f9dcdc;
    padding: 12px;
    margin-bottom: 24px;
    border-radius: 8px;
    font-size: 14px;
    text-align: right;
    font-weight: 500;
}

/* پیام خطای زیر فیلدها */
.auth-field-error {
    margin-top: 4px;
    font-size: 12px;
    color: #e53935;
    display: none;
}

/* پیام موفقیت برای فراموشی رمز */
.auth-success {
    background-color: #e6ffec; /* سبز روشن */
    color: #146c43; /* سبز تیره */
    border: 1px solid #d1e7dd;
    padding: 16px;
    margin-bottom: 24px;
    border-radius: 10px;
    font-size: 15px;
    text-align: right;
    line-height: 1.6;
}

/* ================================================= */
/* ریسپانسیو (کپی شده از کد شما) */
/* ================================================= */
@media (max-width: 768px) {
    .auth-form a{width:40%;}
    .auth-wrapper {
        padding: 0;
        min-height: 100vh;
    }
    .auth-card {
        padding: 24px 16px 40px;
        flex-direction: column;
        border-radius: 0;
        border: none; /* در موبایل بدون بردر */
        gap: 24px;
        min-height: 100vh;
    }

    .auth-illustration {
        display: none; /* در موبایل تصویر حذف می‌شود */
    }

    .auth-panel, .auth-form {
        max-width: 100%;
        width: 100%;
        margin: 0;
    }

    .auth-heading {
        margin-bottom: 24px;
    }

    .auth-submit-btn {
        display: block;
        margin: 15px auto 32px 0; /* دکمه به سمت راست فرم (چپ صفحه) */
        width: 140px;
        text-align: center;
    }
    
    .auth-forgot-pass-link {
        width: 100%;
        text-align: right;
    }

    .auth-recaptcha {
        justify-content: center;
    }

    .auth-footer-link {
        justify-content: center;
        margin-top: 16px;
    }
}/* End custom CSS */