.u-section-1 .u-sheet-1 {
  min-height: 50vw;
}

.u-section-1 .u-group-1 {
  width: 584px;
  min-height: 520px;
  background-image: linear-gradient(#f1c50e, black);
  animation-duration: 1000ms;
  margin: 30px auto 30px;
}

.u-section-1 .u-container-layout-1 {
  padding: 11px 30px;
}

.u-section-1 .u-icon-1 {
  height: 92px;
  width: 273px;
  background-image: none;
  box-shadow: 5px 5px 20px 0 rgba(0,0,0,0.4);
  margin: 20px auto 0;
}

.u-section-1 .u-text-1 {
  font-size: 2.25rem;
  width: 300px;
  margin: 20px auto 0;
}

.u-section-1 .u-form-1 {
  height: 240px;
  width: 524px;
  margin: 15px 0 0;
}

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

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

.u-section-1 .u-btn-1 {
  width: 100%;
  border-style: none;
  background-image: none;
  font-weight: 700;
  font-size: 1.25rem;
  padding: 10px 31px 10px 29px;
}

@media (max-width: 767px) {
  .u-section-1 .u-sheet-1 {
    min-height: 752px;
  }

  .u-section-1 .u-group-1 {
    width: 540px;
    min-height: 573px;
  }

  .u-section-1 .u-container-layout-1 {
    padding-left: 10px;
    padding-right: 10px;
  }

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

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

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