.elementor-166 .elementor-element.elementor-element-5f2b26c{--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-widget-button .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-166 .elementor-element.elementor-element-a9718a5 .elementor-button{background-color:#61CE7000;fill:var( --e-global-color-dbd96e4 );color:var( --e-global-color-dbd96e4 );}.elementor-166 .elementor-element.elementor-element-a9718a5{z-index:5;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-166 .elementor-element.elementor-element-baf8cfc{margin:-50px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;text-align:center;}.elementor-166 .elementor-element.elementor-element-baf8cfc .elementor-heading-title{font-family:"Roboto", Sans-serif;font-size:25px;font-weight:600;color:var( --e-global-color-dbd96e4 );}#elementor-popup-modal-166 .dialog-widget-content{animation-duration:0.3s;border-radius:19px 19px 19px 19px;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}#elementor-popup-modal-166 .dialog-message{width:550px;height:auto;}#elementor-popup-modal-166{justify-content:center;align-items:center;}/* Start custom CSS for user-registration-login, class: .elementor-element-5a43431 *//* LOGIN FORM STYLING */

/* 1. Remove outer border/container styling */
#user-registration,
.user-registration,
.ur-frontend-form,
.login-form,
.form-wrapper,
form[class*="login"],
form[class*="user-registration"] {
    border: none !important;
    box-shadow: none !important;
    background: transparent !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* 2. Remove any form container borders */
.ur-form-row,
.ur-field-item,
.form-row,
.form-group {
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
}

/* 3. Style form fields similar to your register form */
.ur-form-row input[type="text"],
.ur-form-row input[type="email"],
.ur-form-row input[type="password"],
.user-registration input[type="text"],
.user-registration input[type="email"],
.user-registration input[type="password"] {
    width: 100% !important;
    background: #f5f5f5 !important;
    border: none !important;
    border-radius: 25px !important;
    padding: 10px 15px !important;
    font-size: 14px !important;
    color: #333 !important;
    box-sizing: border-box !important;
    height: 40px !important;
    line-height: normal !important;
    margin: 0 !important;
    margin-bottom: 10px !important;
}

/* Focus state */
.ur-form-row input:focus,
.user-registration input:focus {
    outline: none !important;
    background: #e8e8e8 !important;
}

/* 4. Labels */
.ur-form-row label,
.user-registration label {
    display: block !important;
    margin-bottom: 3px !important;
    font-size: 13px !important;
    color: #666 !important;
    font-weight: normal !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
}



/* 6. HIDE "Not a member yet? Register now." */
.ur-link a,
.ur-register-link,
.user-register-link,
.register-link,
p:has(a[href*="register"]),
div:has(a[href*="register"]),
.ur-frontend-form p:last-child,
.user-registration p:last-child {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    width: 0 !important;
    opacity: 0 !important;
    position: absolute !important;
    left: -9999px !important;
}

/* 7. Style Remember Me checkbox */
.ur-form-row .checkbox,
.user-registration .checkbox,
input[name="rememberme"] + label,
.rememberme {
    display: flex !important;
    align-items: center !important;
    margin-bottom: 15px !important;
}

.ur-form-row input[type="checkbox"],
.user-registration input[type="checkbox"],
input[name="rememberme"] {
    width: 18px !important;
    height: 18px !important;
    margin-right: 8px !important;
    accent-color: #0073aa !important;
}

/* 8. Style Login Button */
.ur-form-row button[type="submit"],
.user-registration button[type="submit"],
input[type="submit"][name="login"],
#user-registration input[type="submit"] {
    background: #ff0000 !important;
    color: white !important;
    border: none !important;
    border-radius: 8px !important;
    padding: 12px 50px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    min-width: 180px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
    transition: background-color 0.2s ease !important;
    display: inline-block !important;
    height: auto !important;
    line-height: normal !important;
    margin: 0 auto !important;
    width: 100% !important;
}

.ur-form-row button[type="submit"]:hover,
.user-registration button[type="submit"]:hover,
input[type="submit"][name="login"]:hover {
    background: #e60000 !important;
}

/* 9. Form title */
.ur-form-title,
.user-registration h2,
.login-title {
    text-align: center !important;
    font-size: 32px !important;
    font-weight: bold !important;
    color: #000 !important;
    margin-bottom: 30px !important;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
    text-transform: none !important;
    letter-spacing: normal !important;
}

/* 10. Remove any remaining borders/backgrounds */
.ur-frontend-form .ur-form-row,
.user-registration .ur-form-row,
.ur-field-item,
.form-row {
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
    margin-bottom: 15px !important;
}

/* 11. Container cleanup */
.ur-frontend-form,
#user-registration,
.user-registration {
    max-width: 400px !important;
    margin: 0 auto !important;
    padding: 20px !important;
}

/* 12. Hide any other registration links */
a[href*="register"],
a[href*="signup"],
.register,
.signup {
    display: none !important;
}

/* 13. Mobile responsive */
@media (max-width: 768px) {
    .ur-frontend-form,
    #user-registration,
    .user-registration {
        padding: 10px !important;
    }
    
    .ur-form-row button[type="submit"],
    .user-registration button[type="submit"],
    input[type="submit"][name="login"] {
        padding: 14px !important;
    }
}

/* 14. Hide any "back to login" or similar links if present */
a[href*="login"].back-to-login,
.back-to-login {
    display: none !important;
}

/* 15. Additional .elementor-166 .elementor-element.elementor-element-5a43431s for User Registration plugin */
.user-registration-Login .user-registration-form,
.user-registration-Form .user-registration-form,
.user-registration #user-registration-form {
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
}

/* 16. Remove any error/success message borders */
.user-registration-message,
.ur-message {
    border: none !important;
    background: transparent !important;
    padding: 0 !important;
    margin: 10px 0 !important;
}/* End custom CSS */