.u-section-1 {
  background-image: none;
}

.u-section-1 .u-sheet-1 {
  min-height: 752px;
}

.u-section-1 .u-group-1 {
  width: 710px;
  min-height: 627px;
  box-shadow: 5px 5px 20px 0 rgba(0,0,0,0.4);
  height: auto;
  margin: 49px auto 60px;
}

.u-section-1 .u-container-layout-1 {
  padding: 0;
}

.u-section-1 .u-text-1 {
  font-weight: 700;
  font-size: 3rem;
  margin: 36px auto 0;
}

.u-section-1 .u-form-1 {
  height: 291px;
  width: 515px;
  margin: 36px auto 0;
}

.u-section-1 .u-form-group-4 {
  margin-left: 0;
}

.u-section-1 .u-btn-1 {
  width: 100%;
  letter-spacing: 1px;
  border-style: none;
  font-weight: 700;
  text-transform: uppercase;
  padding-left: 0;
  padding-right: 0;
  background-image: none;
}

@media (max-width: 1199px) {
  .u-section-1 .u-group-1 {
    height: auto;
  }
}

@media (max-width: 767px) {
  .u-section-1 .u-group-1 {
    width: 540px;
  }

  .u-section-1 .u-container-layout-1 {
    padding-top: 90px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 575px) {
  .u-section-1 .u-group-1 {
    width: 340px;
  }

  .u-section-1 .u-container-layout-1 {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .u-section-1 .u-text-1 {
    font-size: 1.875rem;
  }

  .u-section-1 .u-form-1 {
    width: 340px;
  }
}

form {
  max-width: 400px;
  margin: 30px auto;
  padding: 20px;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
  font-family: Arial, sans-serif;
}

form h2 {
  text-align: center;
  color: #007749;
  margin-bottom: 20px;
}

label {
  font-weight: bold;
  display: block;
  margin: 10px 0 5px;
}

input, select {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border-radius: 6px;
  border: 1px solid #ccc;
  font-size: 1rem;
}

input:focus, select:focus {
  outline: none;
  border-color: #007749;
  box-shadow: 0 0 5px rgba(0, 119, 73, 0.5);
}

button {
  width: 100%;
  padding: 12px;
  background: #007749;
  color: white;
  border: none;
  border-radius: 6px;
  font-size: 1rem;
  font-weight: bold;
  cursor: pointer;
}

button:hover {
  background: #005f3f;
}

/* Container */
.u-form-container {
  max-width: 500px;
  margin: 30px auto;
  padding: 25px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 25px rgba(0, 0, 0, 0.08);
}

/* Heading */
#regForm h2, #sponsorForm h2 {
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 20px;
}

/* Labels */
#regForm label, #sponsorForm label {
  font-weight: 600;
  margin-bottom: 5px;
  display: block;
  color: #333;
}

/* Inputs & Selects */
#regForm input, 
#regForm select,
#sponsorForm input {
  width: 100%;
  padding: 12px;
  margin-bottom: 18px;
  border-radius: 8px;
  border: 1px solid #ccc;
  font-size: 1rem;
  transition: border 0.3s, box-shadow 0.3s;
}

/* Focus effect */
#regForm input:focus, 
#regForm select:focus,
#sponsorForm input:focus {
  outline: none;
  border-color: #007749;
  box-shadow: 0 0 8px rgba(0, 119, 73, 0.3);
}

/* Button */
#regForm button, 
#sponsorForm button {
  width: 100%;
  padding: 14px;
  background: #007749;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.3s;
}

/* Hover */
#regForm button:hover, 
#sponsorForm button:hover {
  background: #005f3f;
}
