@font-face {
  font-family: 'gocaptcha';
  src:  url('./fonts/gocaptcha.eot');
  src:  url('./fonts/gocaptcha.eot#iefix') format('embedded-opentype'),
    url('./fonts/gocaptcha.ttf') format('truetype'),
    url('./fonts/gocaptcha.woff') format('woff'),
    url('./fonts/gocaptcha.svg#gocaptcha') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.gc-icon-arrows-icon,
.gc-icon-btn-default-icon,
.gc-icon-btn-error-icon,
.gc-icon-btn-success-icon,
.gc-icon-btn-warn-icon,
.gc-icon-close-icon,
.gc-icon-refresh-icon
{
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'gocaptcha' !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;
}

.gc-icon-arrows-icon:before {
  content: "\e900";
}
.gc-icon-btn-default-icon .path1:before {
  content: "\e901";
  color: rgb(62, 124, 255);
}
.gc-icon-btn-default-icon .path2:before {
  content: "\e902";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.gc-icon-btn-error-icon:before {
  content: "\e903";
  color: #ed4630;
}
.gc-icon-btn-success-icon:before {
  content: "\e904";
  color: #5eaa2f;
}
.gc-icon-btn-warn-icon:before {
  content: "\e905";
  color: #ffa000;
}
.gc-icon-close-icon:before {
  content: "\e906";
}
.gc-icon-refresh-icon:before {
  content: "\e907";
}
