.pass-strength {
  position: relative;
  display:block;
}
.pass-strength span {
  font-weight: bold;
  position: absolute;
  right:25px;
  top:6px;
}
.short-pass,   .pass-strength,   .pass-no-match {
  color: #ee4225;
}
span.bad-pass {
  color: #ff6d00;
}
span.good-pass {
  color: #00a858;
}
span.strong-pass,   span.pass-match {
  color: #00a858;
}
