@font-face {
  font-family: 'godoc';
  src: url('../font/godoc.eot?1010176');
  src: url('../font/godoc.eot?1010176#iefix') format('embedded-opentype'),
       url('../font/godoc.woff2?1010176') format('woff2'),
       url('../font/godoc.woff?1010176') format('woff'),
       url('../font/godoc.ttf?1010176') format('truetype'),
       url('../font/godoc.svg?1010176#godoc') format('svg');
  font-weight: normal;
  font-style: normal;
}

 [class^="icon-auth"]:before, [class*=" icon-auth"]:before {
  font-family: "godoc";
  font-style: normal;
  font-weight: normal;
  speak: never;
 
  display: inline-block;
  text-decoration: inherit;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  font-variant: normal;
  text-transform: none;
 
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
.icon-auth-password:before { content: '\e800'; } /* '' */
.icon-auth-phone:before { content: '\e801'; } /* '' */
.icon-auth-username:before { content: '\e802'; } /* '' */
.icon-auth-arrow-right:before { content: '\e803'; } /* '' */
.icon-auth-mail:before { content: '\e804'; } /* '' */