body {
    background-image: url(https://bit.ly/31QGhrZ);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100vh;
}

* {
    padding: 0px;
    margin: 0px;
}

#form {
    margin-left: 10%;
    margin-right: 10%;
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 20px;
    background-image: url(https://bit.ly/2UT8c9v);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

#date,
#month,
#year {
    width: 100%;
    padding: 12px 6px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-sizing: border-box;
}

#label {
    margin-right: 26px;
    margin-left: 26px;
    text-align: center;
}

.jumbotron {
    color: #ce1515;
    background-image: url(https://bit.ly/2UT8c9v);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}
