.form-row-first,
.form-row-last {
    width: 100% !important;
}

.woocommerce-form-login__submit {
    width: 100%;
    background-color: #3bb77e !important;
    color: #ffffff !important;
    margin-top: 10px !important;
}

.woocommerce-form-login,
.woocommerce-form-register {
    margin-top: 0 !important;
}

.woocommerce-form__label-for-checkbox {
    display: flex !important;
    gap: 10px !important;
}

.woocommerce-form__input-checkbox {
    height: 15px !important;
    width: auto !important;
}

.woocommerce-form__label-for-checkbox span {
    line-height: 1 !important;
}

/* centre icon + text horizontally and vertically */
.pv-google-center {
    display: inline-flex !important;
    align-items: center !important;
    /* vertical centring */
    justify-content: center !important;
    /* horizontal centring */
    gap: 8px;
    /* space between icon-and-text */
    text-align: center !important;
    /* keep text centred if button wraps */
    background-color: #4D82E5 !important;
    color: #ffffff !important;
    padding: 5px 20px 5px 5px !important;
    margin-top: 10px !important;
}

/* optional tweaks */
.pv-google-icon {
    width: 40px;
    height: 40px;
    background-color: #ffffff;
    padding: 5px;
}

.pv-google-label {
    line-height: 1;
    /* aligns nicely with the icon */
}

.form-row-first input {
    border-color: #d3d3d3 !important;
}

.form-row-last input {
    border-color: #d3d3d3 !important;
}

.not-customer {
    text-align: center !important;
}

@media (max-width: 767px) {
    .pv-login-banner {
        display: none !important;
    }
}

.woocommerce-form-register input {
    border-color: #d3d3d3 !important;
    padding: 6px !important;
    height: auto !important;
    border-radius: 4px !important;
}

/* ================================================ My Account dashboard ================================================ */

/* .woocommerce-MyAccount-navigation ul li a {
    font-size: 16px;
    color: #7E7E7E;
    padding: 15px 30px;
    font-family: "Quicksand", sans-serif;
    font-weight: 700;
    border: 1px solid #d3d3d3;
    border-radius: 4px;
    display: block;
} */