/** =================================
 * Generales
 ====================================*/

 /*
 * {
	margin: 0;
	padding: 0;
}
*/

/** =================================
 * Formulario de Logueo
====================================*/


/** =================================* 
Sistema de Grip
====================================*/
#i-loading{
	display: none;
}
@media (max-width: 767px){
	.i-col-sm-50 {
		flex: 0 0 100%!important;
		max-width: 100%!important;
	}
}
.i-form-row {
    display: flex;
    flex-wrap: wrap;
}

.i-col-sm-50 {
    flex: 0 0 50%;
    max-width: 50%;
}

.i-col-sm-100 {
    flex: 0 0 100%;
    max-width: 100%;
}

.i-col-flex {
    display: flex;
    align-content: center;
    align-items: center;
}

/** =================================
 * FIN Sistema de Grip
====================================*/


/** =================================* 
Espacios
====================================*/
.i-p-5 {padding: 5px;}
.i-p-10 {padding: 10px;}
.i-p-20 {padding: 20px;}
.i-p-40 {padding: 40px;}

.i-pt-5 {padding-top: 5px;}
.i-pt-10 {padding-top: 10px;}
.i-pt-20 {padding-top: 20px;}
.i-pt-40 {padding-top: 40px;}

.i-pb-5 {padding-bottom: 5px;}
.i-pb-10 {padding-bottom: 10px;}
.i-pb-20 {padding-bottom: 20px;}
.i-pb-40 {padding-bottom: 40px;}

.i-m-5 {margin: 5px;}
.i-m-10 {margin: 10px;}
.i-m-20 {margin: 20px;}
.i-m-40 {margin: 40px;}

.i-mt-5 {margin-top: 5px;}
.i-mt-10 {margin-top: 10px;}
.i-mt-20 {margin-top: 20px;}
.i-mt-40 {margin-top: 40px;}

.i-mb-5 {margin-bottom: 5px;}
.i-mb-10 {margin-bottom: 10px;}
.i-mb-20 {margin-bottom: 20px;}
.i-mb-40 {margin-bottom: 40px;}
/** =================================* 
 FIN Espacios
====================================*/

.i-formulario-container {
	/*
	margin: 60px auto;
	max-width: 450px;
	width: 80%;
	*/
  	background: #141414;
	font-size: inherit;
}

.i-formulario-container span {
	color: #74b5dd;
}

.i-login {
	overflow: hidden;
	/*background: #141414; Debería ser dinámico*/
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	box-shadow: 0 0 100px rgba(255,255,255,0.15);
}

