body {
	padding: 0!important;
	background: url(../img/textura.png) repeat;
}

#geral {
	display: none;
}

div.container {
	display: block;
	position: relative;
	height: 94%;

}

div.container img {
	display: block;
	margin: 0 auto;
	margin-top: 60px;
	width: 60%;
	height: auto;
}


.form-control {
	float: left;
	margin-right: 10px;
}

.btn-success {
	float: left;
}

form {
	width: 50%;
	margin: 0 auto!important;
	display: block;
}

label {
	text-align: center;
}

input[type=text] {
	background: #252525!important;
	color: #fff!important;
}

.form-group {
	margin: 0 auto;
	width: 300px;
	display: block;
}

div.footter {
	background: #7cc576;
	padding: 10px 0;

}

div.footter p {
	margin: 0!important;
	text-align: center;
}

@media (max-width: 979px) {
	form {
		width: 100%;
	}
	
	div.container {
		width: 90%!important;
	}

	div.container img {
		display: block;
		margin: 0 auto;
		margin-top: 30px;
		width: 100%!important;
		height: auto;
	}

}
