
#form-sorteo {
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

#form-sorteo label {
  display: block;
  margin-top: 15px;
  font-weight: 500;
}

#form-sorteo input,
#form-sorteo select {
  width: 100%;
  padding: 10px;
  border: 2px solid #ccc;
  border-radius: 8px;
  font-size: 15px;
}

#form-sorteo button {
  width: 100%;
  background: #ff5722;
  color: white;
  font-size: 16px;
  border: none;
  padding: 14px;
  margin-top: 20px;
  border-radius: 10px;
  cursor: pointer;
}

#form-sorteo button:hover {
  background: #e64a19;
}

.legal {
  font-size: 11px;
  color: #777;
  margin-top: 20px;
  line-height: 1.5;
  text-align: center;
}


