.elementor-513 .elementor-element.elementor-element-3315f4a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-513 .elementor-element.elementor-element-8c1a240 .elementor-heading-title{font-family:"Poppins", Sans-serif;font-weight:600;}/* Start custom CSS for shortcode, class: .elementor-element-b2343af *//* Ultimate Member Login Button */
.um input[type=submit].um-button {
    background-color: #6a1b9a !important; /* Change this color */
    color: #ffffff !important;
    border-radius: 6px;
}

/* Hover Effect */
.um input[type=submit].um-button:hover {
    background-color: #4a148c !important; /* Darker shade */
}

/* Secondary Button (Register) */
.um .um-button.um-alt {
    background-color: #d1c4e9 !important;
    color: #000000 !important;
}

/* Hover for Register */
.um .um-button.um-alt:hover {
    background-color: #b39ddb !important;
}/* End custom CSS */