@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon/icomoon.eot?mnfhin");
  src: url("../fonts/icomoon/icomoon.eot?mnfhin#iefix")
      format("embedded-opentype"),
    url("../fonts/icomoon/icomoon.ttf?mnfhin") format("truetype"),
    url("../fonts/icomoon/icomoon.woff?mnfhin") format("woff"),
    url("../fonts/icomoon/icomoon.svg?mnfhin#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-menu:before {
  content: "\e902";
}
.icon-envelope:before {
  content: "\e901";
}
.icon-user-circle-o:before {
  content: "\e900";
}
.icon-envelop:before {
  content: "\e945";
}
.icon-user:before {
  content: "\e971";
}
.icon-lock:before {
  content: "\e98f";
}
.icon-eye1:before {
  content: "\e9ce";
}
.icon-eye-blocked:before {
  content: "\e9d1";
}
.icon-exit:before {
  content: "\ea14";
}
