:root {
  --primaryColor: #5aa6b8;
  --primaryColor-dark: #5196a6;
  --primaryColor-light: #8cc1ce;
  --primaryColor-superLight: #e7f2f5;
}

#logged-out-body {
  background: var(--primaryColor);
  display: flex;
  align-items: center;
  height: 100%;
}
#logged-out-body::before {
  content: "";
  background: url(/assets/images/CDLogo-Icon-White-Inverted-1500.png);
  opacity: 0.07;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 1800px;
}
@media (min-width: 1920px) {
  #logged-out-body::before {
    left: 12rem;
  }
}
#logged-out-body #form-recaptcha {
  background: #fff;
  max-width: 55rem;
  border-radius: 5px;
  border: none;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}
@media (min-width: 768px) {
  #logged-out-body #form-recaptcha {
    padding-left: 35px;
    padding-right: 35px;
  }
}
#logged-out-body #form-recaptcha #illustration {
  padding: 35px;
}
#logged-out-body #form-recaptcha .control-label {
  font-weight: normal;
  margin-bottom: 0;
}
#logged-out-body #form-recaptcha input {
  margin-top: 0 !important;
}
#logged-out-body #form-recaptcha #forgot-password a {
  color: #343a40;
  font-weight: normal;
}

.otc {
  position: relative;
  width: 320px;
  margin: 0 auto;
}
.otc fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}
.otc fieldset div {
  display: flex;
  align-items: center;
}
.otc label {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}
.otc div::before {
  content: "";
  height: 2px;
  width: 24px;
  margin: 0 0.25em;
  order: 1;
  background: var(--primaryColor);
  visibility: hidden;
}
.otc input[type=number] {
  width: 0.82em;
  line-height: 1;
  margin: 0.1em;
  padding: 8px 0 4px;
  font-size: 2.65em;
  text-align: center;
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
  border: 1px solid #c4c4c4;
  color: #343a40;
  border-radius: 4px;
}
.otc input[type=number]:focus-visible {
  border-color: var(--primaryColor) !important;
  outline-color: var(--primaryColor) !important;
}
.otc input::-webkit-outer-spin-button,
.otc input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}/*# sourceMappingURL=login.css.map */