.password-strong {
  position: absolute;
  top: 8px;
  right: 0;
}
.password-strong .bar {
  width: 20px;
  height: 6px;
  float: left;
  background-color: #eee;
  margin-left: 3px;
}
.weak-color {
  background-color: #e71f19 !important;
}
.medium-color {
  background-color: #fbad4c !important;
}
.strong-color {
  background-color: #3bc686 !important;
}
