.eye-open {
  background: url("images/eye-open.svg") no-repeat;
  display: block;
  height: 16px;
  width: 24px;
  margin-top: 2px;
  background-size: contain;
}

.eye-close {
  background: url("images/eye-close.svg") no-repeat;
  display: block;
  height: 16px;
  width: 24px;
  margin-top: 2px;
  background-size: contain;
}

button.shwpd {
  border: none;
  display: inline-block;
  margin-left: -2em;
  background-position: center;
  vertical-align: middle;
  margin-top: 0;
  cursor: pointer;
}

#edit-pass {
  display: inline-block;
}
