.content-section .content-text.two-factor-container h3 {
  font-family: "camptonextrabold";
  text-transform: none;
}
.content-section .content-text.two-factor-container h3::before {
  content: "";
  margin: 0;
}

#div_id_webauthn-token > div::before,
.login-webauthn-device #div_id_token-otp_token > div::before {
  content: " ";
  background-image: url("/static/img/webauthn-animation.gif"), url("/static/img/webauthn.jpg");
  box-shadow: 0 1px 2px rgb(148, 191, 211);
  border: 1px solid #578ea8;
  background-size: 100px 100px;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  display: block;
  margin: 10px auto;
}
#div_id_webauthn-token label,
#div_id_webauthn-token #id_token-otp_token,
#div_id_webauthn-token #id_webauthn-token,
.login-webauthn-device #div_id_token-otp_token label,
.login-webauthn-device #div_id_token-otp_token #id_token-otp_token,
.login-webauthn-device #div_id_token-otp_token #id_webauthn-token {
  display: none;
}
#div_id_webauthn-token span.error-msg,
.login-webauthn-device #div_id_token-otp_token span.error-msg {
  margin-top: -50px;
  margin-left: 60%;
  max-width: 40%;
}

@keyframes webauthn-device-loading {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
.login-webauthn-device.login-webauthn-device-loading #div_id_token-otp_token > div::before {
  animation: webauthn-device-loading 2s ease-in-out;
  animation-iteration-count: infinite;
  background-image: url("/static/img/webauthn.jpg");
}

.base-form h1 {
  display: none;
}

.base-form p > img {
  display: block;
  margin: 0 auto;
}

/*# sourceMappingURL=two_factor.css.map */
