Example - Customize the Prompt Caption

You want to specify that text in the prompt caption is bolded and colored red.

To do this, you must set the loginPromptCaption class name in the styles.css file.

Make the following changes:

.loginPromptCaption {
 font-weight bold
 color:   #FF0000;
}