.sectionbc0:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 70vh;
    background-image: url(/images/heroes/verloop/verloop_hero_images_1920x773-1.jpg);
    background-size: cover;
}

.sectionbc0 .container {
    position: relative;
    z-index: 5;
}

#userForm {
    background-color: #fff;
    padding: 2rem;
    border-radius: 1.5rem;
    box-shadow: 3px 3px 40px #00000029;
}

#userForm .form-control {
    background-color: var(--grijs);
    padding: 10px 15px;
}

.dienstimg {
    position: absolute;
    width: 28vw !important;
    margin-left: 80px;
    display: block;
}

@media (max-width: 768px) {
    .dienstimg {
        display: none;
    }

    .moduletable {
        margin-top: 50px;
    }
}
