@media screen and (max-width: 640px){
 #site-logo{
width:45%!important;
		margin-top: -53px!important;
		 margin-left: -100px
		}
}


@media only screen and (max-width: 640px) {
  #site-logo {
    content: url("https://dominusconsulting.co.za/wp-content/uploads/2022/02/DOMINUS2.png");
  }
}
.wpforms-container.wpf-center {
     margin: 0 auto !important;
     max-width: 500px;
}
/* This styles the form elements only */
.wpforms-container.wpf-center {
     margin: 0 auto !important;
     max-width: 500px;
}
 
/* This styles the submit button */
.wpf-center .wpforms-submit-container  {
    display: inline-block;
    text-align: center;
    width: 100% !important;
}
 
/* This styles all pagebreak elements */
.wpf-center .wpforms-field-pagebreak  {
    display: inline-block;
    text-align: center;
    width: 100% !important;
}
 
.wpf-center .wpforms-pagebreak-left .wpforms-page-button:before,.wpf-center .wpforms-pagebreak-left .wpforms-page-button:after {
    content: none;
} 
 
/* This styles all labels, field descriptions, form title and form description */
.wpf-center .wpforms-title, 
.wpf-center .wpforms-description,
.wpf-center .wpforms-field-label,
.wpf-center .wpforms-field-sublabel, 
.wpf-center .wpforms-field-description {
    text-align: center;
}