.password.hasEyeIcon {
  position: relative;
}

.revealPasswordIcon {
  position: absolute;
  right: 8px;
  top: 36px;
  cursor: pointer;
  width: 20px;
  height: 20px;
  opacity: 1;
}

/*
 * This is used for the "Current Password" field in "Settings"
 */
@media only screen and (min-width: 960px) {
  .halfBreak > .revealPasswordIcon {
    right: calc(50% + 22px);
  }
}

.password-with-eye-icon {
  padding-right: 2.3em !important;
}

input.readonlyCheckbox {
    background: gray;
    pointer-events: none;
}

#withTooltip {
  display: flex;
  align-items: center;
}
