.bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(0deg, RGBA(66, 165, 245, 0.25), RGBA(66, 165, 245, 0.25)), url(/img/background.jpeg);
    background-size: cover;
}

body > div.container > div.row {
    min-height: 98vh;
}

.app-store-badge {
    height: 72px;
}