.i-login-container {
	/*padding: 0 30px 30px;*/
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* Estilos para los imputs y selectores */
.i-login input[type="text"], .i-login input[type="password"], .i-login input[type="email"], .i-login input[type="tel"], .i-login textarea{
	height: 46px;
	width: 100%;
	display: block;
	padding: 0 10px;
	font-family: inherit;
	font-size: inherit;
	background: #FFF;
	border: 1px solid #CCC;
	color: #4d4d4d;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: border-color 0.4s ease;
	-o-transition: border-color 0.4s ease;
	transition: border-color 0.4s ease;
}

.i-login input[type="text"]:focus, .i-login input[type="password"]:focus, .i-login input[type="email"], .i-login input[type="tel"], .i-login textarea:focus {
	outline: 0;
	border-color: #73b2d9;
}
.i-login label {
	display: block;
	margin-bottom: 3px;
	color: #e2e2e2;
	font-weight: 500;
}
.i-login select {
	padding: 0 10px;
	height: 40px;
	width: 100%;
	font-family: inherit;
	display: block;
	margin-bottom: 3px;
	background: #FFF;
	border: 1px solid #CCC;
	color: #4d4d4d;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: border-color 0.4s ease;
	-o-transition: border-color 0.4s ease;
	transition: border-color 0.4s ease;
	
}
.i-login textarea{
	min-height: 90px;
}
.i-small-text{
	font-weight: inherit!important;
	font-size: 65%;
	color: #FFF;
	line-height: 1.1;
  	margin-top: 1%;
}
.i-col-flex label {
    padding-left: 10px;
}
.i-check-rgpd {
  margin: 6px;
}
/* FIN Estilos para los imputs y selectores */

/* Estilos para el botón de Enviar */
.primary_action {
	width: 100%;
	height: 50px;
	display: inline-block;	
	font-size: inherit;
	font-weight: 700;
	text-align: center;
	cursor: pointer;

	-webkit-transition: box-shadow 0.3s ease;
	-o-transition: box-shadow 0.3s ease;
	transition: box-shadow 0.3s ease;

	color: #fff;
    background-color: #000;
    border: 1px solid #fff;
    box-shadow: #fff 5px 5px 0px;
    border-radius: 0px;
}

.primary_action:focus {
	outline: 0;
}

.primary_action:hover {
	opacity: 1;
	box-shadow: #fff 1px 1px 0px;
	background-color: #000;
}
.primary_action:active, .primary_action:focus {
	background-color: #012b04;
}
/* FIN Estilos para el botón de Enviar */

/*Spinner*/
.i-loading {
	display: none;
	margin-top: 1%;
	margin-left: 46%;
	width: 50px;
	height: 50px;
	border: 5px solid rgb(255, 255, 255);
	border-left-color: #333; /* Color del borde izquierdo */
	border-radius: 50%;
	animation: spin 1s linear infinite; /* Animación de rotación */
  }
  
  @keyframes spin {
	0% {
	  transform: rotate(0deg); /* Comienzo de la rotación */
	}
	100% {
	  transform: rotate(360deg); /* Fin de la rotación */
	}
}
/*Mensajes*/
.i-mensajes {
  margin-top: 1%;
  display: flex; /* Utiliza flexbox */
  justify-content: center; /* Centra horizontalmente */
  align-items: center; /* Centra verticalmente */
   /* Altura del contenedor */
}

.i-correcto {
  display: none;
  width: 100%;
  text-align: center;
  background-color: rgb(25, 233, 70);
  color: #fff;
}

.i-error {
  display: none;
  width: 100%;
  text-align: center;
  background-color: rgb(247, 3, 3);
  color: #fff;
}

/*Validaciones*/
.i-invalid{
	color: red;
}

/*capcha*/


#i-mostrarCaptcha{
	display: none;
}
#i-mostrarCaptcha
{
  position: absolute;
  top: 50%;
  left: 33%;
  overflow: hidden;
  height: 238px;
  box-shadow: 9px 7px 500px 500px #0000008a; 
}
@media (max-width: 767px){
	#i-mostrarCaptcha {
		left: -3%!important;
	}
}
.captchaField { 
  border: 1px solid #ccc; 
  padding: 15px; 
  max-width: 345px;
  background-color: #fff;
  border-radius: 5px;
}

.CaptchaWrap { position: relative; }
.CaptchaTxtField { 
  border-radius: 5px; 
  border: 1px solid #ccc; 
  display: block;  
  box-sizing: border-box;
}

#UserCaptchaCode { 
  padding: 15px 10px; 
  outline: none; 
  font-size: 18px; 
  font-weight: normal; 
  /*font-family: 'Open Sans', sans-serif;*/
  font-family: var(--e-global-typography-010bc1e-font-family), Sans-serif;
  width: 343px;
}
#CaptchaImageCode { 
  text-align:center;
  margin-top: 15px;
  padding: 0px 0;
  width: 300px;
  overflow: hidden;
}

.capcode { 
  font-size: 46px; 
  display: block; 
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none; 
  cursor: default;
  letter-spacing: 1px;
  color: #ccc;
  /*font-family: 'Roboto Slab', serif;*/
  font-family: var(--e-global-typography-010bc1e-font-family), Sans-serif;
  font-weight: 100;
  font-style: italic;
}

.ReloadBtn { 
  background:url('https://cdn3.iconfinder.com/data/icons/basic-interface/100/update-64.png') left top no-repeat;   
  background-size : 100%;
  width: 32px; 
  height: 32px;
  border: 0px; 
  position: absolute; 
  bottom: 30px;
  left : 310px;
  outline: none;
  cursor: pointer; 
}
.btnSubmit {
  margin-top: 15px;
  border: 0px;
  padding: 10px 20px; 
  border-radius: 5px;
  font-size: 18px;
  background-color: #1285c4;
  color: #fff;
  cursor: pointer;
}

.error { 
  color: red; 
  font-size: 12px; 
  display: none; 
}
.success {
  color: green;
  font-size: 18px;
  margin-bottom: 15px;
  display: none;
}