.mod_info_form {
  padding: 50px 0;
  color: #000000;
  background color: #000000;
  position: relative;
  border-bottom: 1px solid #E7E7E7;
  /*background-image: url();
    background-position: left bottom;
    background-repeat: no-repeat;*/
}

@media only screen and (max-width: 768px) {
  .mod_info_form {
    padding: 40px 0 40px 0;
    background-size: 25px auto;
    background color: #000000;
  }
}

.mod_info_form:after {
  content: "";
  position: absolute;
  width: 50%;
  height: 100%;
  right: 0;
  top: 0;
  background-color: #F8FAFF;
}

@media only screen and (max-width: 768px) {
  .mod_info_form:after {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .mod_info_form h2 {
    font-size: 20px;
    line-height: 29px;
  }
}

.mod_info_form h1,
.mod_info_form h2,
.mod_info_form h3,
.mod_info_form h4,
.mod_info_form h5,
.mod_info_form h6 {
  color: #020841;
  font-weight: 600;
}

.mod_info_form .ct_info {
  padding-right: 35px;
}

@media only screen and (max-width: 768px) {
  .mod_info_form .ct_info {
    padding-right: 0;
  }
}

@media only screen and (max-width: 768px) {
  .mod_info_form .nopaddingm {
    padding: 0;
  }
}

.mod_info_form .ct_border {
  padding: 0 50px 0 100px;
  z-index: 10;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .mod_info_form .ct_border {
    margin-top: 34px;
    padding: 32px;
    background-color: #F8FAFF;
  }
}

.mod_info_form .ct_form {
  background: #ffffff;
  border: 1px solid #E7E7E7;
  box-sizing: border-box;
  border-radius: 16px;
  padding: 24px;
}
