.investment-register-information form .form-control {
  margin-bottom: 0;
}
.investment-register-information form .invalid-feedback {
  display: block;
  margin-bottom: 16px;
  padding-left: 15px;
}

.captcha-img {
  border: 2px black solid;
  margin-bottom: 16px;
}
.captcha-img + button#retryButton {
  margin-bottom: 16px;
}

.group-form-panel {
  width: 50%;
}

.col-input-report {
  width: 70% !important;
}

.client-captcha {
  width: 30% !important;
}

.captcha-input {
  width: 100% !important;
}

#retryButton img {
  max-width: unset;
}

@media (max-width: 767px) {
  .group-form-panel {
    width: 100% !important;
  }
  .client-captcha {
    margin-bottom: 10px !important;
  }
  .captcha-input {
    width: 100% !important;
  }
  .nha-dau-tu-from .col-input-report {
    width: 100% !important;
  }
}