.mo-password-input-wrap {
  position: relative;
}

.mo-password-input {
  padding-right: 2.75rem;
}

.mo-password-toggle {
  position: absolute;
  top: 0;
  right: 0.35rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 100%;
  min-height: 2.25rem;
  border: 0;
  background: transparent;
  color: #6c757d;
  cursor: pointer;
  z-index: 2;
}

.mo-password-toggle:hover,
.mo-password-toggle:focus {
  color: #495057;
  outline: none;
}
