@CHARSET "utf-8";

body{
	/*background-image: url('../img/fondo_login_gent.jpg');*/
	background-repeat: no-repeat;
	background-size: cover;
}

.wrapper{
	/*background-image: url('../img/fondo_rueda.jpg');*/
	background-repeat: no-repeat;
	background-size: cover;
    background-position: center;
}

.holder_widget{
	height: 0px !important;
}
.btn-back-pass{
	color:white;
	padding: 10px;
    border-color: #cb0100;
}

#form_login{
	/*background-image: url('../img/fondo_form_login.png');
	background-repeat: no-repeat;*/
	background-size: 100% 100%;
	width: 540px;
	height: 480px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: 40%;
}

#titol_form_login{
	color: white;
	height: 70px;
    padding-top: 25px;
    font-size: 16px !important;
    text-align: center;
    font-weight: bold;
}

#titol_form_login_pass{
	color:black ;
	height: 70px;
	text-align:center;
    padding-top: 25px;
    font-size: 16px;
}

#form_login_wrapper{
	margin-top: 1vw;
}

#form_login_wrapper_pass{
	margin-top: 4vw;
}

#header_logo{
	min-height: 50px;
	margin-top: 20px;
}

#header_empty{
	min-height: 50px;
	margin-top: 20px;
}

.login_input{
	width: 100%;
    height: 47px;
    margin-bottom: 10px;
    margin-top: 10px;
    /*background-color: #EFEEEF;*/
    background-color: white;
    padding: 10px;
	border-radius: 10px;
    border: solid 1px #979797;
}

.login_input_div{
	width: 90%;
    margin-left: 5%;
}

.glyphicon_login{
	font-size: 20px;
	margin-top: 5px;
	color: #c2c2c2;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #989898;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #989898;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #989898;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #989898;
}

.a_login_new_user:hover{
	color: white;
}

.a_login_new_user{
	color: white;
	text-decoration: none;
	display: inline-block;
}

.error_login{
	padding-left: 20px;
    /*color: #cb242c;*/
    color: white;
    font-weight: bold;
}

#text_error_form{
	margin-left: 15px;
}

#text_error_form_a{
	margin-left: 15px;
}

#DigiCertClickID_aNJLYzrx{
	position: absolute;
	bottom: 20px;
	right: 20px;
}

#logoIso{
   	position: absolute;
    width: 50px;
    bottom: 90px;
    right: 130px;
}

#form_remember{
	background-size: 100% 100%;
	width: 410px;
	height: 310px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: 40%;
	background-color: white;	
}

.margin20px{
	color:white;
}

.pbot{
	padding-bottom: 2vh;
}

#form_register {
    margin-bottom: 12vh;
    text-align: center;
    padding-bottom:2vh;
}

#form_register_pass {
    margin-bottom: 6vh;
    text-align: center;
}

.fondo_login {
	background-color: white;
	box-shadow: 0 8px 7px 3px rgba(137, 137, 137, 0.5);
}

.incentivos_login {
	width: 100%;
}

.borde_login {
	border-bottom: 2px solid #cb0100;
	margin-bottom: 4vh;
}

.margenes_login {
	margin-left: 12vh;
	margin-top: 1vh;
}


@media only screen and (max-width: 1500px){
	#form_login_wrapper {
	    margin-top: 6vh;
	}
	
	#form_login_wrapper_pass{
	    margin-top: 6vh;
	}
}


/*IPAD PRO*/
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
	.wrapper {
		background-size: cover;
	}	
}


/*IPAD AIR*/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (-webkit-min-device-pixel-ratio: 1.0){
	.wrapper {
		background-size: cover;
	}	
}


@media only screen and (max-width: 768px)  {

	.borde_login {
	    border-bottom: 2px solid #cb0100;
	    margin-bottom: 3vh;
	}

	.wrapper {
	    /*background-image: url(../img/fondo_pepephone.png);*/
	    background-repeat: no-repeat;
	    background-position: bottom;
	    background-size: cover;
    	height: -webkit-fill-available;
	}
	

	#form_login {
	    background-size: 100% 100%;
	    width: 540px;
	    height: 480px;
	    margin-left: auto;
	    margin-right: auto;
	    position: relative;
	    top: 40%;
	}
	#logoIso {
	    position: absolute;
	    width: 50px;
	    bottom: 60px;
	    right: 30px;
	}
	
	.a_login_new_user {
	    color: white;
	    text-decoration: none;
	    margin-left: 148px;
	    display: inline-block;
	    font-size: 11px;
	}
	
	

	#header_logo {
	    min-height: 50px;
	    margin-top: 0px;
	    padding-top: 10px;
	}
	
	#form_login_wrapper {
	    margin-top: 0px;
	    min-height: 700px;
	}
	
	#form_login_wrapper_pass {
	    margin-top: 130px;
	}
	
	#form_remember {
	    background-size: 100% 100%;
	    width: 100%;
	    height: 310px;
	    margin-left: auto;
	    margin-right: auto;
	    position: relative;
	    top: 40%;  
	}
	
	#form_register {
	    background-size: 100% 100%;
	    width: 100%;
	    height: 100%;
	    margin-left: auto;
	    margin-right: auto;
	    position: relative;
	    top: 40%;
	    background-color: #4d4d4da1;
	}
}


@media only screen and (max-width: 450px)  {
	#form_login{
		width: 100%;
	}
	
	#DigiCertClickID_aNJLYzrx{
		bottom: 10px;
		right: 15px;
	}
}


@media only screen and (max-height: 550px)  {
	#logoIso{
		visibility: hidden;
		display: none;
	}
	
	#DigiCertClickID_aNJLYzrx{
		visibility: hidden;
		display: none;
	}
}
