@charset "UTF-8";

.form-td span input,
.form-td span textarea {
  width: 100%;
}
.form-acceptance span{
    width: 100%;
    text-align: center;
    margin:2em 0;
}
input[type="submit"]{
    display: block;
    margin: 32px auto 0;
    background-color: orange;
}
.wpcf7-spinner{
    display: none;
}