.elementor-1350 .elementor-element.elementor-element-45fe3e2{--display:flex;}/* Start custom CSS for shortcode, class: .elementor-element-85ae345 *//* =========================================
   BEMOEFIT CLIENT LOGIN / REGISTER PAGE
========================================= */

.bemo-client-login-page,
.bemo-client-login-page * {
    box-sizing: border-box;
}

/* Main area */
.bemo-client-login-page {
    width: 100%;
    max-width: 1050px;
    margin: 0 auto;
    padding: 50px 20px 70px;
    color: #ffffff;
}

/* WooCommerce wrapper */
.bemo-client-login-page .woocommerce {
    width: 100%;
}

/* Login and register columns */
.bemo-client-login-page
.woocommerce
.u-columns.col2-set {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    width: 100%;
}

/* Remove Woo default floating columns */
.bemo-client-login-page
.woocommerce
.u-column1,
.bemo-client-login-page
.woocommerce
.u-column2 {
    float: none !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 28px !important;

    border-radius: 20px;

    background:
        radial-gradient(
            circle at top right,
            rgba(30, 167, 255, 0.10),
            transparent 42%
        ),
        rgba(5, 13, 26, 0.96);

    border: 1px solid rgba(30, 167, 255, 0.25);

    box-shadow:
        0 20px 50px rgba(0, 0, 0, 0.28);
}

/* Titles */
.bemo-client-login-page
.woocommerce
.u-column1 > h2,
.bemo-client-login-page
.woocommerce
.u-column2 > h2 {
    margin: 0 0 20px !important;

    color: #ffffff !important;

    font-family: Rajdhani, sans-serif;
    font-size: 30px;
    font-weight: 900;
    line-height: 1;

    text-transform: uppercase;
}

/* Forms */
.bemo-client-login-page
.woocommerce
form.login,
.bemo-client-login-page
.woocommerce
form.register {
    margin: 0 !important;
    padding: 0 !important;

    border: 0 !important;
    background: transparent !important;
}

/* Form rows */
.bemo-client-login-page
.woocommerce
form
.form-row {
    margin: 0 0 16px !important;
    padding: 0 !important;
}

/* Labels */
.bemo-client-login-page
.woocommerce
form
label {
    display: block;
    margin-bottom: 7px;

    color: rgba(255, 255, 255, 0.78);

    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.3px;
}

/* Required star */
.bemo-client-login-page
.woocommerce
.required {
    color: #1EA7FF !important;
}

/* Input fields */
.bemo-client-login-page
.woocommerce
input.input-text,
.bemo-client-login-page
.woocommerce
input[type="email"],
.bemo-client-login-page
.woocommerce
input[type="password"],
.bemo-client-login-page
.woocommerce
input[type="text"] {
    width: 100% !important;
    min-height: 50px;

    padding: 0 15px !important;

    border-radius: 11px !important;

    border:
        1px solid
        rgba(30, 167, 255, 0.24)
        !important;

    background: #07111f !important;

    color: #ffffff !important;

    font-size: 13px;

    outline: none !important;

    box-shadow: none !important;

    transition:
        border-color 0.2s ease,
        box-shadow 0.2s ease;
}

/* Input focus */
.bemo-client-login-page
.woocommerce
input.input-text:focus,
.bemo-client-login-page
.woocommerce
input[type="email"]:focus,
.bemo-client-login-page
.woocommerce
input[type="password"]:focus {
    border-color: #1EA7FF !important;

    box-shadow:
        0 0 0 3px
        rgba(30, 167, 255, 0.10)
        !important;
}

/* Password eye area */
.bemo-client-login-page
.woocommerce-password-input {
    width: 100%;
}

/* Remember me */
.bemo-client-login-page
.woocommerce-form-login__rememberme {
    display: inline-flex !important;
    align-items: center;
    gap: 7px;

    margin: 4px 0 14px;
}

