@font-face {
    font-family: 'icomoon' !important;
    src: url('../fonts/icomoon.eot?wm44z6');
    src: url('../fonts/icomoon.eot?wm44z6#iefix') format('embedded-opentype'), url('../fonts/icomoon.ttf?wm44z6') format('truetype'), url('../fonts/icomoon.woff?wm44z6') format('woff'), url('../fonts/icomoon.svg?wm44z6#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-eye:before {
  content: "\e900";
}
.icon-key:before {
  content: "\e901";
}
.icon-lock:before {
  content: "\e902";
}
.icon-tick:before {
  content: "\e903";
}
.icon-user:before {
  content: "\e904";
}
.icon-key1:before {
    content: "\e905";
}