.elementor-596 .elementor-element.elementor-element-4b04211d{--display:flex;--min-height:819px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-596 .elementor-element.elementor-element-7c35d54b{margin:0120px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}:root{--page-title-display:none;}/* Start custom CSS for container, class: .elementor-element-4b04211d *//* ------------------ LOGIN FORM STYLE ------------------ */
/* ---------- LOGIN BUTTON ---------- */
#um-submit-btn {
    background-color: #8F180F !important; /* red */
    color: #ffffff !important; /* white text */
    border: 1px solid #ffffff !important; /* white border */
    border-radius: 25px !important;
    padding: 12px 20px !important;
    cursor: pointer !important;
    font-weight: 600 !important;
    transition: all 0.3s ease !important;
}

/* Hover effect */
#um-submit-btn:hover {
    background-color: #7a140c !important; /* darker red */
    border-color: #ffffff !important;
}

/* If button has both classes: um-button and um-alt */
.um-login .um-form button.um-button,
.um-login .um-form .um-button {
    background-color: #fff !important;
    color: #8F180F !important;
    border: 1px solid #ffffff !important;
    border-radius: 25px !important;
    padding: 12px 20px !important;
}

/*.um-login .um-form button.um-button:hover,*/
/*.um-login .um-form .um-button:hover {*/
/*    background-color: #7a140c !important;*/
/*    border-color: #ffffff !important;*/
/*}*/

/* Form container */
.um-login .um-form {
    width: 100%;
    margin-top: 50px;
    max-width: 500px;
    padding: 40px;
    background-color: #8F180F; /* form background */
    border: 2px solid #e0e0e0;
    border-radius: 16px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    color: #ffffff !important; /* All text white */
}

/* Form title */
.um-login .um-form h3.um-form-title {
    text-align: center;
    margin-bottom: 30px;
    font-size: 28px;
    color: #ffffff !important; /* Title white */
}

/* Each field row */
.um-login .um-form .um-field {
    width: 100% !important;
    display: block;
    margin-right: 0 !important;
    color: #ffffff !important; /* Labels white */
}

/* Input fields */
.um-login .um-form input[type="text"],
.um-login .um-form input[type="email"],
.um-login .um-form input[type="password"] {
    width: 100%;
    padding: 12px 15px;
    margin-bottom: 20px;
    border: 1.5px solid #ccc;
    border-radius: 10px;
    font-size: 16px;
    background-color: #ffffff; /* input background white */
    color: #000000 !important; /* typed text black for readability */
    transition: all 0.3s ease;
}

/* Placeholder text */
.um-login .um-form ::placeholder {
    color: #999999 !important; /* placeholder gray for readability */
    opacity: 1 !important;
}
 

/* Input focus effect */
.um-login .um-form input:focus {
    border-color: #0073e6;
    box-shadow: 0 0 8px rgba(0, 115, 230, 0.3);
    outline: none;
}

 
 

.um-login .um-form .um-link-alt:hover {
    text-decoration: underline;
}

/* Error messages and help text */
.um-login .um-form .um-error,
.um-login .um-form .um-help-text {
    color: #ffffff !important; /* errors white */
}

/* Ultimate Member right section */
 

/* Ensure all other child elements inside the form inherit white text */
.um-login .um-form *,
.um-login .um-form label {
    color: #ffffff !important;
}/* End custom CSS */