@media only screen and (max-width: 767px) {

    .woocommerce-account .col2-set .col-1 {
        width: 100%;
    }

    .woocommerce-account .col2-set .col-2 {
        width: 100%;
    }

    .woocommerce-lost-password #content {
        width: 100%;
        margin: auto;
    }

    .woocommerce-account a.button-social-login {
        width: 100%;
        display: block;
    }
}