body {
  background-image: linear-gradient(to right, rgb(231, 40, 40), rgb(255, 166, 0));
}

.form-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: calc(100vh - 100px);
  margin-top: 2%;
}

.box {
  width: clamp(90%, 75%, 60%);
  height: 50%;
  min-height: 380px;
  /*min-width: 355px;*/
  border-radius: 15px;
  /* Cantos curvos */
  background-color: white;
  text-align: center;
}

.Titulo_inscricao {
  font-size: clamp(2rem, 3.2vw, 4rem);
  color: red;
}

input[type=text],
input[type=date],
input[type=number] {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box;
  border-radius: 12px;
}

.radio {
  width: auto;
  margin-top: 3%;
  margin-bottom: 3%;
}

button {
  background-color: #04AA6D;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  width: 100%;
}

button:hover {
  opacity: 0.8;
}


.container {
  padding: 16px;
}

.captcha-wrapper {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.g-recaptcha {
  transform: scale(0.85);
  transform-origin: 0 0;
}