.hot-password-field {
  position: relative;
}

.hot-password-field .hot-password-toggle {
  position: absolute;
  top: 50%;
  right: 0.5rem;
  transform: translateY(-50%);
  z-index: 5;
  line-height: 1.1;
  padding: 0.2rem 0.55rem;
}

.hot-password-field input[type="password"],
.hot-password-field input[type="text"][data-hot-password-visible="1"] {
  padding-right: 5.25rem;
}

.hot-password-caps {
  margin-top: 0.3rem;
}
