.bgIsi {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    /* The image used */
    background-image: url("../images/IMG_0287.jpg");
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.isi {
    margin-top: 100px !important;
    margin-bottom: 80px !important;
    background: white;
    border-radius: 25px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    padding: 25px !important;
}

@media screen and (max-width: 2000px) {
    .lform {
        margin-top: 50px;
    }
}

@media screen and (max-width: 768px) {
    .lform {
        margin-top: 0px;
    }
    .isi {
        margin-top: 80px !important;
        margin-bottom: 50px !important;
        padding: 10px !important;
    }
}