.elementor-19 .elementor-element.elementor-element-52621551{--display:flex;}/* Start custom CSS for shortcode, class: .elementor-element-69d3335 *//* 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 */
}

/* 5. Style the Checkbox Text */
.um-field-type_terms_conditions .um-field-checkbox-option {
    color: #1ABC9C !important; 
}

#confirm_user_password-13::placeholder {
    color: #1ABC9C !important;            /* Subtle grey for placeholder */
}

.um-gdpr-content {
    color: #1ABC9C !important; 
}

.um-terms-conditions-content {
    color: #1ABC9C !important; 
}/* End custom CSS */