body {
    background: url(bg.jpg);
    background-size: cover;
}

.layer {
    background-color: rgba(248, 247, 216, 0.32);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.box {
    background-color: black;
    position: relative;
    top: 100px;
    width: 650px;
    height: 550px;
}

.form-label, .form-check-label {
    color: white !important;
}

.form-check-label {
    font-size: 16px;
}