#cover {
    background-image: url("../img/background.jpg") !important;
    background-size: cover;
    background-position: center;
    min-height: 100vh;
}

#content {
    flex: 1;
    padding: 72px;
    overflow-y: auto;
}

/*a simple custom class for button margins (login, register, etc.)*/
.btn-custom-margin {
    margin: 8px 0;
}

#logo {
    width: 100%;
    height: 100px;
    position: relative;
    top: -50px;
}

#account-logo {
    height: 32px;
    width: auto;
}