.grecaptcha-badge{
    margin-bottom: 0;
}

#page-top {
	position: fixed;
	bottom: 80px;
	right: 20px;
	z-index:80;
}

@media screen and (max-width:767px){
#page-top {
	position: fixed;
	bottom: 180px;
	right: 20px;
	z-index:80;
}
.grecaptcha-badge{
    margin-bottom: 100px;
}
}