body {
  margin: 0;
  padding: 0;
  background-color: #f7f7f7;
  font-family: 'Helvetica Neue', sans-serif;
  background: url("/image/background.jpg") center / cover fixed;
}


.turnstile-form {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 20px;
  max-width: 320px;
  margin: 100px auto;
  text-align: center;
}

.turnstile-form h1 {
  font-size: 24px;
  margin-top: 0;
}

.login-form form {
  margin-top: 20px;
}