@font-face {
    font-family: 'fuente';
    src: url(../../fuentes/CooperHewitt-Book.otf);
}
@font-face {
    font-family: 'fuentecontenido';
    src: url(../../fuentes/CooperHewitt-Bold.otf);
}

body {
	font-family:'fuente' !important;
}
.content-login{
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	
	align-items: center;
	justify-content: center;
	text-align: center;
	/*background-image: url()*/
}
.cont-login a{
	color: black;
}
.cont-login a:hover{
	color: #1692C8;
}
.capa-login{
	position:absolute;
	top:0;
	left:0;
	/*width:100%;
	height:100%;*/
	background-color:#000;
	opacity:0.3;
}
.login{
	
	/*width: 340px;*/
	/*border: 1px solid #ccc;*/
	background: #fff;
	position: absolute;
	left: 3%;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
	bottom:20%;
	
}
.img-position{
	position: absolute;
    top: -84px;
    right: -46px;
    z-index: 99;
}
.enc-login{
	background-color: #FFF;
	height: 60px;
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
	margin-bottom: 15px;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
}
.form-login{
	width: 100%;
	border: 1px solid #CCC;
	border-bottom-right-radius:4px;
	border-top-right-radius:4px;
	padding:5px;
	color: #7D7D7D;
	font-size: 15px;
	-webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.form-login:focus{
	outline: none !important;
    /*border:1px solid #7D7D7D;*/
    box-shadow: 0 0 10px #7D7D7D;
}
.foot-login{
	margin-top: 15px;
}
.btn-login{
	width: 100%;
	height: 50px;
	background-color: #39B54A;
	text-align: center;
	border: none;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
	color: white;
	font-size: 20px;
}
.btn-login:hover{
	background-color: #22C55A;
}
.nopadding{
    padding: 0;
}
.center{
    display: flex;
    align-items: center;
    justify-content: center;
}
.derechos-log{
	font-size:11px;
	color:#000;
	margin-bottom:5px;
	margin-top:5px;
}
.derechos-log a{
	color: #000;
}
.derechos-log a:hover, .derechos-log a:active, .derechos-log a:link{
	color: #7D7D7D;
}

@media screen and (max-width: 767px) {
	.content-login{
	position: relative;
	}
	.login{
		bottom:0px;
		width:55%;
		position: relative;
		margin-top:120px;
		margin-bottom:50px;
		}
	
	
	@media screen and (max-width: 415px) {
		.content-login{
			position: absolute;
		}
		.login{
		bottom:20%;
		width:80%;
		position: absolute;
		margin-top:0px;
		margin-bottom:0px;
		}
	}
	
}

/*@media screen and (max-width: 767px) {
	.login{
		width:100%;
	}
}*/