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

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

.u-section-1 .u-form-1 {
  height: 406px;
  width: 570px;
  margin: 30px auto 20px;
}

.u-section-1 .u-btn-1 {
  padding-top: 10px;
  padding-bottom: 10px;
}

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

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