@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

HTML {
	width: 100%;
	height: 100%;
}
nav>img, nav>ul>li>img {
	margin-top: 10px;
}
BODY {
	background-image: url(../images/background.jpg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right;
	min-height: 100%;
	box-sizing: border-box;
	padding-bottom: 100px;
}


/*----------- botones de formulario------------*/
.form-control {
	background-color: #ecedef;
}
.btn-login {
	background-color: #76aadb;
	border-color: #d8d9dd;
}

/*----------- FOOTER ------------*/

footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	background-color: #000;
	border-top: 10px #009bdb solid;
	padding-top: 30px;
	padding-bottom: 30px;
}
footer p {
	text-align: center;
	color: #FFF;
}

.panel{
	margin-top: 20px;
}