/*
@Author: ThemeMascot
@URL: http://ThemeMascot.com

This is the file where you can add your custom styles to change the look of the
theme. But don't modify style-main.css file.

*/

/* Your custom css codes start here: */
.textcolor
{
	color: #fff;
}

 .g-recaptcha {
         transform:scale(1.03);
         -webkit-transform:scal(1.03);
         transform-origin:0 0;
         -webkit-transform-origin:0 0;
         } 
         
          @media screen and (max-width: 600px) {
         .g-recaptcha {
         transform:scale(1.0);
         -webkit-transform:scal(1.0);
         transform-origin:0 0;
         -webkit-transform-origin:0 0;
         }