.elementor-8989 .elementor-element.elementor-element-4f89b58{--display:flex;--margin-top:88px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-8989 .elementor-element.elementor-element-4f89b58:not(.elementor-motion-effects-element-type-background), .elementor-8989 .elementor-element.elementor-element-4f89b58 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-primary );}.elementor-8989 .elementor-element.elementor-element-75f8f38e > .elementor-widget-container{padding:50px 0px 0px 0px;}@media(max-width:767px){.elementor-8989 .elementor-element.elementor-element-4f89b58{--margin-top:65px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}}/* Start custom CSS for shortcode, class: .elementor-element-75f8f38e *//* =========================================================
   تنسيق صفحة إعادة تعيين كلمة المرور (Forgot Password)
   ========================================================= */

/* حاوية النموذج */
.um-password {
    max-width: 420px;
    margin: 40px auto;
    background: #050816;
    padding: 30px 25px;
    border-radius: 14px;
    box-shadow: 0 18px 45px rgba(0,0,0,0.45);
    direction: rtl;
    text-align: right;
}

/* ===== تنسيق الليبل ===== */
.um-password .um-field-label {
    color: #ffffff !important;
    font-size: 15px !important;
    font-weight: 500 !important;
}

/* ===== تنسيق الحقول ===== */
.um-password input[type="text"],
.um-password input[type="email"],
.um-password input[type="password"] {
    background: #0b1120 !important;
    border: 1px solid #1e293b !important;
    color: #ffffff !important;
    border-radius: 6px !important;
    padding: 12px !important;
}

/* Placeholder */
.um-password input::placeholder {
    color: #94a3b8 !important;
}

/* Focus على الحقول */
.um-password input:focus {
    border-color: #49DD80 !important;
    box-shadow: 0 0 0 1px rgba(73,221,128,0.35) !important;
    outline: none !important;
}

/* ===== زر إعادة تعيين كلمة المرور ===== */
.um-password #um-submit-btn.um-button {
    background-color: #49DD80 !important;
    color: #020617 !important;
    border-radius: 8px !important;
    padding: 12px 0 !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    border: none !important;
    width: 100% !important;
    cursor: pointer;
    transition: 0.25s ease-in-out;
}

.um-password #um-submit-btn.um-button:hover {
    background-color: #3ec46f !important;
    box-shadow: 0 10px 25px rgba(73,221,128,0.25) !important;
    transform: translateY(-1px);
}

/* تغيير لون الجملة التوضيحية في صفحة إعادة تعيين كلمة المرور */
.um-password .um-field-block div {
    color: #ffffff !important;
}/* End custom CSS */