/* login.css */
.woocommerce form .form-row label{
    color:#000;
    font-size:16px;
    text-align: left;
    display: block;
}
.btn-theme.disabled, .disabled.viewmore-products-btn, .btn-theme.disabled:hover, .btn-theme.disabled:focus, .btn-theme.disabled:active, .btn-theme.disabled.active, .btn-theme[disabled], [disabled].viewmore-products-btn, .btn-theme[disabled]:hover, .btn-theme[disabled]:focus, .btn-theme[disabled]:active, .btn-theme[disabled].active, fieldset[disabled] .btn-theme, fieldset[disabled] .viewmore-products-btn, fieldset[disabled] .btn-theme:hover, fieldset[disabled] .btn-theme:focus, fieldset[disabled] .btn-theme:active, fieldset[disabled] .btn-theme.active{
    background-color: #e5e7bf;
    border-color: #e5e7bf;
}
.user .title{
    font-size: 40px;
        font-weight: 500;
        color: #000;
}
.woocommerce form .form-row .inline input[type="checkbox"]#rememberme:focus{
    box-shadow: none!important;
}
.lost_password.pull-right a{
    color:#000;
}
.woocommerce form .form-row .required{
    color:#000;
}
.woocommerce .user .title{
    margin-bottom: 50px;
}

#customer_login .form-control, #customer_register .form-control, .woocommerce-ResetPassword .form-control{
    border: 1px solid #D1D1D1!important;
    border-radius: 8px;
    padding: 16px;
    min-height: 54px;
    background-color: #fff;
}
#customer_login a, #customer_register a, .woocommerce-ResetPassword a{
    font-size: 16px;
    font-weight: 500;
}

.create .register-login-label {
    font-size: 16px;
    color: #4B4B4B;
    margin-right: 5px;
}
.register .woocommerce-privacy-policy-text p, .register p{
    color: #4B4B4B;
}
#customer_login a.creat-account,
#customer_register a.login-account{
    text-transform: none;
    color: #000;
    text-decoration: none;
    font-weight: 500;
}

/* Remember Me Checkbox Styling */
.woocommerce form .form-row .inline input[type="checkbox"]#rememberme {
    appearance: none;
    -webkit-appearance: none;
    width: 24px;
    height: 24px;
    border: 1px solid #D1D1D1;
    border-radius: 6px;
    background-color: #fff;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-right: 8px;
    transition: all 0.2s ease;
}

.woocommerce form .form-row .inline input[type="checkbox"]#rememberme:checked {
    background-color: #A9AE29;
    border-color: #A9AE29;
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D'14'%20height%3D'14'%20viewBox%3D'0%200%2014%2014'%20fill%3D'none'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%3E%3Cpath%20d%3D'M11.6666%203.5L5.24992%209.91667L2.33325%207'%20stroke%3D'white'%20stroke-width%3D'2'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: center;
}

.woocommerce form .form-row .inline input[type="checkbox"]#rememberme:focus {
    border-color: #A9AE29;
    outline: none;
    box-shadow: 0 0 0 2px rgba(169, 174, 41, 0.25);
}

.woocommerce form .form-row .inline label {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    cursor: pointer;
}
#customer_login .btn.btn-theme.btn-block, #customer_register .btn.btn-theme.btn-block, .woocommerce-ResetPassword .btn.btn-theme.btn-block{
    border-radius: 100px;
    min-height: 43px;
    font-size: 16px;
    font-weight: 500;
}
#customer_login .btn.btn-theme.btn-block:hover{
    background-color:#000;
}
.woocommerce-ResetPassword.lost_reset_password{
    margin-top:-30px;
    margin-bottom: 80px !important;
}
.woocommerce-ResetPassword.lost_reset_password p.form-group.form-row.form-row-wide{
    margin-top:50px;
}
.woocommerce-error-message {
    color: #AE2929;
    font-size: 14px;
    font-weight: 400;
    display: block;
    margin-top: 5px;
    text-align: left;
}

@media (min-width: 768px){
    .user{
        max-width:580px;
    }
    .woocommerce-ResetPassword.lost_reset_password p:first-child{
        padding: 0px 40px;
    }
}
@media (max-width: 768px){
    #customer_login .btn.btn-theme.btn-block, #customer_register .btn.btn-theme.btn-block, .woocommerce-ResetPassword .btn.btn-theme.btn-block, .woocommerce form .form-row label, #customer_login a, #customer_register a, .woocommerce-ResetPassword a,#customer_login a, #customer_register a, .woocommerce-ResetPassword a, .create .register-login-label{
        font-size:14px;
    }
    .woocommerce form .form-row .inline input[type="checkbox"]#rememberme{
        width: 19px;
    height: 19px;
    margin-top: 0px;
    }
    .user .title{
        font-size:28px;
    }
    
}

















}