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

.u-section-1 .u-text-1 {
  font-weight: 400;
  margin: 45px 0 0;
}

.u-section-1 .u-text-2 {
  font-weight: 400;
  margin: 51px 0 45px;
}.u-section-2 .u-sheet-1 {
  min-height: 623px;
}

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

.u-section-2 .u-form-1 {
  --radius: 20px;
  height: 376px;
  width: 570px;
  margin: 29px auto 0;
}

.u-section-2 .u-input-1 {
  --radius: 20px;
}

.u-section-2 .u-form-group-2 {
  margin-left: 0;
}

.u-section-2 .u-input-2 {
  --radius: 20px;
}

.u-section-2 .u-input-3 {
  --radius: 20px;
}

.u-section-2 .u-input-4 {
  --radius: 20px;
}

.u-section-2 .u-btn-1 {
  background-image: none;
  --radius: 20px;
  border-style: solid;
}

.u-section-2 .u-social-icons-1 {
  height: 32px;
  width: 69px;
  margin: 40px auto 49px;
}

.u-section-2 .u-icon-1 {
  height: 100%;
  background-image: none;
  padding: 3px;
}

.u-section-2 .u-icon-2 {
  height: 0;
  background-image: none;
  color: rgb(0, 0, 0) !important;
  padding: 3px;
}

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

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