input[name="password1"],
input[name="password2"] {
  box-sizing: border-box;
  padding-right: 40px;
}

.mk-eye-btn-fixed {
  position: absolute;
  z-index: 9999;
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  box-shadow: none;
  appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  color: #666;
  cursor: pointer;
  transform: translateY(-50%);

  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  font-size: 0;
}

.mk-eye-btn-fixed::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.mk-eye-btn-fixed:focus,
.mk-eye-btn-fixed:hover,
.mk-eye-btn-fixed:active {
  border: 0;
  outline: 0;
  background: transparent;
  box-shadow: none;
}

.mk-eye-btn-fixed svg {
  display: block;
  width: 20px;
  height: 20px;
  min-width: 20px;
  min-height: 20px;
  pointer-events: none;
  flex: 0 0 20px;
}

@media screen and (max-width: 767px) {
  input[name="password1"],
  input[name="password2"] {
    padding-right: 38px;
  }

  .mk-eye-btn-fixed {
    width: 18px;
    height: 18px;
  }

  .mk-eye-btn-fixed svg {
    width: 18px;
    height: 18px;
    min-width: 18px;
    min-height: 18px;
    flex: 0 0 18px;
  }
}
