/* extranet.css */
* {
	margin: 0;
	padding: 0;
	outline: none;
}
BODY {
    min-height: 100vh;
    position: relative;
    overflow-x: hidden;
    background: #FFFFFF;
	overflow: hidden;
}
::-webkit-scrollbar {
	display: none;
}
.column-login {
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	max-width: 414px;
	height: 100vh;
	overflow: hidden;
	background-color: rgba(255,255,255, 1);
	border-left: 1px solid #FFFFFF;
	z-index: 100;
}
.column-form {
	width: 100%;
	display: table;
}
.show-pass {
    cursor: pointer;
}
.logo-colegio-caja {
	margin: 0 auto;
	width: 90%;
	margin-top: 30px;
	margin-bottom: 20px;
}
.logo-colegio-img {
	width: 100%;
}
@media (max-width:410px) {
	.logo-colegio-caja {
		width: 50%;
		margin-top: 20px;
	}
}

.centrado {
	margin: 0 auto;
	width: 280px;
	text-align: center;
	display: table;
}
.link-recpass {
	background-color: transparent;
	color: #333333;
	text-decoration: none;
	border: none;
}
.link-recpas:hover {
	border-bottom: 1px dotted #333333;
}
/* carousel */
#wibiCarousel {
	width: 100%;
	height: 980px;
	overflow: hidden;
}
.carousel {
	background: transparent;
}
.carousel-inner {
	margin: 0 auto;
	width: 100%;
	height: 980px;
}
.carousel-imagen {
	width: 100%;
	height: 980px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.descargas-caja {
	margin: 0 auto;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 120px;
	height: 60px;
}
.descargas-icono {
	float: left;
	width: 60px;
	height: 60px;
}
.icono {
	padding: 5px;
	width: 45px;
	height: 45px;
}
.pie {
	position: fixed;
	bottom: 0px;
	margin-top: -100px;
	right: 0px;
	width: 100%;
	max-width: 414px;
	z-index: 150;
	background-color: #EFEFEF;
}

.extranet {
	position: fixed;
	left: 0;
	bottom: 0;
	margin-top: -70px;
	z-index: 140;
}
.logo_extranet {
	padding-left: 30px;
	padding-bottom: 30px;
}

@media (max-width:770px) {
	.pie {
		display: none;
	}
	.extranet {
		display: none;
	}
}

