.bbr-password:focus ~ .icon:not(:hover) {
  color: rgb(219, 219, 219) !important;
}
.bbr-password__wrapper .icon {
  pointer-events: inherit !important;
  cursor: pointer;
}
.bbr-password__wrapper .icon:hover {
  color: rgb(74, 74, 74);
}
