@font-face {
  font-family: 'BFG-Icons';
  src:  url('fonts/BFG-Icons.eot?gm8i8s');
  src:  url('fonts/BFG-Icons.eot?gm8i8s#iefix') format('embedded-opentype'),
    url('fonts/BFG-Icons.ttf?gm8i8s') format('truetype'),
    url('fonts/BFG-Icons.woff?gm8i8s') format('woff'),
    url('fonts/BFG-Icons.svg?gm8i8s#BFG-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: 'BFG-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-close:before {
  content: "\e903";
}
.icon-login:before {
  content: "\e900";
}
.icon-mail:before {
  content: "\e901";
}
.icon-password:before {
  content: "\e902";
}

