.elementor-2559 .elementor-element.elementor-element-9b8a625{--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-2559 .elementor-element.elementor-element-4b25498{--display:flex;}.pp-tooltip.pp-tooltip-{{ID}} .pp-tooltip-content{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}body.elementor-page-2559:not(.elementor-motion-effects-element-type-background), body.elementor-page-2559 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#0A192F;}:root{--page-title-display:none;}/* Start custom CSS for shortcode, class: .elementor-element-b46c0ba *//* استایل کلی باکس فرم لاگین */
.custom-login-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 15px;
    direction: rtl;
}

/* دیزاین دارک (تیره) برای کارت لاگین */
.custom-login-card.dark-theme {
    background: #1a1d24; /* رنگ پس‌زمینه تیره کارت */
    max-width: 400px;
    width: 100%;
    padding: 35px 30px;
    border-radius: 12px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5);
    border: 1px solid #2d313c;
}

.custom-login-card.dark-theme h3 {
    text-align: center;
    margin-bottom: 25px;
    font-size: 22px;
    color: #ffffff; /* متن روشن */
}

/* استایل لیبل‌ها */
#custom-login-form p {
    margin-bottom: 18px;
}

#custom-login-form label {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
    color: #a1a7b3; /* رنگ خاکستری روشن برای لیبل‌ها */
}

/* استایل فیلدهای ورودی */
#custom-login-form input[type="text"],
#custom-login-form input[type="password"] {
    width: 100%;
    padding: 12px 15px;
    background-color: #262a34; /* پس‌زمینه تیره برای فیلدها */
    border: 1px solid #3b404d; /* حاشیه تیره */
    color: #ffffff; /* رنگ متن تایپ شده */
    border-radius: 8px;
    font-size: 14px;
    transition: all 0.3s ease;
    box-sizing: border-box;
}

/* افکت هنگام کلیک روی فیلدها */
#custom-login-form input[type="text"]:focus,
#custom-login-form input[type="password"]:focus {
    border-color: #3b82f6; /* حاشیه آبی */
    outline: none;
    box-shadow: 0 0 8px rgba(59, 130, 246, 0.3);
}

/* استایل چک باکس (مرا به خاطر بسپار) */
.login-remember {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #a1a7b3;
}

.login-remember input[type="checkbox"] {
    accent-color: #3b82f6;
}

/* استایل دکمه ورود */
#custom-login-form input[type="submit"] {
    width: 100%;
    background-color: #3b82f6; /* آبی مدرن */
    color: #fff;
    border: none;
    padding: 12px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: background 0.3s;
    margin-top: 5px;
}

#custom-login-form input[type="submit"]:hover {
    background-color: #2563eb; /* آبی تیره‌تر در هاور */
}

/* استایل لینک فراموشی رمز عبور */
.custom-login-lost-password {
    text-align: center;
    margin-top: 20px;
    border-top: 1px solid #2d313c;
    padding-top: 15px;
}

.custom-login-lost-password a {
    color: #8c92a0;
    font-size: 13px;
    text-decoration: none;
    transition: color 0.3s ease;
}

.custom-login-lost-password a:hover {
    color: #3b82f6;
}/* End custom CSS */