.elementor-608 .elementor-element.elementor-element-17c0d5db{--display:flex;}.elementor-608 .elementor-element.elementor-element-2b93fdc2{margin:0220px 0px calc(var(--kit-widget-spacing, 0px) + 0150px) 0px;}:root{--page-title-display:none;}/* Start custom CSS for container, class: .elementor-element-17c0d5db */.um-form {
    background-color: #8F180F !important; /* dark red background */
    
}
.um-field-block{
    color: #fff !important;
}
/* Style for #um-submit-btn */
#um-submit-btn {
    background-color: #ffffff !important; /* white background */
    color: #8F180F !important; /* dark red text */
    border: 1px solid #ffffff !important; /* white border */
    border-radius: 25px !important; /* rounded corners */
    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: #f2f2f2 !important; /* light gray on hover */
    color: #8F180F !important;
}/* End custom CSS */
/* Start custom CSS *//* ------------------ PASSWORD RESET FORM STYLE ------------------ */
.um-password .um-form,
.um-resetpassword .um-form,
.um-forgotpassword .um-form {
    width: 100%;
    max-width: 500px;
    padding: 40px;
    background-color: #F3F4F6;
    border: 2px solid #e0e0e0;
    border-radius: 16px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
}

/* Title */
.um-password .um-form h3.um-form-title,
.um-resetpassword .um-form h3.um-form-title,
.um-forgotpassword .um-form h3.um-form-title {
    text-align: center;
    margin-bottom: 30px;
    font-size: 28px;
    color: #0073e6;
}

/* Inputs 1 per row */
.um-password .um-form .um-field,
.um-resetpassword .um-form .um-field,
.um-forgotpassword .um-form .um-field {
    width: 100% !important;
    display: block;
    margin-right: 0 !important;
}

/* Input fields */
.um-password .um-form input[type="text"],
.um-password .um-form input[type="email"],
.um-password .um-form input[type="password"],
.um-resetpassword .um-form input[type="email"],
.um-resetpassword .um-form input[type="password"],
.um-forgotpassword .um-form input[type="email"] {
    width: 100%;
    padding: 12px 15px;
    margin-bottom: 20px;
    border: 1.5px solid #ccc;
    border-radius: 10px;
    font-size: 16px;
    background-color: #ffffff;
    transition: all 0.3s ease;
}

/* Focus effect */
.um-password .um-form input:focus,
.um-resetpassword .um-form input:focus,
.um-forgotpassword .um-form input:focus {
    border-color: #0073e6;
    box-shadow: 0 0 8px rgba(0, 115, 230, 0.3);
    outline: none;
}

/* Button */
.um-password .um-form .um-button,
.um-resetpassword .um-form .um-button,
.um-forgotpassword .um-form .um-button {
    width: 100%;
    padding: 14px;
    font-size: 16px;
    border-radius: 12px;
    border: none;
    background: #911A10;
    color: #fff;
    cursor: pointer;
    transition: all 0.3s ease;
}

.um-password .um-form .um-button:hover,
.um-resetpassword .um-form .um-button:hover,
.um-forgotpassword .um-form .um-button:hover {
    background-color: #7a140c;
}

/* Links */
.um-password .um-form .um-link-alt,
.um-resetpassword .um-form .um-link-alt,
.um-forgotpassword .um-form .um-link-alt {
    display: block;
    text-align: center;
    margin-top: 15px;
    color: #0073e6;
    text-decoration: none;
    font-size: 14px;
}

.um-password .um-form .um-link-alt:hover,
.um-resetpassword .um-form .um-link-alt:hover,
.um-forgotpassword .um-form .um-link-alt:hover {
    text-decoration: underline;
}

/* Right side styling */
.um-password .um-right,
.um-resetpassword .um-right,
.um-forgotpassword .um-right,
.um-password .um-right *,
.um-resetpassword .um-right *,
.um-forgotpassword .um-right * {
    background-color: #ffffff !important;
    color: #6B7280 !important;
}/* End custom CSS */