.elementor-18 .elementor-element.elementor-element-1499fe77{--display:flex;}/* Start custom CSS for shortcode, class: .elementor-element-28483778 *//* Target by ID to ensure it styles only this specific button */
#um-submit-btn {
    background-color: #8E44AD !important; /* Sets background to white */
}

/* Optional: Style the hover state */
#um-submit-btn:hover {
    background-color: #aa62c9 !important; /* Slightly grey on hover */
    cursor: pointer;
}

/* 1. Style the Labels (Username, Email, etc.) */
.um-field-label label {
    color: #1ABC9C !important; /* Make text white */
}

/* 2. Style All Input Fields (Text and Password) */
.um-form-field {
    background-color: #333333 !important; /* White background */
    color: #1ABC9C !important;            /* Dark text */
}/* End custom CSS */