.main-content .card:nth-of-type(1) {
  border-radius: 4px 4px 0 0;
}
.main-content .forgot-username-password {
  border-radius: 0 0 4px 4px;
  border-top: none;
  height: 52px;
}
.main-content .forgot-username-password .text-lg-left {
  margin-left: 32px;
}
.main-content .forgot-username-password .text-lg-left span {
  font-size: 16px;
  font-weight: 400;
}
.main-content .forgot-username-password .text-lg-right {
  margin-right: 35px;
  font-size: 12px;
  font-weight: 700;
}
.main-content .forgot-username-password .text-lg-right a:nth-of-type(1) {
  margin-right: 17px;
}
.main-content .create-account {
  margin-top: 24px;
}
.main-content .create-account span {
  font-size: 14px;
}
.main-content .create-account button {
  margin-top: 8px;
  width: 296px;
  height: 38px;
}

.main-content .login-form #login-panel {
  position: relative;
  width: 100%;
}

.main-content .login-form .unauthorized {
  margin-bottom: 12px;
  align-self: center;
}

/* Same structure as id.centraldispatch.com DevTools */
.main-content .login-form .unauthorized .alert.alert-danger {
  display: block !important;
  box-sizing: border-box;
  width: 328px;
  max-width: 100%;
  margin: 0;
  padding: 12px 16px;
  background-color: #fcccc0 !important;
  color: #902b00 !important;
  border: 1px solid #e8b4a8;
  border-radius: 4px;
}

.main-content .login-form .unauthorized .alert.alert-danger > strong {
  display: block;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.3;
  margin: 0 0 6px;
  color: #902b00;
}

.main-content .login-form .unauthorized .validation-summary-errors ul {
  display: block;
  margin: 0;
  padding: 0 0 0 1.25rem;
  list-style-type: disc;
  list-style-position: outside;
}

.main-content .login-form .unauthorized .validation-summary-errors li {
  display: list-item;
  font-size: 14px;
  line-height: 1.5;
  color: #902b00;
}

.main-content .login-form .prism-message--info {
  margin-bottom: 16px;
}

.login-wait-overlay {
  position: absolute;
  inset: 0;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.94);
  gap: 10px;
}

.login-wait-overlay[hidden] {
  display: none !important;
}

.login-wait-spinner {
  width: 36px;
  height: 36px;
  border: 3px solid #e5e5e5;
  border-top-color: #003468;
  border-radius: 50%;
  animation: cd-login-spin 0.75s linear infinite;
}

.login-wait-text {
  margin: 0;
  font-size: 14px;
  color: #4a4a4a;
  letter-spacing: 0.02em;
}

@keyframes cd-login-spin {
  to {
    transform: rotate(360deg);
  }
}

/*# sourceMappingURL=login-utilities.css.map */
