a, input {
	-webkit-box-sizing: border-box;
	 -moz-box-sizing: border-box;
		  box-sizing: border-box;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/**Oculta los mensajes de error en la definición de usuario y contraseña cuando es por contacto directo.
Adicional oculta los mensajes de recuperacion de contraseña**/

input[id=ingresaNuevoUsuario] + label#ingresaNuevoUsuario_label1,
input[id=ingresaNuevoUsuario] + label#ingresaNuevoUsuario_label1 + label#ingresaNuevoUsuario_label2,
input[id=recuperaPasswordNuevoPassword] + label#recuperaPasswordNuevoPassword_label1,
input[id=recuperaPasswordNuevoPassword] + label#recuperaPasswordNuevoPassword_label1 +label#recuperaPasswordNuevoPassword_label2,
input[id=recuperaPasswordNuevoPassword] + label#recuperaPasswordNuevoPassword_label1 +label#recuperaPasswordNuevoPassword_label2 +label#recuperaPasswordNuevoPassword_label3,
input[id=recuperaPasswordConfirmaPassword] + label#recuperaPasswordConfirmaPassword_label1,
#mayusculas-recuperacion,
#minusculas-recuperacion,
#numero-recuperacion, 
#caracteres-recuperacion,
#secuenciales-recuperacion,
#consecutivos-recuperacion,
input#token {
	display:none;
}

.estilo-mensajes-recuperacion {
	margin-top:11px;
	color:#616161;
    font-weight: 500;
	line-height: 1.22;
	text-align: left;
}


input#recuperar,
input#definirPassword,
input#definirNip{
	cursor:pointer;
}

body {
	margin: 0px;
}

div#ingresarToken > label,
div#ingresarCredenciales > label,
div#registrarte > label{
  cursor:pointer;
}

.g-recaptcha {
  margin: auto;
  max-width:304px;
  margin-top: 26px;
}

.ubuntoFont {
	font-family: 'Ubuntu';
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	letter-spacing: normal;
}

.montserratFont {
	font-family: Montserrat;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	letter-spacing: normal;
}

.titulo {
	display: block;
	font-weight: bold;
	text-align: center;
	font-size: 40px;
	line-height: 1.15;
	color: #512d6d;
}

.inputText{
  	display: block;
  	width: 100%;
  	height: 62px;
  	border-radius: 8px;
  	border: solid 1px #bdbdbd;
  	font-size: 20px;
  	line-height: 1.2;
  	text-align: left;
  	/*color: #bdbdbd;*/
  	padding-left: 18.4px;
	outline :0px;
}
.topElementMargin {
	margin-top:50px;
}
.inputText:focus {
  border-color: #00BFFF;
}

.buttonSubmit, .buttonSubmitWhite{
	display: block;
	width: 100%;
	height: 70px;
	border-radius: 10px;
	outline :0px;
	font-size: 25px;
	font-weight: 500;
	line-height: 1.16;
	text-align: center;
}

.dimensionar {
	width:70%;
}

.buttonSubmit {
	box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16);
	-webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16);
	-moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16);
	background-color: #08c184;
	border: none;
	color: #ffffff;
}

.buttonSubmitWhite:hover{
  box-shadow: 0px 0px 20px #999;
  -webkit-box-shadow: 0px 0px 20px #999;
  -moz-box-shadow: 0px 0px 20px #999;
  background-color: #616161;
  color: white;
}

.buttonSubmit:hover {
	box-shadow: 0px 0px 20px #08c184;
	-webkit-box-shadow: 0px 0px 20px #08c184;
	-moz-box-shadow: 0px 0px 20px #08c184;
}

.buttonSubmitWhite {
    border: 2px solid #616161;
    background-color: white;
    color: #616161;
}

.infoLink {
	display: block;
	font-size: 19px;
	font-weight: bold;
	line-height: 1.18;
	text-align: center;
	color: #08c184;
}

.terminos-y-condiciones {
	width: 100%;
	height: 19px;
	font-size: 17px;
	font-weight: 300;
	line-height: 1.12;
	text-align: center;
	color: #bdbdbd;
}

.mensajeError{
	display: block;
	color: #f44336;
	font-size: 18px;
	width: 100%;
  	font-weight: 500;
	line-height: 1.22;
	text-align: left;
}

.cancelar {
  font-size: 23px;
  line-height: 1.22;
  color: #616161;
  margin:auto;
  display: block;
  text-align:center;
}

.No-tienes-cuenta {
    width: 50%;
    display: block;
    margin:auto;
    font-size: 23px;
    font-weight: 500;
    line-height: 1.18;
    text-align: center;
    color: #bdbdbd;
}

#email_verificado {
	display:block;
	font-size: 26px;
	font-weight: bold;
	line-height: 1.23;
	text-align: center;
	color: #616161;
}

#formActivacionNip, #formContainer{
	max-width: 461px;
	margin: auto;
	padding-left: 10px;
	padding-right:10px;
}

#formRegistro {
	max-width: 721px;
	margin: auto;
	padding-left: 10px;
	padding-right:10px;
}

#div1, #div2, #defdiv1, #defdiv2 {
		display: table-cell;
	}
#div2 {
	padding-left: 10px;
}
#defdiv2 {
	padding-left: 27px;
}
#defineCredenciales {
		width: 721px;
}

.loading-indicator {
	height: 80px;
	width: 80px;
	background: url( '../../images/publico/loading.gif' );
	background-repeat: no-repeat;
	background-position: center center;
}
.loading-indicator-overlay {
	background-color: #FFFFFF;
	opacity: 0.6;
	filter: alpha(opacity = 60);
}

.margenDefineUsuarioContrasena {
	margin-top:11px;
}
@media only screen and (max-width: 1000px) {
	#formActivacionNip, #formContainer, #formRegistro{
		margin-top:100px;
	}
	
	#div1, #div2 {
		display: block;
	}
	
	#div2 {
		padding-left: 0px;
		margin-top: 26px;
	}
	.topElementMargin {
		margin-top:95px;
	}
}
@media only screen and (max-width: 721px){
	#defineCredenciales {
		width: 100%;
	}
	#defdiv1, #defdiv2 {
		display: block;
	}
	
	#defdiv2 {
		padding-left: 0px;
		margin-top: 26px;
	}
	.topElementMargin {
		margin-top:95px;
	}
}