.webform-submission-form .form-item input{
  width:auto;
}
.form-checkbox{
  height:auto !important;
}
.form-required::after {
  content: " *";
  color: red;
  font-weight: bold;
}