﻿header div#bar-header {
    width: 100% !important;
    display: block !important;
    background: #37b57d !important;
    color: #fff;
    border-bottom: solid 2px #961515;
    height: 55px;
    padding-top: 7px;
}

    header div#bar-header .container {
        display: flex !important;
        justify-content: space-between !important;
    }

        header div#bar-header .container img {
            max-height: 25px;
            margin: 6px;
        }

body {
    background: url("../img/background.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.login-container {
    background-color: #fff;
    padding: 20px 20px 20px 20px;
    border-radius: 15px;
    border-bottom: solid 2px #961515;
    border-top: solid 2px #37B57D;
}