body {
    background: url("/files/static/ressources/img/bg-d7-building.jpg") no-repeat fixed center top;
    -webkit-background-size: cover;
    background-size: cover;
}
body > .card {
    background-color: rgba(255, 255, 255, .9);
}

.header img {
    height: 4em;
}