.divider:after,
.divider:before {
    content: "";
    flex: 1;
    height: 1px;
    background: #eee;
}
.h-custom {
    height: calc(100% - 73px);
}
.card {
    width: 30%;
}
.logo {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 150px;
}
@media (max-width: 450px) {
    .h-custom {
        height: 100%;
    }
}

@media (max-width: 992px) {
    .card {
        margin: 120px 30px 0px 30px;
        width: 80%;
    }

    html,
    body {
        background-color: #0097bf !important;
    }

    .logo {
        position: absolute;
        top: 20px;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        width: 150px;
    }

    .bungkus {
        background-size: cover;
        background-position: right;
        background-repeat: no-repeat;
    }
}

@media (min-width: 992px) {
    .bungkus {
        background-image: none !important;
    }
}
