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

body{
	background: #0160b0;
	height:100%;
}

/* LOGIN
================================================== */
.login:after{
	background: #fff;
	opacity: 0.9;
}


.login_form{
   background: #005ABB;
	background: linear-gradient(139deg, rgba(0, 90, 187, 1) 0%, rgba(0, 62, 128, 1) 100%);
}

.logo_adm{width: 160px !important}
.logo_adm img{border-radius: 10px !important}