#fundo{
	/* background-color: #004085; */
	background-image: url(../../img/fundo.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

#formulario{
	border: 2px #80c2ff solid;
	border-radius: 8px;
	padding: 3%;
	background-color: #fff;
}

#formulario h1{
	font-size: 4.4em;
}

#logoSoluque{
	max-height: 50px;
	margin: 7px 0px;
}

#topoLogo{
	background-color: #022e48;
	margin-bottom: 30px;
	font-size: 2.2em;
	color: #fff;
	text-align: center;
}

#rodape{
	text-align: center; 
	background-color: #022e48; 
	margin-top: 20px;
	padding: 5px 0px;
	color: #fff;
}