body .page-head{
    padding: 50px 0 0;
}
.my_account_login_form {
    max-width: 740px;
    margin: 0 auto;
    padding: 48px;
    background-color: #61cE7020;
    text-align: center;
}

.my_account_login_form h2 {
    font-weight: 500;
    text-align: center;
    font-size: 1.25rem;
    margin: 8px 0 24px;
    text-transform: uppercase;
}

body .woocommerce-form-login p {
    margin: 16px 0 0;
}
body .woocommerce-form-login p.woocommerce-LostPassword {
    margin-top: 8px;
}

body .my_account_login_form .form-row label,
body .woocommerce form .form-row label {
    display: none;
}

body .my_account_login_form .form-row input,
body .form-row input[type=text],
body .woocommerce form .form-row input.input-text {
    width: 100%;
    border: 1px solid rgba(0,0,0,.1);
    padding: 0.4rem;
    font-size: .8rem;
    color: #222;
    height: unset;
    line-height: unset;
    max-height: 35px;
    border-radius: 0;
    box-shadow: unset;
    font-family: 'poppins';
}

body .my_account_login_form .form-row .woocommerce-form-login__submit {
    width: 100%;
    border-radius: unset;
    padding: 0;
    height: 45px;
}

p.woocommerce-LostPassword.lost_password a {
    color: var(--primary-color);
    text-decoration: underline;
    display: inline-block;
}

/*-------------------------- Lost Password Form ---------------*/

.my_account_lostpassword_form {
    max-width: 740px;
    margin: 0 auto;
    padding: 48px;
    background-color: #61cE7020;
    text-align: center;
}

.my_account_lostpassword_form button {
    width: 100%;
    border-radius: unset;
    padding: 0;
}
body h1,body .page-head h1 {
    font-weight: 500;
    text-align: center;
    font-size: 1.25rem;
    margin: 8px 0 16px;
    text-transform: uppercase;
}


/*-------------------- Create account -------------------------*/
.createAccountSection h2 {
    margin: 48px 0 16px;
}

.createAccountSection a.createAccountBtn {
    width: 100%;
    border-radius: 0;
    background-color: #fff;
    color: var(--primary-color);
    border: solid 2px var(--primary-color);
    font-weight: 600;
    height: 48px;
    padding: 10px 0;
    display: inline-block;
    text-transform: uppercase;
}

.createAccountSection .createAccountBtn:hover {
    background-color: var(--primary-color);
    color: #fff;
}