@font-face{
	font-family:MyriadPro;
	src:url("../fonts/MyriadPro-Regular.otf") format( 'truetype' );
}
body{
	font-family: MyriadPro !important;
	overflow-x: hidden;
}
.d-none{
	display: none;
}
.Fondo{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: url("../img/fondo.jpg") no-repeat;
	background-size: 100%;
	opacity: 0.75;
}

.Logo-Empresa{
	position: absolute;
	left: 15px;top: 15px;
	width: 20%;
}
.Logo-Empresa img{
	width: 50%;
}
.Contenedor-App{
	position: absolute;
	left: 5%;
	bottom: 45%;
	font-size: 30px;
	color: #000;
	text-align: center;
}
.Contenedor-Login{
	position: absolute;
	right: 10%;
	top: 20%;
	width: 350px;
	background: #eeeff1bf;
	/*border:3px solid #ababab;*/
	border-radius: 15px;
	box-shadow: 0px 0px 19px #999999;
}
.Contenedor-Login h2{
	color:  #64666d;
	text-align: center;
}
.I-Error-Campo{
	position: absolute;
	right: 5.5%;
	margin-top: 7px;
    color: #eb092f;
}
.Label-Usuario{
	margin-left: 9%;
	position: relative;
	/*top: 26px;*/
	color: #949494;
	font-size: 13px;
	transition: 1s;
}
.Label-Usuario-Error{
	color: #eb092f;
}
.Label-Usuario-Activo{
	top: 0px;
	transition: 1s;
}
.Input-Usuario{
	width: 80%;
	margin-left: 7%;
	height: 25px;
	background: #fdfdfd82;
	border:2px solid transparent;
	z-index: 99999;
	padding-left: 6px;
	padding-right: 18px;
}
.Input-Usuario:focus{
	outline:0px;
	border-bottom: 2px solid #c82222;
	transition: 1s;
}
input[type="checkbox"]{
	display: none;
}
.Label-Recordarme{
	padding-left: 1.8em;
	position: relative;
	top: 3px;
	margin-left: 7%;
	font-size: 12.5px;
}
.Label-Recordarme:before{
	content: '';
	background: url('../img/tick-box-with-check-mark.png') no-repeat top left;
	background-position: 0 -11px; width: 24px; height: 15px;
	position: absolute;
	left: 0px;
}
input[type="checkbox"]:checked + .Label-Recordarme:before{
	background-position: 0 2px; width: 24px; height: 15px;
}
.div-Btn-Ingresar{
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: center;
}
.div-Btn-Ingresar button{
	border-radius: 5px;
	background: #c82222;
	padding: 7px;
	border:1px solid #c82222;
	color: #fff;
}
.div-Btn-Ingresar button:focus, .div-Btn-Ingresar button:active{
	outline: 0px;
}
.div-Btn-Ingresar button:active{
	transform: scale(0.9);
}
.div-Derechos-megacces{
	width: 100%;
	font-size: 8px;
	text-align: center;
	color: #7a7a7a;
	padding: 5px;
}
.div-Mensaje{
	width: 18%;
	height: 30px;
	position: absolute;
	right: -50%;
	bottom: 1%;
	background: #e5e5e79e;
    border: 2px solid #fff;
    border-radius: 5px;
    padding: 5px;
    transition: 0.5s;
}
.Mostrar-div-Mensaje{
	right: 1% !important;
}
.Icono-Mensaje{
	height: 100%;
    width: 20%;
    float: left;
}
.Texto-Mensaje{
	width: 80%;
    float: left;
    height: 100%;
    font-size: 13px;
}
.div-Danger{
	border: 1px solid #ca191c;
}
.div-Danger .Icono-Mensaje i{
	font-size: 31px;
	color: #ca191c;
}
.div-Warning{
	border: 2px solid #e96c00;
}
.div-Warning .Icono-Mensaje i{
	font-size: 36px;
	color: #e96c00;
}
.Fondo .Enlaces{
	display: none;
}
.Div-Reload {top: 0px;left: 0px;width: 100%;height: 100%;position: fixed;z-index: 9999999;background: #6161618c;}
.cont-spiner{position: absolute;left: calc(50% - 75px);top: calc(50% - 75px);color: #fff; font-weight: 700;}
.cont-spiner img{width: 150px;}.cont-spiner span{position: relative;left: 39px;}
/*Escritorio*/
@media (min-width: 992px){
	.div-Mensaje{
		width: 18%;
	}
}
@media (min-width: 769px) and (max-width: 992px){
	.div-Mensaje{
		width: 30%;
	}
}
/*Tablet*/
@media (min-width: 768px) {
	.Fondo{
		background-size: cover;
	}
	.Contenedor-App{
		font-size: 20px;
		top: 24%;
		bottom: initial;
	}
	.Fondo .Enlaces{
		display: none;
	}
}
/*Movil*/
@media (max-width: 767px) {
	.Logo-Empresa{
		width: 35%;
	}
	.Contenedor-Login{
		width: 75%;
		top: 25%;
		right: calc(12.5%  - 5px);
		left: calc(12.5%  - 5px);
	}
	.Fondo{
		background-size: cover;
	}
	.Contenedor-App{
		width: 100%;
		top: 10%;
		left: 0px;
		font-size: 10px;
		color: #64666d;
		text-align: center;
	}
	.div-Mensaje{
		width: 90%;
		right: -96%;
	}
	.Fondo .Enlaces{
		display: none;
	}
}