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

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

.pass-percent, .pass-text {
    font-size: 13px;
    color: white;
    font-weight: 400;
    display: block;
    padding: 3px 6px;
}

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