.elementor-1412 .elementor-element.elementor-element-a0c7455{--display:flex;}.elementor-1412 .elementor-element.elementor-element-9f460ce > .elementor-widget-container{margin:25% 0% 0% 0%;}.elementor-1412 .elementor-element.elementor-element-9f460ce.elementor-element{--align-self:center;}/* Start custom CSS for booknetic-saas-signin, class: .elementor-element-9f460ce *//* Style the sign-in button */
.booknetic_btn_primary.bookneticsaas_login_btn {
    background-color: #BBFF5F !important; /* Green color */
    color: black !important; /* Black text */
}

/* Style the entire login container with rounded corners */
.bookneticsaas_login {
    border-radius: 25px !important; /* Apply rounded corners to the entire container */
    overflow: hidden; /* Ensure the rounded corners are applied properly */
}

/* Style the sign-up 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 "Forgot password?" link */
.bookneticsaas_forgot_password {
    color: black !important; /* Black text for the forgot password link */
    text-decoration: none !important; /* Remove underline */
}/* End custom CSS */