body{
	font-family: 'Century Gothic', sans-serif !important;
	color: #fff;
	background: url(../img/bg-pagina.png) no-repeat;
	background-size: cover;
}
.space-50{
	padding: 50px 0;
}
.space-20{
	padding: 20px 0;
}
.padding-20px{
	padding: 20px;
}
.container{
	background: rgba(255,255,255,0.7);
	text-align: center;
	border-radius: 10px;
}
.container h1{
	font-size: 24px;
}
.container h2{
	font-size: 14px;
}
.form-group{
	text-align: left;
}
.container{
	float: none;
}
.no-padding {
    padding: 0 !important;
}
footer.copyright {
    text-align:  center;
    position:  absolute;
    bottom: 5px;
    right: 20px;
}
