 .u-section-1 {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url("images/bg-blue-wave.png");
  background-size: cover;
  min-height: 100vh;
}

.u-section-1 .u-text-1 {
  text-transform: uppercase;
  margin: 96px auto 0;
}

.u-section-1 .u-form-1 {
  height: 135px;
  width: 356px;
  margin: 28px auto 0;
}

.u-section-1 .u-label-1 {
  text-transform: uppercase;
  font-size: 0.625rem;
}

.u-section-1 .u-input-1 {
  text-transform: uppercase;
  font-size: 0.625rem;
}

.u-section-1 .u-label-2 {
  text-transform: uppercase;
  font-size: 0.625rem;
}

.u-section-1 .u-input-2 {
  text-transform: uppercase;
  font-size: 0.625rem;
}

.u-section-1 .u-label-3 {
  width: 100px;
  font-size: 0.625rem;
}

.u-section-1 .u-btn-1 {
  width: 100%;
  font-size: 0.75rem;
  padding: 10px 0;
}

.u-section-1 .u-text-2 {
  margin: 301px auto 60px;
}

@media (max-width: 1199px) {
  .u-section-1 .u-text-1 {
    margin-top: 60px;
  }

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

@media (max-width: 991px) {
  .u-section-1 .u-text-1 {
    width: 303px;
    margin-top: 104px;
  }

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

  .u-section-1 .u-text-2 {
    width: auto;
    margin-top: 427px;
  }
}

@media (max-width: 767px) {
  .u-section-1 .u-text-1 {
    width: auto;
    margin-top: 130px;
    margin-right: calc(((100% - 540px) / 2)  + 142px);
    margin-left: calc(((100% - 540px) / 2)  + 96px);
  }

  .u-section-1 .u-form-1 {
    margin-top: 35px;
  }

  .u-section-1 .u-text-2 {
    margin-top: 415px;
  }
}

@media (max-width: 575px) {
   .u-section-1 {
    min-height: 1081px;
  }

  .u-section-1 .u-text-1 {
    width: 260px;
    margin-top: 44px;
    margin-left: auto;
    margin-right: auto;
  }

  .u-section-1 .u-form-1 {
    height: 214px;
    width: 340px;
    margin-top: 18px;
  }

  .u-section-1 .u-text-2 {
    margin-top: 305px;
  }
}