﻿
/*styles for password strength indicator*/

.VeryPoorStrength
{
background: Red;
color:White;
font-weight:bold;
z-index:1000;
}
.WeakStrength
{
background: Gray;
color:White;
font-weight:bold;
z-index:1000;
}
.AverageStrength
{
background: orange;
color:black;
font-weight:bold;
z-index:1000;
}
.GoodStrength

{
background: blue;
color:White;
font-weight:bold;
z-index:1000;
}
.ExcellentStrength
{
background: Green;
color:White;
font-weight:bold;
z-index:1000;
}
.BarBorder
{
border-style: solid;
border-width: 1px;
width: 180px;
padding:2px;
z-index:1000;
}



