.elementor-2896 .elementor-element.elementor-element-fb554ac{--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-2896 .elementor-element.elementor-element-c7fc9b7{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-2896 .elementor-element.elementor-element-c9e30a5{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:10px 10px 10px 0px;border-style:solid;border-width:1px 1px 1px 1px;border-color:var( --e-global-color-secondary );border-radius:15px 15px 15px 15px;text-align:center;color:var( --e-global-color-d9dfdf8 );}.elementor-2896 .elementor-element.elementor-element-590a291{--display:flex;border-style:solid;--border-style:solid;border-width:1px 1px 1px 1px;--border-top-width:1px;--border-right-width:1px;--border-bottom-width:1px;--border-left-width:1px;border-color:var( --e-global-color-primary );--border-color:var( --e-global-color-primary );--border-radius:20px 20px 20px 20px;}/* Start custom CSS for text-editor, class: .elementor-element-c9e30a5 *//* استایل کلی فرم */
.custom-login-form {
    max-width: 600px;
    margin: 20px auto;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
}

.custom-login-form p {
    margin-bottom: 16px;
}

.custom-login-form label {
    display: block;
    text-align: right;
    direction: rtl;
    margin-bottom: 6px;
    font-size: 14px;
    font-weight: 600;
    color: #333;
}

.custom-login-form input {
    direction: rtl;
    text-align: right;
}

/* استایل فیلدهای ورودی */
.custom-login-form input[type="text"],
.custom-login-form input[type="password"] {
    width: 100%;
    padding: 10px;
    margin: 8px 0;
    border: 1px solid #dcdcdc;
    background-color: #f9f9f9;
    box-sizing: border-box;
    transition: border-color 0.3s;
}


.custom-login-form input:focus {
    border-color: #c8cfed; 
    outline: none;
    box-shadow: 0 0 5px rgba(200, 207, 237, 0.5);
}

/* استایل دکمه */
.custom-login-form button[name="custom_login_submit"] {
    width: 100%;
    background-color: #fcb810; /* رنگ زرد دکمه */
    color: #fff;
    border: none;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: background 0.3s;
    justify-content: center;
}

.custom-login-form button:hover {
    background-color: #42A5F5;
}

/* استایل لینک‌ها */
.custom-login-form p {
    text-align: center;
    margin-top: 15px;
}
.custom-login-form a {
    color: #42A5F5;
    text-decoration: none;
    font-size: 14px;
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-1c05038 *//* فرم ورود سفارشی */
.custom-login-form {
    width: 100%;
    margin: 30px auto;
    direction: rtl;
    font-family: inherit;
    border-radius: 25px;
}

/* هر ردیف فرم */
.custom-login-form p {
    margin: 0 0 14px;
    padding: 0;
}

/* لیبل‌ها: بالا سمت راست اینپوت */
.custom-login-form label {
    display: block;
    text-align: right;
    direction: rtl;
    margin-bottom: 6px;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.6;
    color: #333333;
}

/* فیلدهای کد ملی و رمز عبور */
.custom-login-form input[type="text"],
.custom-login-form input[type="password"] {
    display: block;
    width: 100%;
    height: 42px;
    padding: 8px 12px;
    direction: rtl;
    text-align: right;
    font-size: 14px;
    font-family: inherit;
    color: #333333;
    background-color: #ffffff;
    border: 1px solid #d6d6d6;
    border-radius: 6px;
    outline: none;
    box-sizing: border-box;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.10);
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    
}

/* رنگ placeholder */
.custom-login-form input::placeholder {
    color: #999999;
    opacity: 1;
}

/* حالت فوکوس مثل تصویر */
.custom-login-form input[type="text"]:focus,
.custom-login-form input[type="password"]:focus {
    border-color: #9aa8e8;
    box-shadow: 0 0 0 2px rgba(154, 168, 232, 0.25), 0 2px 10px rgba(0, 0, 0, 0.10);
}

/* دکمه ورود */
.custom-login-form button[name="custom_login_submit"] {
    display: block;
    width: 100%;
    height: 42px;
    margin-top: 10px;
    padding: 0 16px;
    font-family: inherit;
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    background-color: #fcb810;
    border: none;
    border-radius: 6px;
    box-shadow: none;
    cursor: pointer;
    transition: background-color 0.2s ease, transform 0.1s ease;
}

/* هاور دکمه */
.custom-login-form button[name="custom_login_submit"]:hover {
    background-color: #f0aa00;
}

/* کلیک روی دکمه */
.custom-login-form button[name="custom_login_submit"]:active {
    transform: translateY(1px);
}

/* لینک‌های زیر فرم */
.custom-login-form a {
    color: #555555;
    font-size: 13px;
    font-weight: 400;
    text-decoration: none;
}

.custom-login-form a:hover {
    color: #42A5F5;
}

/* پاراگراف لینک‌ها */
.custom-login-form p:has(a) {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 0;
}

/* موبایل */
@media (max-width: 767px) {
    .custom-login-form {
        max-width: 100%;
        margin: 20px auto;
    }

    .custom-login-form input[type="text"],
    .custom-login-form input[type="password"],
    .custom-login-form button[name="custom_login_submit"] {
        height: 42px;
        font-size: 14px;
    }
}/* End custom CSS */