a:focus {
  color: #004793;
  text-decoration: underline;
}
.btn-primary:focus {
  color: #fff;
  background-color: #0059b9;
  border-color: #0053ac;
}
.btn-outline-primary:focus {
  color: #fff;
  background-color: #006cdf;
  border-color: #006cdf;
}
.information-system-message {
  font-size: 0.6rem;
  line-height: 1.4em;
}
.information-system-message p,
ul {
  margin-bottom: 0.7em;
}
.information-system-message ul {
  padding-left: 1.3em;
}
.information-system-message li {
  margin-bottom: 0.3em;
}
.error {
  color: #dc3545;
}
div.buttons {
  display: grid !important;
}
h1 {
  font-size: 1.75em;
  text-align: center;
  margin-bottom: 0.5em;
}
h2,
.intro,
.helpLink,
.verifying-modal,
#authenticatorInfoControl_label,
#QrCodeRegisterVerifyInstruction,
#totpQrCodeControl_label {
  display: none;
}
#simplemodal-overlay,
.simplemodal-container {
    display: none !important;
}
input[type="text"] {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-bottom: 1rem !important;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
}
input[type="radio"] {
  width: 24px !important;
  box-shadow: none;
  height: 24px;
  float: left;
  clear: left;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
}
input[type="radio"] {
  appearance: none;
  background: transparent;
  border-radius: 50%;
  border-color: black;
}
input[type="radio"]:checked {
  background: #296ec6 !important;
  background-color: #dc3545;
  color: green;
  border: 1px solid #296ec6;
}
input:focus {
  color: #212529;
  background-color: #fff;
  border-color: #80b5ed;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(0, 106, 219, 0.25);
  box-shadow: 0 0 0 0.25rem rgba(0, 106, 219, 0.25);
}
input:disabled {
  border-color: rgba(118, 118, 118, 0.3);
  background-color: rgba(233, 236, 239, 1);
}
label {
  color: #6c757d;
  margin-bottom: 0.5rem;
}
.attr,
label.attr,
.qrCodeInfo,
label#QrCodeRegisterVerifyInstruction_label,
label#extension_mfaPreferredMethod_label {
  color: #212121 !important;
  margin-bottom: 1rem;
}
#otp_option,
#phone_option,
#email_option {
  color: #212121 !important;
  display: block;
  margin-bottom: 1.5rem;
}
label#authenticatorAppIconControl-title {
  color: #212121;
  margin-bottom: 0;
}
label#totpQrCodeControl-title {
  font-weight: bold;
  color: #212121;
}
label#QrCodeScanInstruction_label {
  margin-bottom: 0;
  margin-top: 1rem;
  color: #212121;
}
div#totpQrCodeControl-picture {
  margin-bottom: 1rem;
}

label#readOnlyEmail_label {
  display: block !important;
  margin-top: 1rem;
}
img {
  margin-left: auto;
  margin-right: auto;
}
.container {
  margin-top: auto;
  margin-bottom: auto;
}
div#totpQrCodeControl {
  a {
    display: none;
  }
}
a#retryCode {
    color: #006ADB;
    cursor: pointer;
    text-decoration: underline;
}
div.phoneNumber {
    .number {
        margin-bottom: 1rem;
        text-align: center;
        font-size: xx-large;
    }
}
a#retryCode[disabled] {
    pointer-events: none;
    color: gray;
    text-decoration: none;
    cursor: default;
}
button#cancel.btn-primary {
  color: #006ADB;
  background-color: #fff;
  border-color: #006ADB;
}
button#cancel.btn-primary:hover,
button#cancel.btn-primary:focus {
  color: #fff;
  background-color: #006ADB;
  border-color: #006ADB;
}
div.error[aria-hidden="true"] {
    display: none;
}
a#authenticatorInfoControl-collapse_text {
  display: flex;
  justify-content: center;
  cursor: pointer;
}
@media (width >= 1200px) {
  a#authenticatorAppIconControl-apple {
    img {
      padding-top: 5px;
    }
  }
}