@font-face {
    font-family: 'exolight';
    src: url('font/exo-light.eot');
    src: url('font/exo-light.eot?#iefix') format('embedded-opentype'),
         url('font/exo-light.ttf') format('truetype'),
         url('font/exo-light.svg#exolight') format('svg');
    font-weight: normal;
    font-style: normal;
}

.loginBox {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	overflow: hidden;
	box-sizing: border-box;
}

.loginBox .box_Bg{
	position: absolute;
	width: 100%;
	height: 100%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.loginBox .contentInfo{
	position: absolute;
    left: 0;
    right: 0;
	width: 800px;
	height: auto;
    margin: auto;
	top: 50%;
    opacity: 0;
}

.loginBox .iconInfo{
	position: absolute;
    top: 32%;
    left: 0;
    right: 0;
    opacity: 0.2;
    margin: auto;
	width: 500px;
	height: 200px;
	background-repeat: no-repeat;
	background-size: contain;
    -webkit-transition-duration:1.5s; 
    -ms-transition-duration: 1.5s;
    -moz-transition-duration: 1.5s;
	-webkit-transform: scale(0.3);
	-ms-transform: scale(0.3);
	-moz-transform: scale(0.3);
}

.loginBox .textInfo{
	position: relative;
	width: 100%;
	height: auto;
	font-size: 35px;
	font-family: 'exolight', arial;
	color: #009df0;
	text-align: center;
}

.loginBox .box_data{
	position: absolute;
	box-sizing: border-box;
	width: 700px;
	height: 100%;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	display: inline-block;
	right: 0;
}

.loginBox .containData{
	position: absolute;
	box-sizing: border-box;
	width: 350px;
	height: auto;
	bottom: 90px;
	right: 100px;
	border-radius: 7px;
}

.loginBox .lema{
    color: #808080;
    font-size: 24px
}

.loginBox .searchLog{
	position: relative;
	box-sizing: border-box;
	width: 260px;
	height: 40px;
	font-size: 18px;
	background-color: white;
	font-family: 'exolight', arial;
	color: #333333;
	text-align: center;
	left: 0;
	border-radius: 5px;
	margin-top: 10px;
	margin-left: 5%;
	border: 1px solid #808080;
}

.loginBox .inputPass{
	margin-bottom: 10px;
}

.loginBox .btnAcceptPass{
	position: absolute;
	top: 35px;
	margin-left: 290px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 1px solid #808080;
	cursor: pointer;
    background-color: rgba(255,255,255,0.2);
	background-image: url('../img/icon_select.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.loginBox .btnAcceptPass:hover{
	background-color: #009df0;
}

.loginBox .btn_NewUser{
	position: absolute;
	width: 42%;
	height: 30px;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 5%;
	padding-top: 20px;
	cursor: pointer;
	border-radius: 5px;
	background-color: rgba(255,255,255,0.8);
	border: 1px solid rgba(0,0,0,0.1);
}

.loginBox .btn_NewUser:hover{
	background-color: rgba(255,255,255,1);
}

.loginBox .iconUser{
	position: absolute;
	top: 0;
	left: 0;
	width: 60px;
	height: 100%;
	background-image: url('../img/user.svg');
	background-repeat: no-repeat;
}

.loginBox .txt_NewUser{
	position: absolute;
	top: 5px;
	left: 70px;
	width: auto;
	font-size: 14px;
	font-family: 'exolight', arial;
	color: #333333;
	text-align: center;
}

.loginBox .btn_RecdUser{
	position: relative;
	width: 42%;
	height: 30px;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-left: 53%;
	padding-top: 20px;
	cursor: pointer;
	border-radius: 5px;
	background-color: rgba(255,255,255,0.8);
	border: 1px solid rgba(0,0,0,0.1);
}

.loginBox .btn_RecdUser:hover{
	background-color: rgba(255,255,255,1);
}

.loginBox .txt_RecdUser{
	position: absolute;
	top: 5px;
	left: 60px;
	width: auto;
	font-size: 14px;
	font-family: 'exolight', arial;
	color: #333333;
	text-align: center;
}

.loginBox .boxForm{
	position: absolute;
	padding: 20px;
	width: 700px;
	height: 80%;
	right: -300px;
	background-color: white;
	border-radius: 7px;
	top: 5%;
	font-family: 'exolight', arial;
	-webkit-box-shadow: -17px 17px 15px 0px rgba(0, 0, 0, 0.34);
	-moz-box-shadow:    -17px 17px 15px 0px rgba(0, 0, 0, 0.34);
	box-shadow:         -17px 17px 15px 0px rgba(0, 0, 0, 0.34);
}

.loginBox .cancelForm{
	position: absolute;
	padding: 10px 50px;
	width: auto;
	height: auto;
	right: 0;
	bottom: 0;
	font-size: 15px;
	font-family: 'exolight', arial;
	color: #fff;
	background-color: #005E9D;
	cursor: pointer;
}

.loginBox .cancelForm:hover{
	background-color: rgba(0,0,0,0.2);
}

.loginBox .formContent{
	position: absolute;
	box-sizing: border-box;
	width: 90%;
	height: 90%;
	left: 5%;
}

/*MEDIA QUERIES*/
/* pantallas en width maximo 2200px*/ 
@media screen and (min-width: 1981px) and (max-width: 2800px) {
	
}
/* pantallas en width maximo 1920px*/ 
@media screen and (min-width: 1611px) and (max-width: 1980px) {
    
}
/*pantallas en width maximo 1600px */
@media screen and (min-width: 1281px) and (max-width: 1610px) {
	
}
/* pantallas en width maximo 1280px*/ 
@media screen and (min-width: 1026px) and (max-height: 1280px) {
	
}
/* pantallas en width maximo 1024px*/ 
@media screen and (max-width: 1025px) {
	
}
/* IPADS (landscape) */
@media only screen and (device-height: 1024px) and (orientation: landscape) { 	
    .loginBox .iconInfo{
        top: 20%;
    }
    .loginBox .containData{
        position: absolute;
        box-sizing: border-box;
        width: 350px;
        height: auto;
        bottom: 30px;
        right: 10px;
        border-radius: 7px;
    }
}
/* IPADS (portrait) */
@media only screen and (min-device-width : 765px) and (max-device-width : 780px) and (orientation : portrait){  
	
}


