@charset "ISO-8859-1";
/* CSS Document */
body {

    background-image: url("../images_sistema/fondoLogin.jpg");
	width: 100%;
	min-height: 100vh;
	padding: 15px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
	z-index: 1;

	
/*
    background: #e9ecef;
    background-repeat: repeat;
    background-attachment: scroll;
    background-image: none;
	background-image: linear-gradient(-225deg, #ecf5ff 0%, #ef7778 100%);
	background-image: linear-gradient(to top, #ecf5ff 0%, #ef7778 100%);
	background-attachment: fixed;
	background-repeat: no-repeat;
*/
}
@media (max-width: 600px) {
	body {
    background: #FFF;
}
}
.containerLog {
	width: 600px;
	margin: 0 auto;
	background-color: #fff;
    border-radius: 4px;
	padding: 3em 3em;
	box-shadow: 0 30px 60px 0 rgba(0,0,0,0.3);
	margin-top: 50px;
	position: relative;
}
.containerLog img {
	display: block;
	margin: 30px auto 20px;
}
@media (max-width: 600px) {
	.containerLog {
		width: 100%;
		border-radius: 0px;
		box-shadow: none;
		margin-top: 0px;
		padding: 1em 1em;
	}
	.containerLog img {
	margin: 60px auto 20px;
	}
}
.form-control {
	padding: 1em;
    box-sizing: border-box;
    background-color: white;
    border-radius: 3px;
    border: 1px solid #DDD;
    box-shadow: inset 0 1px 3px rgba(0,0,0,0.06);
}
.btn-primary {
	width: 100%;
	padding: 10px;
}
.botLog {
	position: absolute;
	right: 5px;
	top: 5px;
	color: #FFF;
}
.botLog .btn-secondary{
	background-color: #a5adc4;
	border-color: #09123e;
}
.botLog .botLogAct {
	background-color: #081a4f;
}
.button6{
	color: rgba(255,255,255,1);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	border: 1px solid rgba(255,255,255,0.5);
	position: relative;	
}
.button6 a{
	color: rgba(51,51,51,1);
	text-decoration: none;
	display: block;
}
.button6 span{
	z-index: 2;	
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;	
}
.button6::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0;
	background-color: rgba(255,255,255,0.5);
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	-webkit-transform: scale(0.5, 1);
	transform: scale(0.5, 1);
	border-radius: .25rem;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.button6:hover::before{
	opacity: 1;
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}



.linksLogin {
	background: #b7dfbf;
	border:  solid 1px #a3c1aa;
	display: block;
	padding: 20px;
	border-radius: 10px;
	background-image: url('../../../images/fondoFrase.png');
	background-size: cover;
	background-position: bottom;
	color: #212529;
	transition: all 0.5s;
}
.linksLogin:hover {
	background: #d8eadb;
	background-image: url('../../../images/fondoFrase.png');
	background-size: cover;
	background-position: bottom;
	transition: all 0.5s;
	color: #212529;
	text-decoration: none;
	border:  solid 1px #315b3b;
}
.linksLogin ul{
	padding: 0px;
	margin: 0px;
} 
.linksLogin li{
	border: solid 1px #adc8b3;
	list-style-type: none;
	margin-bottom: 3px;
	padding: 10px;
	background: #9ec8a75c;
} 
.linksLogin h4 {
	font-weight: bold;
	border-bottom: solid 1px #212529;
	padding-bottom: 10px;
}
.linksDesc {
	display: block;
}
.linksDesc svg {
	margin-right: 10px;
}
.linksDesc:hover {
	text-decoration: none; 
	background-color: #b8daff;
}

