html{
	height: 100%;
}
* { padding: 0; margin: 0; }
html, body, #container {
    min-height: 100% !important;
    height: 100%;
}
footer > div.center {
	text-align: center;
	margin-top: 70px;
}
body#login-body{
	background-color:#f5f7fa;
}
body#login-body #topo{
	margin-bottom:30px;
}
body#login-body #topo #topo-logo img{
	float:none;
}
body#login-body label{
	font-weight:300;
}
a:hover{
	text-decoration:none;
}
#login-container{
	margin:0 auto;
	float:none;
	margin-top:20vh;
}
#content-top-title h2{
	margin-top:0!important;
}
.page-header{
	margin-top:10px;
}
#icons .glyphicon{
	font-size:50px;
	padding:20px;
}
legend {
	font-size: 14px;
	font-weight: bold;
	border-style: none;
	margin-bottom: 0px;
}
#uploadifive-uploadifive-arquivos {
	padding-top: 11px;
}
.form-group > label {
	display: block;
}
fieldset > label {
	margin-right: 10px;
}
.end-listing-results {
	font-size: 11px;
	color: #909090;
}
li.thumbnail {
	margin-right: 15px;
}