body{
	background: #33498b;
	font-family: 'Montserrat', sans-serif;
}
.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;margin-top: 10px;font-size: 1.1em;
}

.loadDiv
{
	display: none;text-align: center;margin-top: 10px;
}

.logoPage{
	width: 50%;
	margin-bottom: 20px;
}
