.pass-graybar {
  height: 3px;
  background-color: #CCC;
  width: 100%;
  position: relative;
}

.pass-colorbar {
  height: 3px;
  background-image: url(../img/passwordstrength.jpg);
  position: absolute;
  top: 0;
  left: 0;
}

.pass-percent, .pass-text {
  font-size: 1em;
}

.pass-percent {
  margin-right: 5px;
}

.pass-wrapper {
  position: absolute;
  bottom: -34px;
  z-index: 999;
  width: 100%;
}

span.pass-text {
  font-size: 14px;
  color: #000;
  opacity: 0.5;
  display: block;
  line-height: 2.4;
}