@font-face {
  font-family: 'sso';
  src:  url('../css/fonts/sso.eot?6v1crq');
  src:  url('../css/fonts/sso.eot?6v1crq#iefix') format('embedded-opentype'),
    url('../css/fonts/sso.ttf?6v1crq') format('truetype'),
    url('../css/fonts/sso.woff?6v1crq') format('woff'),
    url('../css/fonts/sso.svg?6v1crq#sso') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'sso','Helvetica Neue',Helvetica,Arial,sans-serif,'微軟正黑體','Microsoft JhengHei' !important;
  speak: never;
  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-lock:before {
  content: "\e900";
}
.icon-help:before {
  content: "\e901";
}
.icon-reload:before {
  content: "\e903";
}
