body {
	background: #eeeeee !important;
}

.img-responsive {
	margin: 3% auto;
}

.tituloLoginCliente {
	color: #8b0000;
}

.form-login .input-group {
	padding: 5px 0px 5px 0px;
}

.form-login .input-group input {
	border-radius: 0;
}

.form-login .input-group span {
	border-radius: 0;
}

.btnCliente {
	margin-top: 5px;
	margin-bottom: 100px;
}

.caixaLinks {
	margin-bottom: 5px;
}

.img-login {
	height: auto;
	width: 400px;
}

#footer {
	position: fixed;
	left: 0px;
	bottom: 0px;
	height: 50px;
	width: 100%;
	background: #5C5C5C;
	z-index: 1000;
}

.btn-link {
	margin-top: 10px;
	font-weight: 400;
	color: #eeeeee;
	border-radius: 0
}

#statusLogin {
	padding: 10px;
	margin-bottom: 5px;
}

.btn-link, .btn-link.active, .btn-link:active, .btn-link[disabled],
	fieldset[disabled] .btn-link {
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none
}

.btn-link, .btn-link:active, .btn-link:focus, .btn-link:hover {
	border-color: transparent;
	color: #eee;
}

.btn-link:focus, .btn-link:hover {
	text-decoration: none;
	color: #000;
	background-color: transparent
}