/* Checkbox */
.bemo-client-login-page
input[type="checkbox"] {
    width: 16px;
    height: 16px;

    accent-color: #1EA7FF;
}

/* Login and register buttons */
.bemo-client-login-page
.woocommerce
button.button,
.bemo-client-login-page
.woocommerce
.woocommerce-button {
    width: 100% !important;
    min-height: 49px;

    margin-top: 7px !important;
    padding: 0 18px !important;

    display: inline-flex !important;
    align-items: center;
    justify-content: center;

    border-radius: 11px !important;

    border: 1px solid #1EA7FF !important;

    background:
        linear-gradient(
            135deg,
            #005dc8,
            #087fd6
        )
        !important;

    color: #ffffff !important;

    font-family: Inter, sans-serif;
    font-size: 12px !important;
    font-weight: 900 !important;

    text-transform: uppercase;

    box-shadow:
        0 10px 25px
        rgba(30, 167, 255, 0.18);

    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease;
}

/* Button hover */
.bemo-client-login-page
.woocommerce
button.button:hover,
.bemo-client-login-page
.woocommerce
.woocommerce-button:hover {
    transform: translateY(-2px);

    background:
        linear-gradient(
            135deg,
            #087fd6,
            #1EA7FF
        )
        !important;

    box-shadow:
        0 14px 30px
        rgba(30, 167, 255, 0.28);
}

/* Lost password */
.bemo-client-login-page
.woocommerce-LostPassword {
    margin: 15px 0 0 !important;
    text-align: center;
}

.bemo-client-login-page
.woocommerce-LostPassword a {
    color: #1EA7FF !important;
    font-size: 11px;
    font-weight: 800;
    text-decoration: none !important;
}

/* Registration privacy text */
.bemo-client-login-page
.woocommerce-privacy-policy-text {
    color: rgba(255, 255, 255, 0.52);
    font-size: 10px;
    line-height: 1.7;
}

.bemo-client-login-page
.woocommerce-privacy-policy-text a {
    color: #1EA7FF !important;
}

/* =========================================
   GOOGLE LOGIN AREA
========================================= */

.bemo-client-login-page
.bemo-google-login-wrap {
    width: 100%;
    margin: 0 0 28px;
    padding: 24px;

    text-align: center;

    border-radius: 18px;

    background:
        radial-gradient(
            circle at top center,
            rgba(30, 167, 255, 0.10),
            transparent 55%
        ),
        rgba(5, 13, 26, 0.96);

    border:
        1px solid
        rgba(30, 167, 255, 0.24);
}

/* Quick Login title */
.bemo-client-login-page
.bemo-google-login-heading {
    margin-bottom: 14px;

    color: #ffffff;

    font-family: Rajdhani, sans-serif;
    font-size: 23px;
    font-weight: 900;

    text-transform: uppercase;
}

/* Nextend container */
.bemo-client-login-page
.bemo-google-login-button
.nsl-container {
    width: 100% !important;
    max-width: 460px !important;
    margin: 0 auto !important;
}

/* Google button */
.bemo-client-login-page
.bemo-google-login-button
.nsl-button {
    width: 100% !important;
    min-height: 50px !important;

    border-radius: 11px !important;

    box-shadow: none !important;
}

/* Divider */
.bemo-client-login-page
.bemo-login-divider {
    display: flex;
    align-items: center;
    gap: 14px;

    margin-top: 22px;

    color: rgba(255, 255, 255, 0.46);

    font-size: 9px;
    font-weight: 900;
    letter-spacing: 1px;
}

.bemo-client-login-page
.bemo-login-divider::before,
.bemo-client-login-page
.bemo-login-divider::after {
    content: "";

    flex: 1;
    height: 1px;

    background:
        rgba(255, 255, 255, 0.10);
}

/* Woo notices */
.bemo-client-login-page
.woocommerce-error,
.bemo-client-login-page
.woocommerce-message,
.bemo-client-login-page
.woocommerce-info {
    margin-bottom: 20px !important;
    padding: 14px 16px !important;

    border-radius: 11px;

    background: rgba(5, 13, 26, 0.96);

    color: #ffffff;

    border:
        1px solid
        rgba(30, 167, 255, 0.25);
}

