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

.u-section-1 .u-form-1 {
  height: 405px;
  width: 570px;
  margin: 0 auto 60px;
}

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

.u-section-1 .u-label-2 {
  font-size: 1rem;
}

.u-section-1 .u-label-3 {
  font-size: 1rem;
}

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

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

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

  .u-section-1 .u-label-1 {
    font-size: 0.75rem;
  }

  .u-section-1 .u-label-2 {
    font-size: 0.75rem;
  }

  .u-section-1 .u-label-3 {
    font-size: 0.75rem;
  }

  .u-section-1 .u-btn-1 {
    --radius: 11px;
  }
}