/* set entire body that is webpage */
body{
	/* background: #383a3d; */
	background: #fff;
	padding-top: 25vh;	
}
/* set form background colour*/
form{
	/* background: #fff; */
	background: #e5e5e5;
}
/* set padding and size of th form */
.form-container{
	border-radius: 10px;
	padding: 30px;
}





/* recaptcha - responsive */
.g-recaptcha  {
transform: scale(0.84);
transform-origin: 0 0;
}


.g-recaptcha , #rc-imageselect   {
transform: scale(0.84);
transform-origin: 0 0;
}				   
					   