.password-strength-legend {
  margin-top: 10px;
}
.security-graph-levels {
  border: 1px solid #000;
  height: 15px;
  width: 90px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0px;
}
.security-graph-level-0 {
  padding: 0px;
  width: 84px;
  height: 15px;
  margin: 0px;
  text-align: center;
  vertical-align: middle;
}
.security-graph-level-1 {
  background-image: url('/images/login/pwSecure_horiz.jpg');
  background-position: -5px -5px;
  width: 84px;
  height: 15px;
  background-repeat: no-repeat;
  margin: 0px;
  text-align: center;
  vertical-align: middle;
}
.security-graph-level-2 {
  background-image: url('/images/login/pwSecure_horiz.jpg');
  background-position: -5px -25px;
  width: 84px;
  height: 15px;
  background-repeat: no-repeat;
  margin: 0px;
  text-align: center;
  vertical-align: middle;
}
.security-graph-level-3 {
  background-image: url('/images/login/pwSecure_horiz.jpg');
  background-position: -5px -45px;
  width: 84px;
  height: 15px;
  background-repeat: no-repeat;
  margin: 0px;
  text-align: center;
  vertical-align: middle;
  color: #000;
}
.security-graph-level-4 {
  background-image: url('/images/login/pwSecure_horiz.jpg');
  background-position: -5px -65px;
  width: 84px;
  height: 15px;
  background-repeat: no-repeat;
  margin: 0px;
  text-align: center;
  vertical-align: middle;
  color: #fff;
}
.security-graph-level-5 {
  background-image: url('/images/login/pwSecure_horiz.jpg');
  background-position: -5px -85px;
  width: 84px;
  height: 15px;
  background-repeat: no-repeat;
  margin: 0px;
  text-align: center;
  vertical-align: middle;
  color: #fff;
}
.login-password-strength-box {
  text-align: center;
  clear: right;
  display: block;
  border: 1px solid #555;
  width: 90px;
  margin: 0pt auto;
  margin-top: 5px;
  padding: 2px;
}
.login-password-box {
  display: block;
  float: left;
}
.login-confirm-box {
  display: block;
  clear: both;
  margin-bottom: 5px;
}
.textbox-confirm-label {
  clear: both;
  display: block;
  float: none;
  text-align: left;
}
.login-password-popup-box {
  border: 1px solid #000;
  background: #fff;
  height: auto;
  width: 185px;
  position: absolute;
  text-align: center;
  padding: 3px;
  z-index: 9999999999;
}
#txtConfirmContainerDoNotMatch {
  width: 160px;
}
#txtConfirmContainerMatches {
  width: 160px;
}
.password-strength-text {
  width: 100%;
  text-align: center;
}
.imod-admin-template-v3 .login-password-popup-box {
  line-height: 0.9em;
  font-size: 0.7em;
}
