body #root > div[class*="h-screen"][class*="justify-center"] {
  min-height: 100dvh;
  height: auto !important;
  padding: 1.5rem 1rem 1.25rem;
  justify-content: center;
  overflow-x: hidden;
  overflow-y: auto;
}

body #root > div[class*="h-screen"][class*="justify-center"] > div[class*="max-w-md"] {
  max-width: 26rem !important;
  padding: 1.5rem !important;
  margin-top: 3rem;
}

body #root > div[class*="h-screen"][class*="justify-center"] > div[class*="max-w-md"] h2 {
  font-size: 1.85rem;
  line-height: 1.15;
}

body #root > div[class*="h-screen"][class*="justify-center"] > div[class*="max-w-md"] > div:first-child img {
  height: 3.5rem !important;
}

body #root > div[class*="h-screen"][class*="justify-center"] > div[class*="bottom-6"] {
  position: static !important;
  inset: auto !important;
  margin-top: 1.25rem;
  padding-bottom: 0.25rem;
}

@media (max-width: 640px) {
  body #root > div[class*="h-screen"][class*="justify-center"] {
    justify-content: flex-start;
    padding: 1rem 0.875rem 1.25rem;
  }

  body #root > div[class*="h-screen"][class*="justify-center"] > div[class*="top-4"][class*="right-4"] {
    top: 0.75rem;
    right: 0.75rem;
  }

  body #root > div[class*="h-screen"][class*="justify-center"] > div[class*="max-w-md"] {
    max-width: 100% !important;
    padding: 1.25rem !important;
    margin-top: 3.5rem;
    border-radius: 1.25rem;
  }

  body #root > div[class*="h-screen"][class*="justify-center"] > div[class*="max-w-md"] h2 {
    font-size: 1.5rem;
  }

  body #root > div[class*="h-screen"][class*="justify-center"] > div[class*="max-w-md"] p[class*="mb-8"] {
    margin-bottom: 1.25rem !important;
  }

  body #root > div[class*="h-screen"][class*="justify-center"] > div[class*="max-w-md"] > div:first-child {
    margin-bottom: 1rem !important;
  }

  body #root > div[class*="h-screen"][class*="justify-center"] > div[class*="max-w-md"] > div:first-child img {
    height: 3rem !important;
  }

  body #root > div[class*="h-screen"][class*="justify-center"] > div[class*="bottom-6"] {
    font-size: 0.75rem !important;
    margin-top: 1rem;
  }
}
