.btn-primary {
	background-color: #002060 !important;
	color: #fff !important;
}


app-login .card-group {
	display: flex;
	flex-direction: column !important;
}	


app-login .card-group > img {
	width: 75% !important;
}	

img[src*="logo_emktech.svg"] {
  width: 300px;
  max-width: 100%;
  height: auto;
}

img[src*="emkTech-branca.svg"] {
  width: 200px;
  max-width: 100%;
  height: auto;
}

.sidebar {
	background-color: #194020 !important;
	background-image: none !important;
	color: #d9d9d9 !important;
}
.sidebar .nav-item .nav-link {
	color: #d9d9d9 !important;
}

    
.sidebar .nav-item .nav-link > i {
	color: #d9d9d9 !important;
}

    .sidebar .nav-item .nav-link[data-toggle=collapse]:after {
		color: #d9d9d9 !important;
	}

#sidebarToggle::after {
	color: #d9d9d9 !important;
}

.sidebar-divider {
	border-top: 1px solid #d9d9d9 !important;
}

.text-primary {
	color: #194020 !important;
}

.card-header {
	color: #194020 !important;
}

.card-header h6 {
	color: #194020 !important;
}

.page-item.active .page-link {
background-color: #002060 !important	
}

.btn-outline-primary:hover, .form-check-input:checked {
background-color: #002060 !important	
}
.form-check-input:checked {
	border-color : #002060 !important;
}