.body {
  position: fixed;
  top: var(--iosHeaderHeight);
  left: 0;
  right: 0;
  bottom: 0;
  
  display: flex;
  justify-content: center;
  align-items: flex-start;

  padding-top: 30vh;

  background: var(--theme);
}

.loginWrapper {
  padding: 2em;
  max-width: 100%;

  border-radius: 10px;
  background: white;
  box-shadow: 0 10px 15px #00003030;
}

.loginWrapper > h2 {
  margin-top: 0;
}