@font-face {
  font-family: 'trl-icons';
  src:  url('../fonts/trl-icons.eot?ld4h24');
  src:  url('../fonts/trl-icons.eot?ld4h24#iefix') format('embedded-opentype'),
    url('../fonts/trl-icons.ttf?ld4h24') format('truetype'),
    url('../fonts/trl-icons.woff?ld4h24') format('woff'),
    url('../fonts/trl-icons.svg?ld4h24#trl-icons') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'trl-icons' !important;
  speak: none;
  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-key:before {
  content: "\e905";
}
.icon-message:before {
  content: "\e906";
}
.icon-eye:before {
  content: "\e902";
}
.icon-logout:before {
  content: "\e900";
}
.icon-right-arrow:before {
  content: "\e901";
}
.icon-hide-password:before {
  content: "\e903";
}
.icon-facebook-login:before {
  content: "\e904";
}