/*
Author: WebThemez.com
Website: http://webthemez.com
Note: Please do not remove the footer backlink (webthemez.com)--(if you want to remove contact: webthemez@gmail.com)
Licence: Creative Commons Attribution 3.0** - http://creativecommons.org/licenses/by/3.0/
*/

.g-recaptcha{
	transform: scale(1);
    transform-origin: 0 0;
}

@media (max-width: 414px) {
	.g-recaptcha{
		transform: scale(0.88); 
	    transform-origin: 0 0;
	}
}

@media (max-width: 375px) {
	.g-recaptcha{
		transform: scale(0.78); 
	    transform-origin: 0 0;
	}
}

@media (max-width: 360px) {
	.g-recaptcha{
		transform: scale(0.78); /* Mi resolución */
	    transform-origin: 0 0;
	}
}

@media (max-width: 320px) {
	.g-recaptcha{
		transform: scale(0.63); 
	    transform-origin: 0 0;
	}
}