/* Mobile */
@media (max-width: 767px) {

    .bemo-client-login-page {
        padding: 28px 10px 45px;
    }

    .bemo-client-login-page
    .woocommerce
    .u-columns.col2-set {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .bemo-client-login-page
    .woocommerce
    .u-column1,
    .bemo-client-login-page
    .woocommerce
    .u-column2 {
        padding: 20px 15px !important;
        border-radius: 15px;
    }

    .bemo-client-login-page
    .woocommerce
    .u-column1 > h2,
    .bemo-client-login-page
    .woocommerce
    .u-column2 > h2 {
        font-size: 25px;
    }

    .bemo-client-login-page
    .bemo-google-login-wrap {
        padding: 19px 14px;
        border-radius: 15px;
    }

    .bemo-client-login-page
    .bemo-login-divider {
        gap: 8px;
        font-size: 7px;
    }
}/* =========================================
   FIX CLIENT LOGIN PAGE LAYOUT
========================================= */

/* Force every Elementor/WooCommerce wrapper to full width */
.bemo-client-login-page,
.bemo-client-login-page > .e-con-inner,
.bemo-client-login-page .elementor-widget-shortcode,
.bemo-client-login-page .elementor-widget-shortcode > .elementor-widget-container,
.bemo-client-login-page .woocommerce {
    width: 100% !important;
    max-width: 1100px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

/* Google section full width */
.bemo-client-login-page .bemo-google-login-wrap {
    width: 100% !important;
    max-width: none !important;
    margin: 0 0 24px !important;
}

/* Correct WooCommerce login/register wrapper */
.bemo-client-login-page #customer_login {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    align-items: start !important;
    gap: 24px !important;

    width: 100% !important;
    max-width: none !important;

    margin: 0 !important;
    padding: 0 !important;
}

/* Remove WooCommerce float layout */
.bemo-client-login-page #customer_login::before,
.bemo-client-login-page #customer_login::after {
    display: none !important;
    content: none !important;
}

.bemo-client-login-page #customer_login .u-column1,
.bemo-client-login-page #customer_login .u-column2,
.bemo-client-login-page #customer_login .col-1,
.bemo-client-login-page #customer_login .col-2 {
    float: none !important;
    clear: none !important;

    width: 100% !important;
    max-width: none !important;

    margin: 0 !important;
}

/* Keep both cards equal */
.bemo-client-login-page #customer_login .u-column1,
.bemo-client-login-page #customer_login .u-column2 {
    min-height: 100%;
}

/* Mobile */
@media (max-width: 767px) {

    .bemo-client-login-page #customer_login {
        grid-template-columns: 1fr !important;
        gap: 16px !important;
    }
}/* FINAL LOGIN PAGE POLISH */

.bemo-client-login-page .bemo-google-login-wrap {
    padding: 20px 22px !important;
}

.bemo-client-login-page .bemo-google-login-button .nsl-container {
    max-width: 260px !important;
}

.bemo-client-login-page .woocommerce form label {
    font-size: 12px !important;
}

.bemo-client-login-page .woocommerce-privacy-policy-text {
    font-size: 11px !important;
    line-height: 1.65 !important;
}

.bemo-client-login-page #customer_login .u-column1,
.bemo-client-login-page #customer_login .u-column2 {
    padding: 24px 22px !important;
}

.bemo-client-login-page .woocommerce-LostPassword a {
    font-size: 11px !important;
}

@media (max-width: 767px) {
    .bemo-client-login-page .bemo-google-login-wrap {
        padding: 18px 14px !important;
    }

    .bemo-client-login-page #customer_login .u-column1,
    .bemo-client-login-page #customer_login .u-column2 {
        padding: 20px 16px !important;
    }
}/* End custom CSS */