#pwindicator {
    margin-top: 10px;
    width: 100%;
	display:none;
}
#pwindicator .pwbar {
    height: 3px;
}
#pwindicator .pwlabel{
	background-color:transparent;
}
.pw-very-weak .pwbar {
    background: #d00;
    width: 30px;
}
.pw-very-weak .pwlabel {
    color: #d00;
}
.pw-weak .pwbar {
    background: #d00;
    width: 25%;
}
.pw-weak .pwlabel {
    color: #d00;
}
.pw-mediocre .pwbar {
    background: #cecb0f;
    width: 50%;
}
.pw-mediocre .pwlabel {
    color: #cecb0f;
}
.pw-strong .pwbar {
    background: #f3b31a;
    width: 75%;
}
.pw-strong .pwlabel {
    color: #f3b31a;
}
.pw-very-strong .pwbar {
    background: #0d0;
    width: 100%;
}
.pw-very-strong .pwlabel {
    color: #0d0;
}
