/* 
    Document   : user
    Created on : Jun 4, 2014, 3:49:18 PM
    Author     : Zed
    Description:
        Purpose of the stylesheet follows.
*/

.reminderTitle
{
    font-size: 14;
    font-weight: bold;
}

#passwordrules h5, #passwordrules span 
{
    /* font-size: 0.923em; */
    padding: 0px;
}

.invalid 
{
    color:red;
}

.valid 
{
    color:green;
}

