Don't use styles. Inspect the css-classes with firebug or other tool and override them in your application specific css.
Hi Shruthi,
If you want to change the text color of login error message then you can use the css below in your application specific css to override the default css
.loginsystemLoginForm_messageNode { color: Red; }
Hope this helps!