html {
  position: relative;
  min-height: 100%;
}

header {
	height: 70px;	
	background: url(../img/backAddIn.png) scroll left no-repeat #074D6F;
}

body {
  padding-top: 70px;
  color: #484D71;
  margin-bottom: 105px; /* Margin bottom by footer height */
  font-family: "Lato",sans-serif;
}

footer {
	border-top: 25px solid #3A3A3A;
	padding-top: 20px;
	font-family: Lato, sans-serif;
	font-size: 12px;
	color: #484D71;
	text-align: center;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 105px; /* Set the fixed height of the footer here */ 
  line-height: 0.1; 
}

#logos {
	margin-top:5px;
	min-width: 430px;
}

#add-in-logo {
	height: 60px;
	width: 145px;
	margin-left: 30px;
	background-image: url(../img/add-in_logo.png);
	background-size: cover;
}

#iecisa-logo {
	height : 65px;
	width : 172px;
	margin-right: 40px;
	background-image: url(../img/IECISA-logo.png);
	background-size: cover;
}

#login-header {
	background-image: url(../img/digitalEvolution.png);
	background-size:cover;
	background-repeat: no-repeat;
	height: 137px;
}



