html {
	height: auto !important;
}

body {
	height: 100%; padding: 0px; margin: 0px; font-family: Lato, Geneva, sans-serif; font-size: 1rem !important;
}
.znTextBox {
	line-height: 30px; height: unset !important; font-size: 1rem;
}

.zn-enlace {
	color: rgb(0, 102, 204);
}

.zn-enlace:hover {
	color: rgb(17, 79, 140);
}

.container-login{
	position: relative; text-align: center;
}

.box-login {
	width: 400px; margin: 50px auto; box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.32); -webkit-box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.32); -moz-box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.32); border-radius: 5px;
}

.box-login-header { 
	background-color: #4d7cde; width: 100%; color: #fff; font-size: 20px; font-weight: 600; font-family: Montserrat; padding: 10px 0; border-radius: 5px 5px 0 0;
}

.box-login-form {
	padding: 10px 40px 10px 50px; border: 1px solid #4d7cde; background-color: #ffffff;
}

.box-login-footer { 
	background-color: #4d7cde; width: 100%; height: auto; border-radius: 0 0 5px 5px;
}

.col-inp-ingreso {
	margin: 20px 0px; /*width: 302px;*/ font-weight: 600;
}

.msg-error-login {
	color: #FF0000;
}

.label-icon-ingreso {
	float: left; height: 30px; width: 60px; background-color: #4d7cde; background-position: 16px 2px; border: 1px solid #9BABC2; border-right-width: 0; border-radius: 4px 0 0 4px; box-sizing: border-box;
}

.margin_right_icon_login {
	
}

.usuario-white {
	background-image:url('iconos/usuario-white.png'); background-repeat:no-repeat;
}

.mail-white {
	background-image:url('iconos/mail-white.png'); background-repeat:no-repeat;
}

.candado-white {
	background-image: url('iconos/candado-white.png'); background-repeat: no-repeat;
}

.znTextBox {
	/*padding: 3px !important; border-radius: 0px 4px 4px 0px; outline: none;*/
}

.login-error {
	color: #f00;
}

.size-232 {
	width: 232px;
}

.size-350 {
	width: 350px;
}

/*  VALIDAR  */
.input-error {
	background-color:#F00 !important;
}

.input-valido {
	background-color:#3baf29 !important;
}

.zn-barra-login {
	width: 100%; background-color: #4d95dd;
}

.zn-barra-info {
	width: auto; line-height: 40px; font-size: 1rem; color: #FFFFFF; margin: 0px; text-align: center; font-weight: 600;
}

.md-form-help {
	background-color: #FFFFFF; padding: 0px 45px 20px;
}

.md-form-help .col-inp-ingreso {
	width: 420px;
}

.col-inp {
	width: 100%; height: 30px; margin: 10px 5px;
}

.mt-20 {
	margin-top:20px;
}

.box-100 {
	float: left; height: auto; width: 100%;
}

.header-login {
	width: 100%; height: 70px; padding-top: 40px; border-bottom-width: 3px; border-bottom-style: solid; border-bottom-color: #e0e0e0; background-color:#f9f9f9;
}

#aplicacion {
	font-size: 20px; font-weight: 600; color: #4d7cde; font-family: Verdana;
}

.zn-footer-login {
	width: 100%; background-color: #4d95dd;
}
.zn-footer-info {
	color: #fff;
}

.box_footer {
	width: auto; height: auto; float: left; text-align: center; margin: 20px; font-size: 14px; color: #fff; letter-spacing: 1px;
}

.box_footer-right-login {
	width: auto; height: auto; float: right; text-align: center; font-size: 14px; color: #FFF; 
}

.zn-footer-barra {
	color: #fff; text-align: center;
}

.zn-footer-barra div {
	margin: 6px 0;
}

.znContrasenia {
	width: 100%;
}

.znContrasenia input.znInputContrasenia {
	width: 100%; height: unset; line-height: 30px;
}


/*  SLIDE INGRESAR  */
.cb-slideshow,
.cb-slideshow:after { 
    position: relative; width: 100%; height: 100vh; padding:0px; margin:0px;
}

.cb-slideshow:after { 
    content: ''; 
}
.cb-slideshow li span { 
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    color: transparent;
    background-size: cover;
    background-position: 50% 50%;
    opacity: 0;
    z-index: 0;
	-webkit-backface-visibility: hidden;
    -webkit-animation: imageAnimation 36s linear infinite 0s;
    -moz-animation: imageAnimation 36s linear infinite 0s;
    -o-animation: imageAnimation 36s linear infinite 0s;
    -ms-animation: imageAnimation 36s linear infinite 0s;
    animation: imageAnimation 36s linear infinite 0s; 
}

