* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  height: 100%;
  width: 100%;
}

body {
  background-color: #020317;
}

.splash {
  min-height: 100vh;
  width: 100vw;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
}

.logo-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
}

.logo {
  width: min(30vw, 240px);
  height: auto;
}

.keyline {
  border: none;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  width: 100%;
  margin: 0;
}

.bottom-block {
  width: 100%;
  padding: 0.9rem 1.5rem 2.5rem;
  box-sizing: border-box;
}

.footer {
  width: 100%;
  max-width: 420px;
  margin-left: max(0px, calc(42% - 210px));
}

.footnote {
  color: rgba(255, 255, 255, 0.55);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 0.78rem;
  line-height: 1.55;
  text-align: left;
  margin: 0;
}

.label {
  display: block;
  color: rgba(255, 255, 255, 0.75);
  font-weight: 600;
  margin-bottom: 0.4rem;
}
