.elementor-876 .elementor-element.elementor-element-300f1ee4{--display:flex;--margin-top:60px;--margin-bottom:60px;--margin-left:0px;--margin-right:0px;}/* Start custom CSS for container, class: .elementor-element-300f1ee4 *//* ============================================
   USER REGISTRATION – GLOBAL BUTTON STYLING
   WORKING for Register / Login / Reset Password
============================================ */

/* Base button styles */
.user-registration-Button,
.ur-submit-button,
.ur-reset-password-btn,
form.register input[type="submit"],
form.login input[type="submit"],
form.lost_reset_password input[type="submit"] {
    background-color: #000 !important;
    color: #fff !important;
    font-weight: 500;
    border: none !important;
    border-radius: 0;
    padding: 14px 22px;
    cursor: pointer;
    border: 1px solid #000 !important;
    transition: background-color 0.25s ease,
                color 0.25s ease,
                border 0.25s ease;
}

/* Hover / Focus */
.user-registration-Button:hover,
.ur-submit-button:hover,
.ur-reset-password-btn:hover,
form.register input[type="submit"]:hover,
form.login input[type="submit"]:hover,
form.lost_reset_password input[type="submit"]:hover {
    background-color: #fff !important;
    color: #000 !important;
    border: 1px solid #000 !important;
}/* End custom CSS */