add this css in youe wp-admin -> appearance -> customize -> custom css:
.login_popup_content > *{
width:50% !important;
}
.login_popup_content a.button.is-primary:nth-of-type(1) {
order:3;
}
.login_popup_content a.button.is-primary:nth-of-type(2) {
order:2;
}
.login_popup_content a.button.is-primary:nth-of-type(3) {
order:1;
}
.login_popup_content a.button.is-primary:nth-of-type(4) {
order:4;
}.login_popup_content a.button.is-primary:nth-of-type(5) {
order:5;
}
@media(max-width:500px){
.login_popup_content > *{
width:80% !important;
}
.login_popup .vicon-close {
right: -30%;
}
}