.elementor-46283 .elementor-element.elementor-element-69944d57{--display:flex;--background-transition:0.3s;}/* Start custom CSS for shortcode, class: .elementor-element-5d6d92e9 *//* Targeting input fields in the forgot password form */
.um-password .um-field-area input {
    border: 1px solid #333333 !important;
    padding: 10px !important;
    border-radius: 4px !important;
    width: 100% !important;
    background-color: #f9f9f9 !important;
}

/* Targeting the submit button in the forgot password form */
.um-password .um-button {
    background-color: #000000 !important;
    color: #fff !important;
    padding: px px !important;
    border-radius: 4px !important;
    transition: background-color 0.3s ease !important;
}

.um-password .um-button:hover {
    background-color: #000 !important;
}

/* Error message styling */
.um-password .um-field-error {
    color: #ff0000 !important;
    font-size: 14px !important;
}

/* Success message styling */
.um-password .um-notice.success {
    color: #28a745 !important;
    font-size: 14px !important;
}/* End custom CSS */