body {
	background: url(../../imagens/contato.jpg) center top;
	background-size: cover;
}

.img {
	width: 80%;
}

.meio {
	width: 400px;
	margin: 50px auto;
}

@media (max-width: 1024px) {
    .meio {
	width: 90%;
	margin: 10% auto;
}

a:hover {
	text-decoration: none;
}

.navbar {
	padding: 10px 0;
}

.navbar .navbar-brand {
	margin: -15px 5px;
}

.top {
	margin-top: 100px;
	background: #fff;
}

.dataTables_length {
	float: left;
}

.dataTables_filter {
	float: right;
}