.FormLogin span.ValidError {
	position: relative;
	float: right;
	font-size: 10px;
	color: #ec0000;
	margin-top: -17px;
	margin-right: 15px;
}

.FormLogin input {
	display: block !important;
}

.FormLembrar span.ValidError {
	position: relative;
	float: right;
	font-size: 10px;
	color: #ec0000;
	margin-top: -23px;
	margin-right: 15px;
}

#FormCadastreSe .form-control {
	display: block !important;
}

.page-wrapper {
	background: #ececec;
}

.page-titles {
	padding: 15px;
	background: #fff;
}

.social-widget .soc-header {
	font-size: 23px;
}

.badge-success[href]:focus,
.badge-success[href]:hover {
	color: #fff;
	background-color: #1ea891;
}

.custom-select {
	background: url(./custom-select.png) right 0.75rem center no-repeat;
}

.dropdown-item i {
	width: 20px;
}

.input-group-append .btn {
	padding: 6px 12px;
}

.mini-sidebar .sidebar-nav #sidebarnav>li>a {
	padding: 10px 10px;
	margin-bottom: 3px;
}

.sidebar-nav>ul>li>a.active {
	background: #edf0f5;
	border-radius: 0px;
}

@media (max-width:767px) {
	.login-box {
		width: 100% !important;
	}
}

.btn-width-default {
	width: 130px;
}

.table td {
	vertical-align: middle;
}