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

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