Which says that it uses the style 'mediumtext' from your themes style.css. Now you can either change this to another style within your style.css, example
Just to make sure. If I change a setting for mediumtext in the css-file that would affect the whole site depending on where the reference mediumtext is used?
If I, instead, change it in the gc_custom_login.php file it would be static to the text in the top login menu?
Ok, how about if I would want to have Login ID and Password as one colour and the rest (Settings, Profile, Search and so on) as another text? Is that possible to change also? As I understand those are treated as link and all links, in my case are now red. That is OK for the menues but not for the top meny.
You'll have to excuse me but my css knowledge is useless.
If you change the mediumtext it will effect the the whole site.
Adding a new entry to the css file or adding a direct style will be applied to the login section only.
For the username and password there is already div tags around so you can add the style to that. For the text when your logged in you will need to add your own div tags.
The style can be applied in lots of places, and if you want you can be link specific, for example