﻿html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 180px;
}

.login-form {
    margin-top: 25px;
    max-width: 480px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    line-height: 20px;
    background-color: #143887;
    color: #ffffff;
    min-height: 180px;
}

    .footer a {
        color: #ffffff;
        text-decoration: underline;
    }

    .footer img {
        max-height: 100px;
    }

    .footer .list-inline-item:not(:last-child) {
        margin-right: 1rem;
    }


.bg-dark {
    background-color: #143887 !important;
}

.navbar-brand {
    width: 240px;
}

    .navbar-brand img {
        height: 60px;
        margin-top: -15px;
        margin-bottom: -15px;
    }

.ml-auto .dropdown-menu {
    left: auto !important;
    right: 0px;
}

.main-content {
    margin-top: 70px;
    padding-bottom: 50px;
}

#header {
    max-height: 60px;
}
