.elementor-1249 .elementor-element.elementor-element-27c3cc59{--display:flex;--min-height:100vh;--justify-content:center;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );}.elementor-1249 .elementor-element.elementor-element-27c3cc59:not(.elementor-motion-effects-element-type-background), .elementor-1249 .elementor-element.elementor-element-27c3cc59 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#0D3B2E;}.elementor-1249 .elementor-element.elementor-element-cc6232b{--display:flex;--gap:40px 40px;--row-gap:40px;--column-gap:40px;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:#D4AF37;--border-color:#D4AF37;--border-radius:20px 20px 20px 20px;box-shadow:0px 0px 26px 0px rgba(0, 0, 0, 0.56);}.elementor-1249 .elementor-element.elementor-element-cc6232b:not(.elementor-motion-effects-element-type-background), .elementor-1249 .elementor-element.elementor-element-cc6232b > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-1249 .elementor-element.elementor-element-e79eca0 img{width:20%;max-width:20%;height:20%;}.elementor-1249 .elementor-element.elementor-element-15def5a{text-align:center;}.elementor-1249 .elementor-element.elementor-element-15def5a .elementor-heading-title{font-size:20px;color:#0D3B2E;}@media(min-width:768px){.elementor-1249 .elementor-element.elementor-element-cc6232b{--width:35%;}}/* Start custom CSS for shortcode, class: .elementor-element-4ecff98 *//* استایل کلی فرم */
.uwp-login-form {
    font-family: inherit !important;
}

/* استایل لیبل‌ها (نام کاربری و رمز) */
.uwp-login-form label {
    color: #0D3B2E !important;
    font-weight: bold !important;
    font-size: 13px !important;
    margin-bottom: 8px !important;
    display: block;
}

/* استایل فیلدها (Input) */
.uwp-login-form input[type="text"], 
.uwp-login-form input[type="password"] {
    background-color: #f5f8f6 !important; /* پس زمینه خاکستری/سبز خیلی روشن */
    border: 1px solid #e0e0e0 !important;
    border-radius: 10px !important; /* گوشه گرد */
    padding: 15px !important;
    color: #0D3B2E !important;
    width: 100% !important;
    transition: all 0.3s ease;
    box-shadow: none !important;
    height: 50px !important;
}

/* وقتی روی فیلد کلیک میشه */
.uwp-login-form input[type="text"]:focus, 
.uwp-login-form input[type="password"]:focus {
    border-color: #D4AF37 !important; /* حاشیه طلایی */
    background-color: #fff !important;
    box-shadow: 0 4px 10px rgba(212, 175, 55, 0.1) !important;
}

/* دکمه ورود */
.uwp-login-form input[type="submit"],
.uwp-login-form button {
    background: #0D3B2E !important; /* سبز تیره */
    color: #D4AF37 !important; /* متن طلایی */
    border: 1px solid #0D3B2E !important;
    border-radius: 50px !important; /* دکمه کپسولی */
    padding: 12px 0 !important;
    font-size: 16px !important;
    font-weight: bold !important;
    width: 100% !important;
    margin-top: 15px !important;
    cursor: pointer;
    transition: all 0.3s;
}

/* هاور دکمه */
.uwp-login-form input[type="submit"]:hover,
.uwp-login-form button:hover {
    background: #fff !important;
    color: #0D3B2E !important;
    border-color: #D4AF37 !important;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(13, 59, 46, 0.2);
}

/* لینک فراموشی رمز و ثبت نام */
.uwp-footer-link, .uwp-forgot-password {
    text-align: center;
    margin-top: 15px;
    font-size: 12px;
}
.uwp-footer-link a, .uwp-forgot-password a {
    color: #777 !important;
    text-decoration: none;
}
.uwp-footer-link a:hover, .uwp-forgot-password a:hover {
    color: #D4AF37 !important;
}/* End custom CSS */