.elementor-1402 .elementor-element.elementor-element-a381ec3{--display:flex;}.elementor-1402 .elementor-element.elementor-element-15e2157 > .elementor-widget-container{margin:25% 0% 0% 0%;}.elementor-1402 .elementor-element.elementor-element-15e2157.elementor-element{--align-self:center;}/* Start custom CSS for booknetic-saas-signup, class: .elementor-element-15e2157 *//* Style the sign-up button */
.booknetic_btn_primary.bookneticsaas_signup_btn {
    background-color: #BBFF5F !important; /* Green color */
    color: black !important; /* Black text */
}

/* If button is still not changing, try this alternative .elementor-1402 .elementor-element.elementor-element-15e2157 */
button.bookneticsaas_signup_btn {
    background-color: #BBFF5F !important; /* Green color */
    color: black !important; /* Black text */
}

/* Style the entire sign-up container with rounded corners */
.bookneticsaas_signup {
    border-radius: 25px !important; /* Apply rounded corners to the entire container */
    overflow: hidden; /* Ensure the rounded corners are applied properly */
}

/* Style the sign-in link with black background, white text, and rounded corners */
.bookneticsaas_footer a {
    background-color: black !important; /* Black background */
    color: white !important; /* White text */
    padding: 10px 20px !important; /* Add padding for button-like appearance */
    border-radius: 25px !important; /* Rounded corners */
    text-align: center;
    display: inline-block;
    text-decoration: none !important; /* Remove underline */
}

/* Optional: Style the "Already have an account?" link */
.bookneticsaas_already_have_account {
    color: black !important; /* Black text for the already have an account link */
    text-decoration: none !important; /* Remove underline */
}/* End custom CSS */