@CHARSET "utf-8";

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

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

#form_login_new_user{
	background-image: url('../img/fondo_form_userData.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 410px;
	height: 470px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: 40%;
	
}

/*@media only screen and (max-width: 990px)  {
	#form_login_new_user{
	background-image: url('../img/fondo_form_login.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 410px;
	height: 550px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: 40%;
	
	}
}*/
#titol_form_login{
	color: white;
	height: 70px;
    padding-top: 8px;
}

#form_login_wrapper{
	margin-top: 6vh;
}

#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;
    border: 1px solid #DEDEDE;
    padding: 10px;
    -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.login_input_new_user{
	width: 100%;
    height: 30px;
    margin-bottom: 10px;
    margin-top: 10px;
    background-color: #EFEEEF;
    border: 1px solid #DEDEDE;
    padding: 10px;
    -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-left: -1vw;
}

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

.login_input_new_user{
	width: 100%;
    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_forgot{
	color: #989898;
	text-decoration: none;
	margin-left: 15px;
	display: inline-block;
}

.error_login{
	padding-left: 10px;
}

#text_error_form{
	margin-left: 15px;
}
#text_error_form_a{
	margin-left: 15px;
}
#DigiCertClickID_aNJLYzrx{
	position: absolute;
	bottom: 20px;
	right: 20px;
}

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

@media only screen and (max-width: 450px)  {
	#form_login{
		width: 100%;
	}
	
	.a_login_forgot{
		font-size: 11px;
	}
	
	#form_login_wrapper {
		margin-top: 0;
	}
	
	#DigiCertClickID_aNJLYzrx{
	bottom: 10px;
	right: 15px;
}
}
.margin20px{
	/*margin-left: 20px;*/
}

.datos{
	/*margin-top: 8vh;*/
}


/*DESDE AQI*/

.p_datos{
	margin-top: -3vh;
    margin-bottom: -6vh;
    font-weight: bold;
    text-align: center;
    color:white;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    color: white;
}

.error_rememberPassword{
	padding-left: 20px;
    color: black;
}
form{
	text-align: center;
}



#form_provincia{
	width:100%;
}

.form_new_user > input{
	display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: white;
    background-color: transparent;
    border-radius: 10px;
    border: solid 1px #979797;
}

.form_new_user > select{
	display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -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;
}

.margin-cp{
	margin-top: 25px;
}

#prov > label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    float: left;
	}

@media only screen and (max-width:990px){
	body {
    /*background-image: url(../img/fondo_login_gent.jpg);*/
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
	}
	
	.form_new_user > input{
	display: block;
    width: 100%;
    height: 25px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -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_new_user > select{
		display: block;
	    width: 100%;
	    height: 25px;
	    padding: 6px 12px;
	    font-size: 10px;
	    line-height: 1.42857143;
	    color: #555;
	    background-color: #fff;
	    background-image: none;
	    border: 1px solid #ccc;
	    border-radius: 4px;
	    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	    -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_genero{
		margin-top: 2vh;
	    float: left;
	}
	
	#form_login_new_user {
    background-image: url(../img/fondo_form_userData.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 260px;
    height: 680px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 40%;
	}
	
	.margin-cp{
	margin-top: 4px;
	}
	
	.padding_xs{
	padding: 0px;
	}
	
	
}

@media  only screen and (max-width:1370px){
	#form_login_wrapper {
    margin-top: 5%;
	}
}


#form_genero{
    float: left;
}
#form_genero_0{
    margin-right: 5px;
}

#form_genero_1{
	margin-left: 7px;
    margin-right: 5px;
}

.margin-genero{
	margin-top: 7px;
}