﻿#password_description
{
	padding: 3px;
	text-align: right;	
}

div#password_strength
{
	height: 5px;
	display: block;
	font-size : 10px;
}

div#password_strength_border
{
	width: 140px;
	height: 5px;
	border: 1px solid YELLOW;
}

.strength0
{
	width:20px;	
	background:pink;
}

.strength1
{
	width:40px;
	background:#ff0000;
}

.strength2
{
	width:60px;	
	background:#ff5f5f;
}

.strength3
{
	width:80px;
	background:#56e500;
}

.strength4
{
	background:#4dcd00;
	width:100px;
}

.strength5
{
	background:#399800;
	width:140px;
}