@CHARSET "ISO-8859-1";

/**
*  #ececec -- gris claro
*  #fed26b -- amarillo
   #7794c7 -- azul
*/
body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#container {
	background: url("../img/login/bg.jpg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	background-size: cover;
}

#fondoPuntos {
	background: url(../img/login/trama.png);
	height: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}

#fondoNaranja {
	background: url(../img/login/pixel_semi_naranja.png);
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%
}

.borderBox {
	position: relative;
	top: -180px;
	width: 350px;
	height: 314px;
	border: 8px solid #fed26b;
	padding: 5px;
}

#boxLogin {
	padding: 20px;
	height: 89%;
}

.logo {
	background: url("../img/login/logo-educalms-blanco.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	width: 300px;
	height: 80px;
	margin: 10px auto 25px auto;
}

span {
	margin: 5px;
}

input {
	padding-left: 5px;
	border: 1px solid #fff;
	margin: 0 auto 10px auto;
	vertical-align: middle;
	height: 25px;
	width: 250px;
	margin: 0 auto 10px auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#606060;
}

.button {
	border: 1px SOLID #7794c7;
	cursor: pointer;
	transition: all 0.4s ease 0s;
	color: #fff;;
	background-color: #7794c7;
	height: 30px;
	width: 80px;
	margin-right: 25px;
	margin-bottom: 10px;
	text-align: center;
}

#lostPass {
	cursor: pointer;
	padding: 10px;
	bottom: 8px;
	position: absolute;
	left: 63px;
	color:#fff;
}

#errorMsg{
	color: red;
}
.educalmsTools {
	background: url("../img/login/logo-educalms-tools.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	width: 300px;
	height: 80px;
	margin-top: -174px;
	margin-left: 10px;
}