body {
	background-color: #EEE;
}

#header {
	text-align: center;
}

#logotipo {
	min-width: 480px;
}

#nomeSistema {
	margin-top: 100px;
}

#content {
	text-align: center;
}

#loginForm {
	width: 400px;
	margin: 20px auto 0px auto;
}

#footer {
	margin-top: 20px;
	text-align: center;
}

@media only screen and (max-width: 1025px) {
	#nomeSistema {
		text-align: center;
		margin-top: 0px;
	}
	#logotipo {
		text-align: center;
	}
}

::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-thumb {
    background: #888 !important; /* Um cinza escuro, por exemplo */
}

::-webkit-scrollbar-thumb:hover {
    background: #555 !important; /* Um cinza mais escuro para o hover */
}

/* Firefox */
.custom-scrollbar {
    scrollbar-color: #888 #f1f1f1 !important;
	scrollbar-width: thin;
}


