That is totally different than your original query though?
Please add this to Theme Options => Custom CSS:
@media only screen and (max-width: 767px) {
#customer_login .col-1 .login-aux .lost-password {
float: left;
}
.woocommerce #customer_login.col2-set .col-2 {
padding-left: 0;
}
}