/* line 1, /opt/genieacs-gui/app/assets/stylesheets/users.scss */
.icon-eye {
  background: url("/assets/eye.png") no-repeat;
  background-size: 100%;
  display: inline-block;
  width: 18px;
  height: 18px;
  cursor: pointer;
  position: absolute;
  margin: 2px auto;
}

/* line 12, /opt/genieacs-gui/app/assets/stylesheets/users.scss */
.icon-eyeoff {
  background: url("/assets/eyeoff.png") no-repeat;
  background-size: 100%;
  display: inline-block;
  width: 20px;
  height: 20px;
  cursor: pointer;
  position: absolute;
  margin: 3px auto;
}
