
@media screen and (min-width: 768px) {
  .hp-form__field--password .has-description {
    top: 25px;
  }
}

.hp-form__field--password {
  position: relative;
}

.hp-form__field--password .button.wp-hide-pw {
  background: 0 0;
  border: 1px solid transparent;
  box-shadow: none;
  font-size: 14px;
  line-height: 2;
  width: 2.5rem;
  height: 2.5rem;
  min-width: 40px;
  min-height: 40px;
  position: absolute;
  right: 0;
  top: 24px;
  display: flex;
  justify-content: center;
}

.hp-form__field--password input[type="password"] {
  padding-right: 40px;
}

