﻿#password_description
{ 
    padding-right: 5px;
}

#password_strength
{
    height: 10px;
    display: block;
}

#password_strength_border
{
    width: 100px;
    height: 10px;
    border: 1px solid black;
}
.strength0
{
    width: 100px;
    background: #cccccc;
}

.strength1
{
    width: 40px;
    background: #ff0000;
}

.strength2
{
    width: 60px;
    background: #ff5f5f;
}

.strength3
{
    width: 80px;
    background: #56e500;
}

.strength4
{
    background: #4dcd00;
    width: 90px;
}

.strength5
{
    background: #399800;
    width: 100px;
}