.cb-slideshow li:nth-child(1) span { 
    background-image: url(../imagenes/slider/img_zn2.jpg) 
}

.cb-slideshow li:nth-child(2) span { 
    background-image: url(../imagenes/slider/img_zn4.jpg);
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
    -o-animation-delay: 6s;
    -ms-animation-delay: 6s;
    animation-delay: 6s; 
}

.cb-slideshow li:nth-child(3) span { 
    background-image: url(../imagenes/slider/img_zn3.jpg);
    -webkit-animation-delay: 12s;
    -moz-animation-delay: 12s;
    -o-animation-delay: 12s;
    -ms-animation-delay: 12s;
    animation-delay: 12s; 
}

.cb-slideshow li:nth-child(4) span { 
    background-image: url(../imagenes/slider/img_zn.jpg);
    -webkit-animation-delay: 18s;
    -moz-animation-delay: 18s;
    -o-animation-delay: 18s;
    -ms-animation-delay: 18s;
    animation-delay: 18s; 
}

.cb-slideshow li:nth-child(5) span { 
    background-image: url(../imagenes/slider/img_zn5.jpg);
    -webkit-animation-delay: 24s;
    -moz-animation-delay: 24s;
    -o-animation-delay: 24s;
    -ms-animation-delay: 24s;
    animation-delay: 24s; 
}

.cb-slideshow li:nth-child(6) span { 
    background-image: url(../imagenes/slider/img_zn6.jpg);
    -webkit-animation-delay: 30s;
    -moz-animation-delay: 30s;
    -o-animation-delay: 30s;
    -ms-animation-delay: 30s;
    animation-delay: 30s; 
}

.cb-slideshow li:nth-child(2) div { 
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
    -o-animation-delay: 6s;
    -ms-animation-delay: 6s;
    animation-delay: 6s; 
}

/* Animation for the slideshow imagenes */
@-webkit-keyframes imageAnimation { 
    0% { opacity: 0;
    -webkit-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -webkit-animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
@-moz-keyframes imageAnimation { 
    0% { opacity: 0;
    -moz-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -moz-animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
@-o-keyframes imageAnimation { 
    0% { opacity: 0;
    -o-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -o-animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
@-ms-keyframes imageAnimation { 
    0% { opacity: 0;
    -ms-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -ms-animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
@keyframes imageAnimation { 
    0% { opacity: 0;
    animation-timing-function: ease-in; }
    8% { opacity: 1;
         animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
/* Animation for the title */
@-webkit-keyframes titleAnimation { 
    0% { opacity: 0 }
    8% { opacity: 1 }
    17% { opacity: 1 }
    19% { opacity: 0 }
    100% { opacity: 0 }
}
@-moz-keyframes titleAnimation { 
    0% { opacity: 0 }
    8% { opacity: 1 }
    17% { opacity: 1 }
    19% { opacity: 0 }
    100% { opacity: 0 }
}
@-o-keyframes titleAnimation { 
    0% { opacity: 0 }
    8% { opacity: 1 }
    17% { opacity: 1 }
    19% { opacity: 0 }
    100% { opacity: 0 }
}
@-ms-keyframes titleAnimation { 
    0% { opacity: 0 }
    8% { opacity: 1 }
    17% { opacity: 1 }
    19% { opacity: 0 }
    100% { opacity: 0 }
}
@keyframes titleAnimation { 
    0% { opacity: 0 }
    8% { opacity: 1 }
    17% { opacity: 1 }
    19% { opacity: 0 }
    100% { opacity: 0 }
}
/* Show at least something when animations not supported */
.no-cssanimations .cb-slideshow li span{
	opacity: 1;
}

@media screen and (max-width: 480px) {
	
	.logo-app {
		width: 40%;
		height: 40%;
	}
	
	
}

@media screen and (min-width: 481px) {
	
	.logo-app {
		width: 40%;
		height: 40%;
	}
	
	
}
@media screen and (max-width: 600px) {
	
    .zn-barra-login {
		display: none;
	}
	
	.zn-footer-barra {
		display: inline;
	}
	
}
@media screen and (min-width: 601px) {
	
	.zn-footer-barra {
		display: none;
	}
	
}
@media screen and (max-width: 1000px) {
	
	.zn-login-img {
		display: none !important;
	}
	
	.zn-login-form {
		float: unset !important;
		width: 100% !important;
	}
	
	.zn-footer-login {
		width: 100%;
	}
	
}
@media screen and (max-height: 600px) {
	
	.zn-login-img {
		display: none !important;
	}
	
	.zn-login-form {
		float: unset !important;
		width: 100% !important;
	}
	
	.zn-footer-login {
		position: unset;
		width: 100%;
	}
	
}

