/* corrected issue of text wrapping for error message in Google reCaptcha. */
.rc-anchor-error-msg-container {
	-ms-word-break: break-all;
	word-break: break-all;
	/*Non standard for webkit*/
	word-break: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}
/*
#grecaptcha {
	transform:scale(0.77);
	-webkit-transform:scale(0.77);
	transform-origin:0 0;
	-webkit-transform-origin:0 0;
}
*/