@font-face {
  font-family: 'icomoon';
  src:  url('../libs/fonts/icomoon.eot?aynlce');
  src:  url('../libs/fonts/icomoon.eot?aynlce#iefix') format('embedded-opentype'),
    url('../libs/fonts/icomoon.ttf?aynlce') format('truetype'),
    url('../libs/fonts/icomoon.woff?aynlce') format('woff'),
    url('../libs/fonts/icomoon.svg?aynlce#icomoon') 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: 'icomoon' !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-back:before {
  content: "\e900";
  color: #505050;
}
.icon-user:before {
  content: "\e901";
  color: #009de6;
}
.icon-lock:before {
  content: "\e902";
  color: #009de7;
}
.icon-write:before {
  content: "\e903";
  color: #009de7;
}
.icon-msg:before {
  content: "\e904";
  color: #009de7;
}
.icon-valida:before {
  content: "\e905";
  color: #009de7;
}
.icon-phone:before {
  content: "\e906";
  color: #009de6;
}
.icon-unlock:before {
  content: "\e907";
  color: #009de7;
}
.icon-message:before {
  content: "\e908";
  color: #009de7;  
}
.icon-right:before {
  content: "\e909";
  color: #999;
}
.icon-close:before {
  content: "\e90a";
  color: #ccc;
}

.icon-message {
  vertical-align: text-top;
}
.icon-unlock {
  vertical-align: text-top;
}
.icon-phone {
  vertical-align: text-top;
}
.icon-valida {
  vertical-align: text-top;
}
.icon-msg {
  vertical-align: text-top;
}
.icon-write {
  vertical-align: text-top;
}
.icon-lock {
  vertical-align: text-top;
}
.icon-user {
  vertical-align: baseline;
}