Thanks for the advice, I did what you advised and the problems went away. Only your code didn’t work. I asked claude.ai to check and fix the code and after that all the lines became the right size.
form#loginform input#user_login, form#loginform input#user_pass { height: var(–has-height, var(–theme-form-field-height, 40px)) !important; min-height: var(–has-height, var(–theme-form-field-height, 40px)) !important; line-height: var(–has-height, var(–theme-form-field-height, 40px)) !important; }
Thanks for the help!