
@font-face {
  font-family: "GothamRnd-Light_Web";
  src: url("../fonts/GothamRnd-Light_Web.woff");
}



  
.bodyCustom {
	margin: 0px!important;
}

* {
  box-sizing: border-box;
}

.row::after {
  content: "";
  clear: both;
  display: table;
}

html {
  font-family: "Lucida Sans", sans-serif;
}


[class*="col-"] {
  float: left;
  padding: 15px;
}


/* For mobile phones: */
[class*="col-"] {
  width: 100%;
}



#EMAIL {
    background: url(../Images/index2/icon_mail.png) no-repeat;
    background-repeat: no-repeat;
    text-indent: 35px;
    background-size: contain;
  font-family: GothamRnd-Light_Web;
  font-weight: bold;          
}


#EMAILCREAR {
    background: url(../Images/index2/icon_mail.png) no-repeat;
    background-repeat: no-repeat;
    text-indent: 35px;
    background-size: contain;
  font-family: GothamRnd-Light_Web;
  font-weight: bold;    
}


#NEWPASS {
  background: url(../Images/index2/icon_password.png) no-repeat;
  background-repeat: no-repeat;
  text-indent: 35px;
  background-size: contain;
    font-family: GothamRnd-Light_Web;
  font-weight: bold;  
}

#CONFIRMPASS {
  background: url(../Images/index2/icon_password.png) no-repeat;
  background-repeat: no-repeat;
  text-indent: 35px;
  background-size: contain;
    font-family: GothamRnd-Light_Web;
  font-weight: bold;  
}



.divCaja {
	width:100%; 
	background-color:white;
	margin:auto;
} 

.divCaja_v2 {
	width:100%; 
	background-color:white;
	margin:auto;
} 


.inputLogin {
    border: solid 2px #4426ff;
    width: 100%;
    padding: 7px 0px;
    margin: 3px 0px;
    color: black!important;
    font-weight: bold;
    background-color: white!important;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -o-border-radius: 16px;
    border-radius: 16px;
    outline: none;
}


.fondoMovil {
	padding: 0px;
}


.enviar-button {
  width: 100%;
  height: 45px;
  background: #fc4d0f;
  border: none;
  -webkit-border-radius: 27px;
  -moz-border-radius: 27px;
  -o-border-radius: 27px;
  border-radius: 27px; 
  font-size: 14px;
  color: #fff;
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: GothamRnd-Light_Web;
  font-weight: bold;  
}




.inicio-button {
  width: 100%;
  height: 45px;
  background: white;
   border: solid 2px gray;
  -webkit-border-radius: 27px;
  -moz-border-radius: 27px;
  -o-border-radius: 27px;
  border-radius: 27px; 
  font-size: 14px;
  color: #4426ff;
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: GothamRnd-Light_Web;
  font-weight: bold;  
}

.tablaLogin {
	width:100%;
	text-align:center;
}


.divCen1 {		 
	text-align:center;
}	

.bodyCustom {
	margin: 0px!important;
}


.texto1 {
	font-family: GothamRnd-Light_Web;
	font-weight: bold;
	color:#1d1d1b!important;
	text-align:center;
	font-size:31pt;
}

.texto2 {
	font-family: GothamRnd-Light_Web;
	font-weight: bold;
	color:#1d1d1b!important;
	text-align:center;
	font-size: 15pt;
	margin-top:12px;
}

.texto1_2 {
	color:#fc4d0f!important;
}

#forgotExplanation {
	display:none;	
}

	
@media only screen and (min-width: 768px) {
	/* For desktop: */
	.col-1 {width: 8.33%;}
	.col-2 {width: 16.66%;}
	.col-3 {width: 25%;}
	.col-4 {width: 33.33%;}
	.col-5 {width: 41.66%;}
	.col-6 {width: 50%;}
	.col-7 {width: 58.33%;}
	.col-8 {width: 66.66%;}
	.col-9 {width: 75%;}
	.col-10 {width: 83.33%;}
	.col-11 {width: 91.66%;}
	.col-12 {width: 100%;}
	
	#forgotExplanation {
		display:block;	
	}
		
	.divCaja {
		width:965px; 
		background: white no-repeat url(../Images/index2/fondoForgot1400_v2.png);
		background-size: contain;
		padding-top:390px;
		box-shadow: 3px 3px 10px #666;
		margin:auto;
	}
	
	.divCaja_v2 {
		width:965px; 
		background: white no-repeat url(../Images/index2/fondoForgot1400_v2.png);
		background-size: contain;
		padding-top:400px;
		box-shadow: 3px 3px 10px #666;
		margin:auto;
	}	
	
	.tablaLogin {
		margin-left: auto;
	    margin-right: auto;
	}
		
	.divCen1 {		
		width:555px; 
		text-align:center;
	}	
	
	
	.inputLogin {
	    border: solid 2px #4426ff;
	    width: 321px;
	    padding: 7px 0px;
	    margin: 3px 0px;
	    color: black!important;
	    font-weight: bold;
	    background-color: white!important;
	    -webkit-border-radius: 16px;
	    -moz-border-radius: 16px;
	    -o-border-radius: 16px;
	    border-radius: 16px;
	    outline: none;
	}
	
	.fondoMovil {
		display:none;
	}	

	.enviar-button {
	  width: 321px;
	  height: 45px;
	  background: #fc4d0f;
	  border: none;
	  -webkit-border-radius: 27px;
	  -moz-border-radius: 27px;
	  -o-border-radius: 27px;
	  border-radius: 27px; 
	  font-size: 14px;
	  font-weight: bold;
	  color: #fff;
	  margin-top: 15px;
	  margin-bottom: 15px;
	}
	



	.inicio-button {
	  width: 321px;
	  height: 45px;
	  background: white;
	   border: solid 2px gray;
	  -webkit-border-radius: 27px;
	  -moz-border-radius: 27px;
	  -o-border-radius: 27px;
	  border-radius: 27px; 
	  font-size: 14px;
	  font-weight: bold;
	  color: #4426ff;
	  margin-top: 15px;
	  margin-bottom: 15px;
	}	
	
	.bodyCustom {
		margin: 8px!important;
	}
	

}