.google-sso-signup {
    margin-bottom:20px;
}

@media only screen and (max-width: 576px) {
	.google-sso-signup {
	width:70%;
   }
}

@media only screen and (min-width: 576px) {
	.google-sso-signup {
	width:200px;
    height:42px;
   }
}