@charset "utf-8";
/* CSS Document */
.whole-container {
	/*
	-webkit-box-shadow: inset 0px 0px 100px 20px rgba(0,0,0,1);
	-moz-box-shadow: inset 0px 0px 100px 20px rgba(0,0,0,1);
	box-shadow: inset 0px 0px 100px 20px rgba(0,0,0,1);
	*/
	background-image:url(../Imagenes/login-background.jpg);
	background-position: center;
	background-repeat: no-repeat;
}
.footer-container {
	position: fixed;
	bottom: 0px;
	flex-grow: 0;
	flex-shrink: 0;
	width: 100%;
	height: auto;
	overflow: hidden;
	z-index: 998;
	box-shadow: 0px -1px 3px 0px rgba(0,0,0,0.75);
	-webkit-box-shadow: 0px -1px 3px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px -1px 3px 0px rgba(0,0,0,0.75);
	-o-box-shadow: 0px -1px 3px 0px rgba(0,0,0,0.75);
}
.footer-empresa-container {
	display: flex;
	flex-grow: 0;
	flex-shrink: 0;
	width: 100%;
	height: auto;
	padding: 3px 8px 8px 8px;
	overflow: hidden;
	color: #999999;
	background: rgb(0,0,0);
}
.footer-empresa-block {
	line-height: 50%;
}
.footer-empresa-txt {
	display: inline-flex;
	font-size: 56%;
	white-space: nowrap;
	margin: 0 5px;
}
#loading-container {
	display: none;
	position: absolute;
	z-index: 1001;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}
.loading-content {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: rgba(0,212,255,1);
	background: linear-gradient(0deg, rgba(0,212,255,1) 20%, rgba(255,255,255,1) 80%);
}
.loading-text {
	color: #434798;
	font-size: 150%;
}
.login-container {
	border: solid 1px #AAAAAA;
	border-radius: 10px;
	background-color: rgba(255,255,255,1.00);
	-webkit-box-shadow: inset 0px 0px 8px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: inset 0px 0px 8px 0px rgba(0,0,0,0.75);
	box-shadow: inset 0px 0px 8px 0px rgba(0,0,0,0.75);
}
.login-title {
	color: #0d6efd;
	font-size: 130%;
}
.olvide-pass-txt {
	font-size: 70%;
}