.bg-gradient-primary {
	background: #008501 !important;
}

.bg-login-image {
	background: url(../images/login.jpg) bottom center;
	background-size: 100%;
}

.parsley-required,.parsley-errors-list {
	color: #F00;
	list-style: none;
	font-weight: bold;
	margin: 10px -20px;
}

iframe {
	margin: 10px 0;
	border: 1px solid #ccc;
}

label {
	margin-top: 15px;
}

.margin {
	margin: 50px 0 !important;
}

.sidebar-dark .sidebar-brand {
	margin: 20px 0 !important;
}

a {
	text-decoration: none;
}

.text-primary {
	color: #000 !important;
	font-size: 1.5em;
}

.nav-btn {
	width: 250px;
}

.nav-btn .btn {
	width: 100px;
	margin-left: 10px;
}

.nav-item i {
	width: 15px !important;
	margin-right: 10px;
}

.form-control-user{
	height: calc(2.5em + 0.75rem + 2px) !important;
	padding: 0 1rem !important;
}