html,
body {
  height: 100%;
}

body {
  margin: 0;
  background: #f7f8f3;
}

#heresign-bootstrap {
  position: fixed;
  inset: 0;
  display: grid;
  place-items: center;
  z-index: 0;
  padding: 32px;
  box-sizing: border-box;
  color: #183b2a;
  font: 600 15px/1.5 -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

#heresign-bootstrap .bootstrap-content {
  max-width: 440px;
  text-align: center;
}

#heresign-bootstrap img {
  width: 72px;
  height: 72px;
  border-radius: 18px;
}

#heresign-bootstrap h1 {
  margin: 18px 0 0;
  font-size: 22px;
  line-height: 1.25;
}

#heresign-bootstrap p {
  margin: 8px 0 0;
  color: #526258;
  font-weight: 500;
}

#heresign-bootstrap .bootstrap-spinner {
  width: 24px;
  height: 24px;
  margin: 18px auto 0;
  border: 3px solid rgba(11, 99, 56, 0.18);
  border-top-color: #0b6338;
  border-radius: 50%;
  animation: heresign-spin 0.8s linear infinite;
}

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

@media (prefers-reduced-motion: reduce) {
  #heresign-bootstrap .bootstrap-spinner {
    animation: none;
  }
}
