/* Password strength */
#passStrengthBackground
{
    width: 200px;
    background: #b2afa6;
    height: 10px;
    display: block;
}
#passStrength
{
    height: 10px;
    display: block;
    float: left;
}
#passDescription {
    font-size: 11px;
}
.passStrength1
{
    width:40px;
    background:#ff0000;
}
.passStrength2
{
    width:80px;
    background:#ff5f5f;
}
.passStrength3
{
    width:120px;
    background:#56e500;
}
.passStrength4
{
    background:#4dcd00;
    width:160px;
}
.passStrength5
{
    background:#399800;
    width:200px;
}

