/**
 * Icomoon font icons
 */
@font-face {
  font-family: "fa_icons";
  font-weight: normal;
  font-style: normal;
  src: url(/static/fonts/icomoon.woff) format("woff"), url(/static/fonts/icomoon.eot), url(/static/fonts/icomoon.eot?#iefix) format("embedded-opentype"), url(/static/fonts/icomoon.ttf) format("truetype"), url(/static/fonts/icomoon.svg) format("svg");
}

.fa-icon {
  font-family: fa_icons;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: 0.3em;
  color: #FFF;
  font-size: 24px;
}

.fa-icon:before {
  text-decoration: inherit;
  display: inline-block;
  speak: none;
}

.fa-icon-envelope:before {
  content: "\e96b";
}

.fa-icon-lock:before {
  content: "\e932";
}

.fa-icon-key:before {
  content: "\e92d";
}

.fa-icon-cancel:before {
  content: "\e910";
}
