Hello,
You can try adding this on custom css box:
.pieregForgotPassword #piereg_login form#piereg_lostpasswordform p label {
display: inline-block;
float: none;
margin-left: 0;
margin-right: 10px;
padding: 0;
}
#piereg_login form#piereg_lostpasswordform p #user_login.input {
display: inline-block !important;
float: none !important;
}
.pieregForgotPassword #piereg_login form#piereg_lostpasswordform #wp-submit {
display: inline-block !important;
float: none;
margin-left: 0;
text-align: center;
}
Hope it helps!