If you want to make this code affect buttons on all form block, use this to Custom CSS
div.form-button-wrapper {
margin-top: 20px;
}
If you want to make it affect form on Contact Page only, add this to Contact Page header Injection
<style>
div.form-button-wrapper {
margin-top: 20px;
}
</style>