Hi, I have this issue, although it is a small problem, it has been bothering me for some time:
The text color of the form fields on this page is the same as the background, wich renders the text completely invisible. Is there a way to change that?
You can use the below css in your wp-admin->wplms->miscellaneous->custom css for wp login screen:
.login form .input, .login input[type=text] {color: #444; }
Let me know if this doesn't help.