.elementor-11 .elementor-element.elementor-element-d5f91da{--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;--background-transition:0.3s;}.elementor-11 .elementor-element.elementor-element-6741bb3{--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;--background-transition:0.3s;}@media(min-width:768px){.elementor-11 .elementor-element.elementor-element-d5f91da{--content-width:80rem;}}/* Start custom CSS for container, class: .elementor-element-d5f91da */.woocommerce-account {
    max-width: 100% !important;
    margin: 0 auto;
    padding: 0 !important;
    font-family: 'Nunito'  !important;
}
div#customer_login{
    display: flex;
    width: 100%;
    gap: 20px;
}

#customer_login .u-column1.col-1, #customer_login .u-column2.col-2{
    position: relative;
}


#customer_login .u-column1.col-1:before, #customer_login .u-column2.col-2:before {
    content: " ";
    position: absolute;
    height: 100%;
    width: 100%;
    background: #333333;
    z-index: 9;
}

#customer_login .myacc-start-btn{
    padding: 20px;
    position: absolute;
    top: 50%;
    z-index: 10;
    background: blue;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    border: unset;
    font-weight: bold;
}

.hide-before::before{
    display: none !important;
}

.woocommerce-button{
        background: var(--e-global-color-4b77f4c) !important;
    color: #fff !important;
    width: 100%;
}

.woocommerce form .form-row label {
    font-weight: bold;
}

#customer_login .woocommerce-privacy-policy-text{
    display: none !important;
}/* End custom CSS */