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

.u-section-1 .u-text-1 {
  text-transform: uppercase;
  letter-spacing: 5px;
  font-weight: 700;
  text-shadow: 2px 0px 8px rgba(128,128,128,1);
  margin: 101px auto 0;
}

.u-section-1 .u-form-1 {
  height: 77px;
  width: 655px;
  box-shadow: 0px 2px 8px 0px rgba(128,128,128,1);
  margin: 87px auto 60px;
}

.u-section-1 .u-input-1 {
  box-shadow: 0px 2px 8px 0px rgba(128,128,128,1);
}

.u-section-1 .u-btn-1 {
  background-image: none;
  font-weight: 700;
  box-shadow: 5px 5px 20px 0 rgba(0,0,0,0.4);
}

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

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