#bg-graph-canvas {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
}

a {
  color: #a94442;
}

#jupyterhub-logo .jpy-logo {
  height: 20px;
  margin-top: 10px;
}

#login-page {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  max-width: 1000px;
  margin: 2rem auto;
  font-family: "segoe ui", Tahoma, Geneva, Verdana, sans-serif;
  font-size: 18px;
  padding: 4rem;
  background: white;
  border-radius: 0.25rem;
  box-shadow: 0 0 10px #f5f5f5;
}

@media (max-width: 1200px) {
  #login-page {
    padding: 2rem;
  }
}

#banner {
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 2rem;
  margin-top: 2rem;
}

#brand-logo {
  padding: 0;
  text-align: center;
}

#brand-logo img {
  width: 100%;
  max-width: 800px;
}

#title h1 {
  font-size: 30px;
  margin-bottom: 0.5rem;
}

#login-button {
  margin: 0 auto;
}

#login-main {
  width: auto;
  height: unset;
  display: flex;
  justify-content: center;
}

#login-main .service-login {
  margin: 0;
}

#insecure-login-warning {
  display: none;
}

#warning-banner {
  display: flex;
  flex-direction: column;
  text-align: center;
  margin: 0 auto;
  box-shadow: 0 0 5px #fcf8e3;
  width: fit-content;
  font-size: 16px;
}

#warning-label {
  margin-top: 0;
}

#platform-information {
  display: flex;
  justify-content: space-between;
  gap: 3rem;
}

.info-box {
  box-shadow: 1px 1px 10px #f5f5f5;
  padding: 2.5rem;
  background-color: #f5f5f5;
  border-radius: 2rem;
  font-size: 16px;
}

#platform-information .info-box {
  flex: 1;
}

.section-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}

.section-header h2,
.section-header i {
  margin: 0;
  font-size: 24px;
}

#platform-information .section-header {
  justify-content: flex-start;
}

#aiidalab-icon,
#aiida-icon,
#mc-icon {
  width: 28px;
}

#acknowledgement hr:first-child {
  margin-top: 0;
}

#acknowledgement hr:last-child {
  margin-bottom: 0;
}

.citations ul {
  font-size: 14px;
}

#more-info {
  display: flex;
  gap: 3rem;
}

#faq ul {
  margin-bottom: 0;
}

#more-info .info-box {
  height: 100%;
}

#resource-list {
  list-style: none;
  padding-left: 2px;
  white-space: nowrap;
}

.resource-item {
  margin-bottom: 5px;
}

.resource-item i {
  margin-right: 5px;
}

#sponsors {
  display: flex;
  flex-direction: row;
  justify-content: center;
  text-align: center;
}

#sponsors img {
  width: 50%;
}

footer {
  text-align: center;
}

@media (min-width: 993px) {
  .section-header {
    justify-content: center;
  }
}

@media (max-width: 992px) {
  #platform-information,
  #more-info {
    flex-direction: column;
  }
}

@media (max-width: 1000px) {
  #bg-graph-canvas {
    display: none;
  }

  #login-page {
    background: white;
  }
}
