.er-lockup svg {
  fill: #ad9b85;
}

.alert-error {
  color: #fff9f5;
  background-color: #e65d74;
  border-color: #eb5456;
}

.password-meter-wrap {
  margin-top: 5px;
  height: 16px;
  background-color: #ddd;
}

.password-meter-bar {
  width: 0;
  height: 100%;
  transition: width 400ms ease-in;
}

.password-meter-bar.level0 {
  width: 20%;
  background-color: #d00;
}

.password-meter-bar.level1 {
  width: 40%;
  background-color: #f50;
}

.password-meter-bar.level2 {
  width: 60%;
  background-color: #ff0;
}

.password-meter-bar.level3 {
  width: 80%;
  background-color: rgb(161, 168, 65);
}

.password-meter-bar.level4 {
  width: 100%;
  background-color: #393;
}

p {
  margin: 0;
}

.failed {
  color: red;
  font-size: small;
}
.passed {
  color: green;
  font-size: small;
}
