.x-form-passwordfield-wrap{
    background-color: #eeeeee;
}
.x-form-passwordfield-pwstrengthtext{
	/*border: 1px solid grey;*/
	height: 20px;
	width: 150px;
	font-size: 10px;
}
.x-form-passwordfield-pwstrengthbar{
  /*border: 1px solid grey;*/
  height: 10px;
}

.x-form-passwordfield-strength-0 {
background-color:red;
width:4px;
height: 10px;
}
.x-form-passwordfield-strength-1 {
background-color:red;
width:12px;
height: 10px;
}
.x-form-passwordfield-strength-2 {
background-color:red;
width:24px;
height: 10px;
}
.x-form-passwordfield-strength-3 {
background-color:orange;
width:36px;
height: 10px;
}
.x-form-passwordfield-strength-4 {
background-color:orange;
width:48px;
height: 10px;
}
.x-form-passwordfield-strength-5 {
background-color:orange;
width:60px;
height: 10px;
}
.x-form-passwordfield-strength-6 {
background-color:orange;
width:72px;
height: 10px;
}
.x-form-passwordfield-strength-7 {
background-color:yellow;
width:84px;
height: 10px;
}
.x-form-passwordfield-strength-8 {
background-color:yellow;
width:96px;
height: 10px;
}
.x-form-passwordfield-strength-9 {
background-color:yellow;
width:108px;
height: 10px;
}
.x-form-passwordfield-strength-10 {
background-color:green;
width:127px;
height: 10px;
}