.fluentform.fluentform_wrapper_3,
.fluentform.fluentform_wrapper_4,
.fluentform.fluentform_wrapper_5,
.fluentform.fluentform_wrapper_6,
.fluentform.fluentform_wrapper_7,
.fluentform.fluentform_wrapper_8 {
	max-width: 500px;
	margin: 0 auto;
	text-align: left;
}

.fluentform.fluentform_wrapper_3 button.ff-btn-secondary,
.fluentform.fluentform_wrapper_4 button.ff-btn-secondary,
.fluentform.fluentform_wrapper_5 button.ff-btn-secondary,
.fluentform.fluentform_wrapper_6 button.ff-btn-secondary,
.fluentform.fluentform_wrapper_7 button.ff-btn-secondary,
.fluentform.fluentform_wrapper_8 button.ff-btn-secondary {
	-webkit-appearance: button;
    color: #fff;
    background: #6d98ac;
    outline: none;
    border: 1px solid #6d98ac;
    font-size: 21.49px;
    padding: 23px 20px 22px;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none;
    -webkit-transition: all 0.2s 0s ease-in-out;
	-moz-transition: all 0.2s 0s ease-in-out;
	-o-transition: all 0.2s 0s ease-in-out;
	transition: all 0.2s 0s ease-in-out;
}
.fluentform.fluentform_wrapper_3 button.ff-btn-secondary:hover,
.fluentform.fluentform_wrapper_4 button.ff-btn-secondary:hover,
.fluentform.fluentform_wrapper_5 button.ff-btn-secondary:hover,
.fluentform.fluentform_wrapper_6 button.ff-btn-secondary:hover,
.fluentform.fluentform_wrapper_7 button.ff-btn-secondary:hover,
.fluentform.fluentform_wrapper_8 button.ff-btn-secondary:hover {
	color: #6d98ac;
	background: #fff;
}

.fluentform.fluentform_wrapper_3 button.ff-btn-submit,
.fluentform.fluentform_wrapper_4 button.ff-btn-submit,
.fluentform.fluentform_wrapper_5 button.ff-btn-submit,
.fluentform.fluentform_wrapper_6 button.ff-btn-submit,
.fluentform.fluentform_wrapper_7 button.ff-btn-submit {
    -webkit-appearance: button;
    color: #fff;
    background: #456d7f;
    outline: none;
    border: 1px solid #6d98ac;
    font-size: 21.49px;
    padding: 23px 20px 22px;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none;
    -webkit-transition: all 0.2s 0s ease-in-out;
    -moz-transition: all 0.2s 0s ease-in-out;
    -o-transition: all 0.2s 0s ease-in-out;
    transition: all 0.2s 0s ease-in-out;
}

.fluentform.fluentform_wrapper_8 button.ff-btn-submit {
	-webkit-appearance: button;
    color: #fff!important;
    background: #456d7f!important;
    outline: none;
    border: 1px solid #6d98ac;
    font-size: 21.49px;
    padding: 23px 20px 22px;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none;
    -webkit-transition: all 0.2s 0s ease-in-out;
	-moz-transition: all 0.2s 0s ease-in-out;
	-o-transition: all 0.2s 0s ease-in-out;
	transition: all 0.2s 0s ease-in-out;
}