.bg-image {
    background-image: url("/img/bg-refbank.jpeg");
    background-size: cover;
    background-position: 50% 0%;
    width: 100%;
    height: 600px;
    opacity: 0.8;
}

.bg-eform-saving {
    background-image: url("/img/eform.jpg");
    background-size: cover;
    background-position: 50% 0%;
    width: 100%;
    height: 600px;
    opacity: 0.8;
}

.bg-pegawai {
    background:  linear-gradient( rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.4) ),url("/img/bg-pegawai.jpg");
    background-size: cover;
    background-position: 50% 0%;
    width: 100%;
    height: 600px;
    opacity: 0.8;
}

.bg-bankkalbar {
    background:  linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ),url("/img/bank-kalbar.jpg");
    background-size: cover;
    background-position: 50% 0%;
    width: 100%;
    height: 600px;
    opacity: 0.8;
}

.bg-deposito {
    background:  linear-gradient( rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.4) ),url("/img/e-form-rekening-deposito.jpg");
    background-size: cover;
    background-position: 50% 0%;
    width: 100%;
    height: 600px;
    opacity: 0.8;
}

.bg-giro {
    background:  linear-gradient( rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.4) ),url("/img/e-form-rekening-giro.jpg");
    background-size: cover;
    background-position: 50% 70%;
    width: 100%;
    height: 600px;
    opacity: 0.8;
}

.bg-kredit {
    background:  linear-gradient( rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.4) ),url("/img/e-form-rekening-kredit.jpg");
    background-size: cover;
    background-position: 50% 0%;
    width: 100%;
    height: 600px;
    opacity: 0.8;
}

.bg-tabungan {
    background:  linear-gradient( rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.4) ),url("/img/e-form-rekening-tabungan.jpg");
    background-size: cover;
    background-position: 50% 50%;
    width: 100%;
    height: 600px;
    opacity: 0.8;
}

.bg-referensi-bank {
    background:  linear-gradient( rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.4) ),url("/img/e-form-referensi-bank.jpg");
    background-size: cover;
    background-position: 50% 0%;
    width: 100%;
    height: 600px;
    opacity: 0.8;
}

.bg-slider1 {
    background:  linear-gradient( rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.4) ),url("/img/e-banking.jpg");
    padding:9rem!important;
    width: 100%;
    /* height: 100%; */
    padding:25%;
    background-size: cover;
    background-position: center;
    opacity: 0.8;
}

.bg-slider2 {
    background:  linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.6) ),url("/img/e-banking3.jpg");
    padding:9rem!important;
    width: 100%;
    /* height: 100%; */
    padding:25%;
    background-size: cover;
    background-position: 50% 0%;
    opacity: 0.8;
}

.bg-landingpage {
    background-color: #f1f5f8;
}

.bg-product {
    background-color: #f7f7f7;
}

.bg-productLine {
    background-color: #465765;
}

.bg-button {
    background-color: #7fb374;
}
