body{
    padding: 0;
    margin: 0;
}
.bg, .bg img{
    width: 100%;
    position: absolute;
    z-index: 0;
}

.logo{
    z-index: 1;    
    position: sticky;
	width: 100%
}
.titulo {
	width:100%;max-width: 600px
}
.section-form{
    justify-content: center;
    width: 100%;
    z-index: 3;
	background: url(http://momentosutam.com.br/ebook/maiscorecafe/images/back-degrade.jpg);
	position: relative;
	z-index: 1;

}
.formulario {
	clear: both;
	position: relative; 
	z-index: 10;
	top:100px;
}
.text-form{
    justify-content: center;
    font-family: 'RaspoutineClassic';
	color: #000;
	font-size: 2.5em;
	position: relative;
	z-index: 101;
}
.text-form2{
    justify-content: center;
    font-family: 'RaspoutineClassic';
	color: #ffffff;
	font-size: 1.5em;
	position: relative;
	z-index: 101;
}
.aviso {
    font-size: 1.5em;
	font-family: 'RaspoutineClassic';
	color: #ff2618;
}
.image_rodape {
	clear: both;
	position: relative; 
	z-index: 1;
}	
input[type="button"] {
    background: #ff2618;
    font-family: 'RaspoutineClassic';
    color: white;
    font-size: 2.5em;
    border: 0;
    border-radius: 30px;
    margin: 0.1em;
    text-align: center;
	padding: 10px 20px;
	position: relative;
	z-index: 101;
}
input#nome,
input#email {
    height: 50px;
    background-color: #ffffff;
    border: 0;
    border-radius: 0em;
    margin: 0.5em 0;
    width: 90%;
    font-size: 1.5em;
    padding: 1%;
	font-family: 'RaspoutineClassic';
}

@media screen and (max-width: 768px){
	.formulario {
		clear: both;
		position: relative; 
		z-index: 10;
		top:0px;
	}
	.text-form{
		justify-content: center;
		font-family: 'RaspoutineClassic';
		color: #000;
		font-size: 1.5em;
		position: relative;
		z-index: 101;
		padding: 5% 0px;
	}
	.text-form2{
		justify-content: center;
		font-family: 'RaspoutineClassic';
		color: #ffffff;
		font-size: 1em;
		position: relative;
		z-index: 101;
	}
	.image_rodape {
		clear: both;
		top: 0px;
		position: relative; 
		z-index: 1;
	}	
	input[type="button"] {
		background: #ff2618;
		font-family: 'RaspoutineClassic';
		color: white;
		font-size: 1.5em;
		border: 0;
		border-radius: 30px;
		margin: 0.1em;
		text-align: center;
		padding: 10px 20px;
		position: relative;
		z-index: 101;
	}
}

