.pass-graybar {
  height: 3px;
  margin-top: 5px;
  margin-right: 40%;
  background-color: #CCC;
  width: 50%;
  position: relative;
}

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

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

.pass-percent {
  margin-right: 40%;
}
