
@media  only screen and (min-device-width: 768px) 
{
    .form-container {
      padding: 5%;
      background: #ffffff;
      border: 9px solid #f2f2f2;            
      max-width: 520px;
      margin: auto;
    }

}

h1, p 
{
  text-align: center;
}

input, textarea , button
{
  display:inline-flex !important;
}    
textarea
{
  height: 200px;
}
#g-recaptcha-response{
	visibility:hidden;
}
.imagebg {
	z-index:-1;
	width:100%;
	background-image: url("images/contact-form-background.webp");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
  filter: alpha(opacity=60);
}
form-container{
	background:#ffff;
}

