label, legend{
font-size: 22px;
    line-height: 32px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.form-text, .form-email, .form-date, .form-textarea, .form-select{
  width: 100%;
    font-size: 22px;
    line-height: 32px;
    border: none;
    border-bottom: 1px solid #707070;
}
.form-checkbox{  
        margin-right: 7px;
    vertical-align: middle;
    width: 38px;
    height: 38px;    
    border: 1px solid #000;
}
.webform-button--submit{
  display: table;
    margin: 0 auto;
    font-size: 22px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    border-radius: 10px;
    background: #21B75B;
    border: none;
    color: #fff;
    padding: 25px 10px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    cursor: pointer;
  margin:0 auto!important;
}