#customer_login .form-row{
    margin-left: 0px;
    display: flex;
    flex-direction: column;
}

#customer_login h2{
    text-align: center;
    font-size: 30px;
    color: #353943;
    font-weight: 700;
}

#customer_login label{
    font-size: 18px;
    color: #353943;
    font-weight: 700;
}

#customer_login .required{
    margin-right: 10px;
}

#customer_login .password-input{
    width: 100%;
}

#customer_login .rememberMe{
    margin-bottom: .64em;
}

#customer_login .btn-main{
    width: 100%
}

#main .woocommerce{
    padding: 100px 0
}