body{
	background: #33498b;
	font-family: 'Montserrat', sans-serif;
}
/* --------------------------------------- */
.LoaderPage {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url('../imgs/loaders/load-img.gif') 50% 50% no-repeat rgb(249,249,249);
  transition:all .3s ease;
  }
/* --------------------------------------- */

.panel-login{
	border: 0px solid white;
	background: white;
	border-radius: 0px;
	padding: 30px;
	margin-top: 50px;
	border-bottom: 10px solid #6d85ce;
}

.input-style{
	border-radius: 0;
	font-size: 1em;
}

.btn-login{
	background: #33498b;
	border: 1px solid #33498b;
	border-radius: 0px;
	color: white;
	font-size: 1.1em;
	width: 100%;
}
.btn-login:hover{
	background: #36509e;
	color: white;
}

.resultadoDiv{
	color: #B83737;text-align: center;font-size: 1.1em;
}

.loadDiv
{
	display: none;text-align: center;margin-top: 10px;
}

.logoPage{
	width: 60%;
	margin-bottom: 20px;
}
