/* CSS Document */

/* ---------- GENERAL ---------- */

/*
a { color:inherit; }
a:hover { color: #1dabb8; }
input {
	border: none;
	// font-family: inherit;
	// font-size: inherit;
	margin: 0;
	outline: none;
	/ -webkit-appearance: none;
}
*/



/* ---------- LOGIN-FORM ---------- */

.login-form {
	margin:0px auto;
	/*font: normal 13px/13px "Trasandina", "OpenSans", "Roboto", Verdana, Arial;*/
	color:#666;
	background:#fff;
	border:5px solid #e1e1e1;
	border-radius:15px 15px 10px 10px;
	position: relative;
}






.login-form h1, .login-form .h1, .login-form h2, .login-form .h2, .login-form h3, .login-form .h3, 
.login-form h4, .login-form .h4, .login-form h5, .login-form .h5 {
	margin: 0px;
	padding: 10px;
	text-align: center;
	border-radius: 10px 10px 0 0;
}

.login-form form {
	padding: 0px;
	position: relative;
}

.login-form form:before {
	content: "";
	width: 8px;
	height: 8px;
	margin: -4px 0 0 -4px;
	background-color: #fff;
	top: 0;
	left: 50%;
	position: absolute;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}



/* FIELDSET */
.login-form fieldset {
	padding:20px 5px;
	border:none;
	border-left:5px solid transparent;
}
.login-form fieldset.enFoco {
	border-left:5px solid #e4b254; 
	background-color:#EFEFEF;		/* #EFF0F0; */
	transition: border-left-color 0.5s ease, box-shadow 0.5s ease, background-color 0.5s ease;
	-o-box-shadow: inset 0 0 3px rgba(0,0,0,.1);
	-ms-box-shadow: inset 0 0 3px rgba(0,0,0,.1);
	-moz-box-shadow: inset 0 0 3px rgba(0,0,0,.1);
	-webkit-box-shadow: inset 0 0 3px rgba(0,0,0,.1);
	box-shadow: inset 0 0 3px rgba(0,0,0,.1);
}
.login-form fieldset label {
	width:120px;
	height:34px;
	clear:both;
	float:left;
}
.login-form fieldset label span {
	height:inherit;
	display:table-cell;
	vertical-align:middle;
}
.login-form fieldset .input-text {
	width:99%;
	position:relative;
	text-align:left;
	display:table;
	border-collapse:separate;	
	background-color:#ffffff;
	border:1px solid #e0e0e0;
}

.login-form fieldset .label-text {
	width:99%;
	padding:3px;
	font:normal 13px/13px "Trasandina", "OpenSansSB", arial;
	text-align:left;
}
/*
.login-form.registro fieldset .input-text {
	width:220px;
	float:left;
}*/
.login-form fieldset .input-text .input-icono {
	display:table-cell;
	vertical-align:middle;
	text-align: center;
	width:34px;
	height:34px;
}
.login-form fieldset .input-text .input-icono img {
	width:15px;
	height:15px;
	opacity:0.7;
}
.login-form fieldset .input-text input {
	width:97%;
	height:34px;
	padding:0px 10px;
	font-size:14px;
	line-height:34px;
	color:#555555;
	vertical-align:middle;
}
/*
.login-form.registro fieldset .input-check {
	width:60px;
	float:left;
}
.login-form.registro fieldset .check-text {
	width:280px;
	padding:0px 15px;
	float:left;
}*/





/* ---------- BOTONES: <input type Submit> y <a> ---------- */

/*.
login-form .btn, #activacion .btn {
	margin:0px auto;
	padding:6px 20px;
	font-family: inherit;
	font-size:14px;	
	line-height:normal;
	text-align:center;
	text-shadow: 0 -1.5px 0 rgba(0,0,0,.25);
	color:#fff;
	background-color: #53AAE0;
	border-radius:3px;
	cursor: pointer;
	display:block;
}
.login-form .btn:hover, #activacion .btn:hover  {
	color:#fff;
	background-color:#2A5689;
	transition:background-color 0.5s ease;
}
.login-form .btn2 {
	color:#535353;
	text-shadow:none;
	background-color:#E8E8E8;
}*/

.login-form input[type="checkbox"] {
	margin-top:5px;
	margin-right:20px;
	width:20px;
	height:20px;
}


/*.
info {
	width:26px;
	height:26px;
	margin:7px 10px 7px 0px;
	color:#FFF;
	font-weight:bold;
	line-height:26px;
	text-align:center;
	background:#329132;
	border-radius: 50%;
	display:inline-block;
	float:left;
}
.login-form .zocalo-form {
	font-size:13px;
	margin:15px 0px;
	overflow:hidden;
}
.login-form .zocalo-form p {
	width:50%;
	height:40px;
	float:left;
}*/

/*
.login-form .link {
	height:inherit;
	display:table-cell;
	vertical-align:middle;
	line-height:15px;
}
.login-form .error {
	margin-top:25px;
	padding:12px 15px;
	font-size:14px;
	line-height:18px;
	color:#FFF;
	background-color:#dd4b39;
	border-color:#db2c36;
}
.login-form.registro .error {
	width:290px;
	margin-left:auto;
	margin-right:auto;
}

.oculto {
	display:none;
}
.oculto > input {
	display:none;
}
*/





/* ESTILOS MODIFICADOS PARA EL INDEX NUEVO 2022 */
.login-form {
	width: 280px; 
	border-width: 2px;
	border-radius: 5px;
	position: absolute; 
	right: 0px; 
	top: 46px; }

/*.login-form form:before { width: 0; }*/
.login-form h5 {
	padding: 7px;
	font-size: 1.1rem;
	border-radius: 3px 3px 0 0; }

.login-form fieldset {
	padding: 20px 10px; }

.login-form fieldset .input-text {
	width: 100%; }

.login-form fieldset .input-text input {
	width: 100%;
	border: none;
	border-left: 1px solid #e0e0e0; }

	

