/* Login wordmark: sit it in the gap between the top of the page and the form card. */
.mt-6.h-10.w-full.bg-cover {
  margin-top: 18vh !important;
  margin-bottom: 0 !important;
}

@media (max-height: 720px) {
  .mt-6.h-10.w-full.bg-cover {
    margin-top: 8vh !important;
  }
}
