.form-nordeste {

    background-size: cover;
    border: 3px dashed #d4af37;
    border-radius: 20px;
    padding: 30px;
    position: relative;
    font-family: 'Poppins', sans-serif;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
    color: #5a3000;
  }

  .form-nordeste label {
    font-weight: bold;
    font-family: 'Amatic SC', cursive;
    font-size: 1.4rem;
  }

  .form-nordeste input,
  .form-nordeste textarea {
    border-radius: 12px;
    border: 2px solid #c58f3f;
    background-color: #fffef8;
    color: #5a3000;
  }

  .form-nordeste input:focus,
  .form-nordeste textarea:focus {
    border-color: #e57300;
    box-shadow: 0 0 0 0.2rem rgba(245, 124, 0, 0.2);
  }

  .form-nordeste .btn-nordeste {
    background-color: #b84f00;
    color: #fff;
    border: none;
    border-radius: 50px;
    padding: 12px 25px;
    font-family: 'Amatic SC', cursive;
    font-size: 1.3rem;
  }

  .form-nordeste .btn-nordeste:hover {
    background-color: #963800;
    transform: scale(1.05);
  }

  .form-nordeste .btn-cancelar {
    background-color: #999;
    color: #fff;
    border-radius: 50px;
    padding: 10px 25px;
  }

  .chapeu-lampiao {
  width: 80px;
  height: auto;
  margin-top: -2rem;
  margin-bottom: 1rem;
  opacity: 0.15;
  filter: drop-shadow(1px 1px 2px #b84f00);
  pointer-events: none;
  user-select: none;
}
