
body {
    display: flex;
    flex-direction: column;
    min-height: 100vh !important;
}

#content-wrapper {
    flex: 1;
}

#content {
    flex: 1;
}

body.bg-gradient-primary {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

body.bg-gradient-primary .container {
    width: 100%;
}