.elementor-23 .elementor-element.elementor-element-5878c45a{--display:flex;}.elementor-23 .elementor-element.elementor-element-2652824{--spacer-size:150px;}/* Start custom CSS for shortcode, class: .elementor-element-358ebc1e *//* 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;
}

/* Ensure the text inside is dark enough to read on white */
.um-field-block div {
    color: #1ABC9C !important;           /* Dark grey text for readability */
}

/* Style the input field background and text */
#username_b {
    background-color: #333333 !important; /* White background for dark themes */
    color: #1ABC9C !important;            /* Dark text for readability */
}

/* Style the placeholder text specifically */
#username_b::placeholder {
    color: #1ABC9C !important;            /* Subtle grey for placeholder */
}/* End custom CSS */