.hbbcf .input-text {
  width: 100%;
  height: 40px;
  font-size: 14px;
  line-height: 100%;
  padding: 10px 15px;
  margin: 0;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -webkit-appearance: none;
  box-sizing: border-box;
  margin-bottom: 10px;
}
.hbbcf select {
  width: 100%;
  height: 40px;
  font-size: 14px;
  padding: 10px 15px;
  margin: 0;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  box-sizing: border-box;
  margin-bottom: 10px;
}

.hbbcf .label-check {
  width: 90%;
}

.hbbcf .required:after {
  content: " *";
  color: red;
}

.hbbcf .input-text-area {
  width: 100%;
}

.hbbcf .g-recaptcha {
  margin: 20px 0 20px 0;
}
.hbbcf .submit-button {
  font-size: 100%;
  margin: 10px;
  line-height: 1;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  overflow: visible;
  padding: 0.618em 1em;
  font-weight: 700;
  border-radius: 3px;
  left: auto;
  float: right;
  color: #fff;
  background-color: #393185;
  border: 0;
  background-image: none;
  box-shadow: none;
  text-shadow: none;
}
.hbbcf .submit-button:hover {
  background-color: #3931859d;
}

.hbbcf p span {
  color: red;
}
