#webform-submission-li-ji-bao-ming-add-form h3{
  background: #f5811e; color: #fff;
}

.form-item__label.form-required::after{
background-image: url("data:image/svg+xml,%3Csvg height='16' width='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m0 7.562 1.114-3.438c2.565.906 4.43 1.688 5.59 2.35-.306-2.921-.467-4.93-.484-6.027h3.511c-.05 1.597-.234 3.6-.558 6.003 1.664-.838 3.566-1.613 5.714-2.325l1.113 3.437c-2.05.678-4.06 1.131-6.028 1.356.984.856 2.372 2.381 4.166 4.575l-2.906 2.059c-.935-1.274-2.041-3.009-3.316-5.206-1.194 2.275-2.244 4.013-3.147 5.206l-2.856-2.059c1.872-2.307 3.211-3.832 4.017-4.575-2.081-.402-4.058-.856-5.93-1.356' fill='%23FFD700'/%3E%3C/svg%3E%0A");
}

.webform-submission-form {
color: #fff;
  padding: 5%;
  width: 70%;
  background: #018cb3;
  margin: 0 auto;
    margin-bottom: 0px;
  border-radius: 18px;
  margin-bottom: 30px;
  position: relative;
  border: 3px solid #fff;
}

.webform-submission-form input[type="text"],
.webform-submission-form textarea,
#edit-email{
width: 100%;
  min-height: auto;
  border-radius: 8px; min-height:38px;
}

.webform-submission-form input[type="submit"] {
padding: 5px 10px;
  cursor: pointer;
  display: inline-block;
  font-size: 20px;
  margin: 0 auto;
  background: #fa863e;
  color: #fff;
  border: 0;
  border-radius: 20px;
  position: absolute;
  right: 50%;
  bottom: 0;
  transform: translate(50%, 50%);
  text-transform: uppercase;
  font-weight: bold;
}

.webform-submission-form input[type="submit"]:hover {
  background-color: #218838;
}


@media screen and (max-width: 960px){
.webform-submission-form {
color: #fff;
  padding: 5%;
  width: 90%;
}}