header {
    height: 70px;
    background: url(../images/backAddIn.png) scroll left no-repeat #074D6F;
}

body {
    padding-top: 70px;
    color: #484D71;
}

footer {
    border-top: 25px solid #3A3A3A;
    padding-top: 20px;
    font-family: Lato, sans-serif;
    font-size: 12px;
    color: #484D71;
    text-align: center;
}

footer p {
    margin-bottom: 0;
}

#logos {
    margin-top: 5px;
    min-width: 430px;
}

#add-in-logo,#app-logo {
    height: 58px;
    width: 160px;
    margin-left: 30px;
    background-image: url(../images/invesite-logo.png);
    background-size: cover;
}

#iecisa-logo {
    height: 65px;
    width: 200px;
    margin-right: 40px;
    background-image: url(../images/IECISA-logo.png);
    background-size: cover;
}

/* Sticky footer styles */
html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 105px; /* Margin bottom by footer height */
    font-family: "Lato", sans-serif;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 105px; /* Set the fixed height of the footer here */
}

.btn-primary {
    background-color: #0B5E7C;
    border-color: #0B5E7C;
}

.btn-primary:hover {
    background-color: #074D6F;
    border-color: #074D6F;
}

a, a:hover, a:active {
    color: #484D71;
}