.elementor-25167 .elementor-element.elementor-element-3be2111a{--display:flex;--background-transition:0.3s;}/* Start custom CSS for container, class: .elementor-element-3be2111a *//* Custom styles for login/register buttons */
.uwp_register_submit, 
.uwp-login-submit, 
.popup-redirect {
    background-color: #ff6600; /* Change this to your theme color */
    color: #ffffff; /* Text color */
    border: none;
    padding: 12px 20px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 5px;
    transition: all 0.3s ease-in-out;
}

/* Hover effect */
.uwp_register_submit:hover, 
.uwp-login-submit:hover, 
.popup-redirect:hover {
    background-color: #cc5500; /* Darker shade for hover */
    color: #ffffff;
    cursor: pointer;
}/* End custom CSS */