.password-strength {
  position: relative;
}
.password-strength .password-validation {
  background-color: transparent !important;
  position: relative;
  z-index: 2;
}
.password-strength .password-background {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.password-strength .strength {
  float: right;
  padding-top: 5px;
}
.password-strength .show-password {
  font-style: italic;
  cursor: pointer;
}

/*# sourceMappingURL=password-strength.css.map */
