.form-column.form-column-heading,
.form-column-heading h2{
display:none;
}
.form-column input{
border:1px solid #CCCCCC;
}
.form-column.form-column-name,
.form-column.form-column-text,
.form-column.form-column-email,
.form-column.form-column-tel,
.form-column.form-column-note,
.form-column.form-column-checkbox{
border:none;
}
.recaptcha-v3-badge{
width: 265px;
margin: 20px auto 0 auto;
}
.button-group{
width:600px;
display: block;
margin: 50px auto 0 auto;
}
@media screen and (max-width: 768px) {
.button-group{
width:100%;
margin: 40px auto 0 auto;
}
}
.button.button-confirm{
width: 100%;
height: 80px;
background-color: #54BA01;
color: #FFFFFF;
border:none;
border-radius: 40px;
box-shadow: 0 0 3px rgba(0,0,0,0.2),  0 2px 3px rgba(0,0,0,0.2);
font-size: 18px;
font-weight: bold;
}
.button.button-confirm span{
line-height: 80px;
}
.button.button-submit{
width: 100%;
height: 80px;
background-color: #54BA01;
color: #FFFFFF;
border:none;
border-radius: 40px;
box-shadow: 0 0 3px rgba(0,0,0,0.2),  0 2px 3px rgba(0,0,0,0.2);
font-size: 18px;
font-weight: bold;
}
.button.button-submit span{
line-height: 80px;
}
.button.button-confirm:hover,
.button.button-submit:hover{
background-color: #55BB02;
box-shadow: none;
}
.button.button-back{
width: 100%;
height: 80px;
margin-bottom: 20px;
background-color: #999999;
color: #FFFFFF;
border:none;
border-radius: 40px;
box-shadow: 0 0 3px rgba(0,0,0,0.2),  0 2px 3px rgba(0,0,0,0.2);
font-size: 18px;
font-weight: bold;
}
.button.button-back span{
line-height: 80px;
}
.button.button-back:hover{
background-color: #AAAAAA;
box-shadow: none;
}
#confirmation-container .form-column.form-column-radio{
display:none;
}
.help-block{
display: block;
text-align: center;
}
.message-block.message-block-complete{
border:none;
}
.message-block.message-block-complete{
padding: 40px 0 0 0;
border:none;
border-top: 1px solid #CCCCCC;
text-align:left;
}