
body .section1{
  border-radius: 12px;
}

body .section1 .nf-form-fields-required{
  text-align: center;
}

.section1 .nf-form-content input[type=button]:hover{
  background-color: #8C9EA3;
  box-shadow: none;
  color: #fff;
}

/*.section1 .nf-error .nf-error-msg{
  display: none;
}*/

.section1 .nf-error .nf-error-msg{
  text-align: left;
}

.section1 .nf-error-msg{
  text-align: center;
}

.section1 .checkbox-container.label-right label a{
  text-decoration: underline;
  font-weight: 600;
}

.section1 .checkbox-container.label-right label{
  font-size: 13px;
  font-weight: 500;
}

.section1 fieldset legend{
  padding-left: 0px;
  margin-bottom: 10px;
}

.section1 .text1 .woodmart-text-block{
  max-width: 990px;
  margin: 0 auto;
}

.section1 .nf-form-content h1{
  font-size: 20px;
}

.section1 .field-wrap.html-wrap p a{
  text-decoration: underline;
}

.section1 form button.nf-add-fieldset{
  height: 50px;
}

.section1 .nf-form-content input.ninja-forms-field{
  height: 50px !important;
}

body .sign-in-text a{
  text-decoration: underline;
}

body.logged-in .sign-in-text{
  display: none;
}


@media (max-width: 1440px){
  body .section1{
    margin-left: 0px;
    margin-right: 0px;
  }
}

@media (max-width: 800px){
  .section1 form button.nf-add-fieldset{
    transform: translateY(10px);
  }

  .section1 .list-select-wrap{
    margin-top: 25px;
  }

  body .section1 .first-title{
    margin-top: 30px;
  }
}

@media (max-width: 767px){
  body .section1{
    margin-top: 8vh !important;
    margin-bottom: 8vh !important;
  }
}

@media (max-width: 550px){
  .section1 form button.nf-add-fieldset{
    padding-left: 13px;
    padding-right: 13px;
    font-size: 11px;
  }

  .section1 .nf-form-content h1{
    margin-bottom: 0px;
  }

  .section1 form .html-container{
    margin-bottom: 10px;
  }

  body .section1{
    margin-top: 6vh !important;
    margin-bottom: 6vh !important;
  }
}
