body {
    margin: 0;
    padding: 0;

    background-image: url('/build/assets/background-1-1bf0d634.jpg');
    background-color: #f4f4f4;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.alert-flash {
    position: absolute;
    left: 30vw;

    width: 50%;

    z-index: 1;
}

#logo-container {
    position: absolute;
    bottom: 15px;
    left: 15px;
    height: 100px;
    width: 320px;

    background-color: #00000070;

    text-align: center;
}

#logo-container img {
    height: 100px;
    width: 300px;
}