﻿/* Custom loh css */
#footer {
    height: 50px;
    background-color: #0069CB;
    margin-top: 0;
}

    #footer .container {
        color: #ffffff;
    }

.btn-primary {
    background-color: #5BBD2B !important;
    border-color: #5BBD2B !important;
}

#header.navbar-inverse {
    background-color: #fff !important;
    border: none !important;
}

#header.navbar {
    min-height: 50px;
}

body {
    padding-top: 100px !important
}

.logo {
    width: 260px;
}
