form {
  display: block;
  max-width: 720px;
  margin: 0 auto; }
  form .form-item .description {
    margin: 10px 0 20px; }
    form .form-item .description .webform-element-description a {
      font-size: inherit; }
  form .form-item label {
    display: block;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0;
    line-height: 30px; }
  form .form-item legend span {
    font-size: 16px; }
  form .form-item input {
    box-sizing: border-box;
    border: 1px solid #82a81a;
    background: transparent;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box; }
  form .form-item .form-control:focus {
    box-shadow: none;
    border: 1px solid #82a81a; }
  form .form-item select {
    border: 1px solid #707070;
    border-radius: 4px;
    background: none;
    box-sizing: border-box; }
  form .form-item .button,
  form .form-item input[type='submit'] {
    background-color: #305d30;
    border: 2px solid #305d30;
    color: #ffffff;
    display: inline-block;
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.25s; }
  form .tableselect th:first-child,
  form .tableselect td:first-child {
    width: 0%; }
  form .tableselect td,
  form .tableselect th {
    padding-left: 5px; }
  form .form-item-simple-scale-field label,
  form .form-item-scale-field label {
    display: flex !important;
    align-items: center;
    justify-content: center; }
  form .form-checkboxes .form-type-checkbox {
    display: flex; }
  form .form-type-checkbox .option,
  form .form-type-radio .option {
    display: inline;
    padding-left: 5px;
    font-weight: normal; }
  form .form-type-webform-markup {
    background-color: #ecf6f6;
    padding: 20px; }
    form .form-type-webform-markup p:last-of-type {
      margin-bottom: 0; }
    form .form-type-webform-markup li {
      margin-left: 20px; }
  form .form-type-date {
    display: table;
    width: 100%; }
    form .form-type-date input {
      float: left; }
    form .form-type-date img {
      float: left;
      height: 30px;
      margin: 4px 0 0 -38px; }
  form .form-type-radio label {
    font-weight: 500; }
  @media (max-width: 767px) {
    form {
      max-width: 100%; } }

.user-login-form {
  margin: 0 auto; }

.user-register-form {
  margin: 0 auto; }
  .user-register-form .form-item .js-filter-wrapper {
    display: none; }

.form-item-name-last-first- .form-text {
  margin: 5px 0; }

.form-item-name-last-first- .tabledrag-handle .handle {
  width: 25px;
  height: 25px; }

.form-item .description {
  font-size: 14px;
  line-height: 21px; }

#block-titleresetyourpassword {
  max-width: 720px;
  padding: 0 22px; }

.user-form {
  margin: 0 auto; }
  .user-form #edit-language,
  .user-form #edit-google-analytics {
    display: none; }
  .user-form .form-item-pass-pass2,
  .user-form .confirm-parent {
    margin-top: 1em; }
  .user-form .form-item .js-filter-wrapper {
    display: none; }

.webform-submission-form {
  margin: 0 auto; }

.region-content .reset_password p {
  text-decoration: none; }
  .region-content .reset_password p a {
    color: #719a00;
    text-decoration: none; }

/*# sourceMappingURL=form.css.map */
