.login-error-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9998;
}

.login-error-dialog {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 2rem;
  max-width: 520px;
  width: 90%;
  z-index: 9999;
  border-radius: 6px;
}

.login-error-close {
  position: absolute;
  top: 8px;
  right: 12px;
  background: none;
  border: 0;
  font-size: 1.5rem;
  cursor: pointer;
}

.login-error-content a {
  color: #005ea2;
  text-decoration: underline;
}
.login-error-content {
  font-size: 14pt;
}
