.CRL_main .uvplusform {
  background: #fce7e7 url(form_bg.jpg) no-repeat top;
  background-size: 100% auto;
  padding-top: 520px;
  padding-bottom: 6%;
}
.CRL_main .uvplusform .uvplusform-samples {
  width: 44%;
  max-width: 319px;
  position: absolute;
  top: 210px;
  right: 6%;
  z-index: 2;
}
.CRL_main .adjust {
  top: 0;
}
.CRL_main .uvplusform .CRL_cnt {
  box-shadow: 0 5px 20px rgba(38, 10, 0, 0.2);
  border-radius: 16px;
  padding: 14% 4% 4%;
  background-color: rgba(255, 255, 255, .6);
}
.CRL_main .uvplusform h2 {
  text-align: center;
  margin-bottom: .5em;
}
.CRL_main .uvplusform .txtS {
  padding: 0 0 .75rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #ccc;
}
.uvplusform-txt p {
  margin-bottom: .75rem;
}


@media (max-width:750px) {
  .CRL_main .s1-btns {
    bottom: 0;
  }
  .CRL_main .uvplusform {
    padding-top: 70vw;
  }
  .CRL_main .uvplusform .uvplusform-samples {
    top: 28vw;
  }

}
@media (max-width:750px) {
  .CRL_main .uvplusform .txtS {
    font-size: 2.75vw;
  }
}
