
.u-section-1 {
  background-image: url("./images/bg23.jpg");
}

.u-section-1 .u-sheet-1 {
  min-height: 572px;
}
#overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 2;
  cursor: pointer;
}

.u-section-1 .u-text-1 {
  font-weight: 700;
  margin: 96px auto 0;
}

.u-section-1 .u-text-2 {
  font-size: 1.125rem;
  margin: 35px auto 0;
}

.u-section-1 .u-form-1 {
  height: 203px;
  width: 570px;
  margin: 11px auto 60px;
}

.u-section-1 .u-form-group-1 {
  width: 100%;
}

.u-section-1 .u-label-1 {
  font-size: 1.125rem;
  letter-spacing: 3px;
}

.u-section-1 .u-form-group-2 {
  width: 100%;
}

.u-section-1 .u-label-2 {
  font-size: 1.125rem;
  letter-spacing: 3px;
}

.u-section-1 .u-form-group-3 {
  width: 100%;
}

@media (max-width: 991px) {
  .u-section-1 .u-text-2 {
    margin-left: 70px;
    margin-right: 70px;
  }
}

@media (max-width: 767px) {
  .u-section-1 .u-text-2 {
    margin-left: 0;
    margin-right: 0;
  }

  .u-section-1 .u-form-1 {
    width: 540px;
    margin-left: 0;
    margin-right: 0;
  }
}

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