body.login {
    background-color: #56868A;
}

.navbar-brand {
    background-size: 45px;
}

.home {
    background-image: url(images/branded/logo-large.png);
}

.footer .container .logo {
    display: none;
}

.footer .container::after {
    display: block;
    width: 140px;
    height: 50px;
    content: "";
    background: url('images/branded/logo-horizontal-dark.png') no-repeat center;
    background-size: contain;
}

.home fieldset legend {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 0;
    background: #37676F;
    padding: 5px 10px;
    border-radius: 5px;
    color: white;
}
