/* GERAL
================================================== */
:root{
	--main-color: #183c8f;
	--dark-color: #000;
	--light-color: #ffcd00;
	--yellow:#ffc300;
	--red:#dc4c64;
	--green:#14a44d;
}

body{
	background: rgb(24,60,143);
	background: linear-gradient(29deg, rgba(24,60,143,1) 0%, rgba(5,61,189,1) 100%);
	height:100%;
}

/* LOGIN
================================================== */
.login:after{
	background: #091c5a;
	opacity: 0.8;
}

.login_form{
   background: rgb(24,60,143);
	background: linear-gradient(29deg, rgba(24,60,143,1) 0%, rgba(5,61,189,1) 100%);
}

#menu li:hover, #menu li.active{
	border-color:var(--light-color) !important;
	border-bottom: none;
}

.header_breadcrumb .btn{background: var(--light-color);}