﻿body {
    margin: 0px;
    color: rgba(0, 0, 0, 0.87);
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0.00938em;
}

.navbar-header {
    position: relative;
    top: -4px;
}

.navbar-brand > .icon-banner {
    position: relative;
    top: -2px;
    display: inline;
}

.icon {
    position: relative;
    top: -10px;
}

.logged-out iframe {
    display: none;
    width: 0;
    height: 0;
}

/*layout*/
.container-header {
    text-align: center;
}

    .container-header .row {
        margin: 15px;
        display: flex;
        justify-items: center;
        flex-direction: row;
        justify-content: center;
    }

        .container-header .row .brand {
            width: 480px;
            margin: 64px auto 0;
            max-width: 480px;
            margin-top: 74px;
            box-sizing: border-box;
        }

.container-footer {
    background-color: #282859;
    color: #fff;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
}

    .container-footer .row {
        margin: 20px;
    }
