.webform-submission-form {
  margin-left: 5%;
  margin-right: 5%;
}
.webform-submission-form fieldset {
  margin: 40px 0px 0px 0px !important;
}
.webform-submission-form .fieldset-wrapper {
  padding:20px;
  border: 1px solid #ccc;
  background: #efefef;
}
.webform-submission-form textarea.webform-counter-warning, .webform-submission-form textarea.form-textarea.webform-counter-warning {
  border-color: #ccc;
  background: #fff;
}
.webform-submission-form .text-count-wrapper.webform-counter-warning {
  color: #000;
  font-weight: normal;
}
.webform-submission-form .text-count-message {
  font-size: 0.92rem;
}
.webform-submission-form .description {
  color: #10858d; /*#7156ae;*/
  font-size: 0.92rem;
  margin-bottom:.5rem;
}