Login/Register Checkboxes in wrong place

Hi, my login page has 3 checkboxes.
one is part of a social login plugin and is displaying fine.

the other two are the Login/Remember Me and the Register/Privacy Policy checkboxes.
these two checkboxes are in the wrong place.

The first should be to the left of Remember Me (not on the line before after the Login button)
and
The second should be to the left of “I agree to the terms of the Privacy Policy” (not on the line before by itself)

Any help appreciated.

Hi there

Hope you are having a good day and thank you for your question
Please deactivate all third party plugins and try again your problem, most probably this I conflict with third-party plugins.
Once you deactivate all plugins please check your problem again, if the problem is gone then this means it was a plugin conflict. Now, start activating plugins one by one and same time repeat your problem until your problem appears again, now you know which plugin was in conflict Thanks!
Colorlib Support Team

Hi, thanks, I have disabled all plugins (except woocommerce which owns the form) and it still is in the wrong place. Any suggestions?

Hi there,
Thanks for keeping in touch.
In this case, please try out the following CSS code under the Appearance>Customize>Additional CSS section:

.woocommerce form .form-row label.inline {
display: inline-block !important;
}

I hope this helps.
Best Regards,
Support.