body {
    display: flex;
    height: 100vh;
    align-items: center;
    justify-content: center;
    background: url("bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}

.col-sm-4 {}
