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

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

.shwpd {
  float: right;
  margin-left: -35px;
  margin-top: 25px;
  position: relative;
  z-index: 2;
}
