It seems you've changed the font in the wplms modern css file to verdana which was causing the issue.
Please check/try revert your customisations to simply check where the issue lies.
Quick fix :
Add this CSS in Cusotm CSS theme custmoiser:
#login-modal-overlay #close-modal:after { font-family: dashicons; }