 .u-section-1 {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: linear-gradient(to bottom, #097228, #0760b3);
  background-size: cover;
}

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

.u-section-1 .u-form-1 {
  background-image: none;
  height: 428px;
  width: 570px;
  margin: 20px auto;
}

.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;
  }
}