
#ftFundo, #fundo{
	position: fixed;
	top: 0;
	left: 0;
	width: 1366px;
	height: 768px;
}

#centro{
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0.15);
}

#container{
	width: 500px;
	background: rgba(255, 255, 255, 0.6);
	box-shadow: 0px 0px 15px white;
	border-radius: 3px;
	margin: 0 auto;
	padding: 20px;
}

#erro, #sucesso{
	display: none;
}

#titulo{
	margin: 0 auto;
}

@media only screen and (min-width : 100px) and (max-width : 800px){

	#lg{
		display: none;
	}
	#container{
		width: 90%;
	}
	#ftFundo, #fundo{
		width: 100%;
		height: 100%;
	}

}