.pass-graybar {
  height: 3px;
  background-color: #ccc;
  width: 100%;
  position: relative;
}
.pass-colorbar {
  height: 3px;
  background-image: url('/static/images/password-strength.jpg');
  position: absolute;
  top: 0;
  left: 0;
}
.pass-text, .pass-percent {
  font-size: 1em;
}
.pass-percent {
  margin-right: 5px;
}
