.password-icon {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: $v-gap;
  z-index: 8;
  padding: 0 $spacer * 0.5;
  background-color: $white;
  .icon {
    fill: $icon-secondary;
  }
}
.password-meter {
  height: 4px;
  left: 7px;
  bottom: -6px;
  width: 100%;
  max-width: 180px;
  .col-3 {
    height: 4px;
  }
}

.password-caps {
  display: none;
  &.show {
    display: block;
  }
}
