.docchecklogin {
  text-align: center;
  max-width: 800px;
  margin: 50px auto;
  color: var(--primary);
  padding: 0 30px;
}

.docchecklogin__headline {
  margin: 0;
  font: var(--venti);
}

.docchecklogin__body {
  color: initial;
  margin: 20px 0;
}

.docchecklogin__wrapper {
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
}

/* DocCheck login button sits on its own, centred under the text. */
.docchecklogin__wrapper--center {
  justify-content: center;
}

@media (max-width: 650px) {
  .docchecklogin__wrapper {
    flex-direction: column-reverse;
    gap: 25px 0;
    margin-top: 15px;
  }
}