/*******Login page css***********/
.woocommerce-account  .entry-content {
    background: #f1f1f1;
}

div#customer_login {
    border-radius: 8px;
    background-color: #ffffff;
    margin: 0;
    overflow: hidden;
    max-width: 1010px;
    margin: 0 auto;
}
.woocommerce-account.woocommerce-lost-password .entry-content{
    background: #ffffff;
}
.login-form-image-sec {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 25px;
}
.white-wrap {
    padding: 36px 40px;
}
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
    margin: 0;
    border: none;
    padding: 0;
}
div#customer_login h2 {
    font-size: 36px;
    font-family: 'Gilroy';
    margin-bottom: 0;
}
p.tag-line {
    font-size: 22px;
    line-height: 1.2;
    margin-bottom: 30px;
}

p.tag-line a {
    color: #b99e5d;
    font-weight: 600;
}
.woocommerce form .form-row .required{
    display: none;
}
div#customer_login button[type=submit] {
    width: 100%;
    border-radius: 2px;
    text-transform: capitalize;
}
div#customer_login>div {
    min-height: 580px;
}
.woocommerce div#customer_login form .form-row label, .woocommerce-page div#customer_login form .form-row label {
    line-height: 1;
    padding-left: 5px;
    font-weight: 400;
}
.woocommerce div#customer_login  form input, .woocommerce div#customer_login form textarea {
    border-radius: 4px;
    border-color: rgb(185 158 93 / 40%);
    height: 40px;
}
.woocommerce div#customer_login form .form-row {
    margin: 20px 0px 0px;
    width: 100%;
    float: none;
}
.banner-content ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

.banner-content ul li {
    position: relative;
    padding-left: 24px;
    font-size: 22px;
    line-height: 1;
    margin-top: 15px;
}

.banner-content {
    max-width: 315px;
}

.banner-content ul li:before {
    content: "";
    position: absolute;
    width: 15px;
    height: 2px;
    background: #fff;
    left: 2px;
    top: 10px;
    transform: rotate(-45deg);
}

.banner-content ul li:after {
    content: "";
    width: 6px;
    height: 2px;
    position: absolute;
    background: #fff;
    left: 0;top: 12px;
    transform: rotate(45deg);
}

.woocommerce #customer_login form .form-row label a {
    color: #b99e5d;
}

.woocommerce #customer_login form .form-row label a:hover {
    color: #16212f;
}
.woocommerce #customer_login form input[type=checkbox] {
    width: 20px;
    height: 20px;
    border-radius: 4px;
    border: none;
}
.woocommerce #customer_login .woocommerce-form__label-for-checkbox.checkbox {
    font-size: 12px;
    padding: 0;
}
div#customer_login>div.login-tab.white-wrap,div#customer_login>div.register-tab.white-wrap{
    width: 46% !important;
    max-width: 46%;
    flex: 0 0 46%;
}
div#customer_login>div.login-form-image-sec{
    width: 54% !important;
    max-width: 54%;
    flex: 0 0 54%;
}
.woocommerce div#customer_login form .show-password-input::after, .woocommerce-page div#customer_login form .show-password-input::after {
    top: -2px;
}
/* .woocommerce #customer_login .woocommerce-form__label-for-checkbox.checkbox:before {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    background: none;
    border: 1px solid #b99e5d;
    border-radius: 3px;
} */
div#customer_login .woocommerce-password-strength.bad {
    color: #e2401c;
    font-size: 14px;
    text-align: left;
}

@media (max-width: 1600px){
    p.tag-line {
        font-size: 20px;
        margin-bottom: 20px;
    }
}
@media (max-width: 991px){
    p.tag-line {
        font-size: 16px;
        margin-bottom: 15px;
    }
    .white-wrap {
        padding: 30px 30px;
    }
    div#customer_login h2 {
        font-size: 30px;
        line-height: 1.1;
    }
    .banner-content {
        max-width: 262px;
    }
    
}
@media (max-width: 767.98px){
    div#customer_login>div.login-tab.white-wrap,div#customer_login>div.register-tab.white-wrap,div#customer_login>div.login-form-image-sec{
        width: 100% !important;
        max-width: 100%;
        flex: 0 0 100%;
    }
    div#customer_login>div {
        min-height: auto;
    }
    div#customer_login h2 {
        font-size: 25px;
        margin-bottom: 5px;
    }
    .white-wrap {
        padding: 30px 30px 50px;
    }
    p.tag-line {
        font-size: 15px;
    }
    .banner-content ul li {
        font-size: 14px;
        margin-top: 10px;
    }
    .login-form-image-sec {
        padding: 60px 25px;
    }
    .banner-content {
        max-width: 210px;
    }
}
@media (max-width: 576.98px){
    .login-form-image-sec {
        padding: 45px 25px;
    }
}