#bagian-atas {
    background: rgb(199, 133, 4) !important;
    background:  linear-gradient(
        180deg,
        rgba(199, 133, 4, 1) 0%,
        rgba(252, 188, 2, 0.5018382352941176) 43%,
        rgba(255, 189, 0, 0.3533788515406162) 65%,
        rgba(255, 255, 255, 0) 100%
    ) !important;
    min-height: inherit;
}

#bagian-atas::before{
    content: "";
    margin-top: 30px;
    width: 100%;
    position: absolute;
    background-image: url(../../images/sasirangan_atas1.png);
    background-repeat: repeat;
    background-size:80%;
    opacity: 25%;
    min-height: inherit;
}

#login-caption {
    background: linear-gradient(180deg, #c78504 21%, #ffffff 100%);
    font-size: 14px;
    font-weight: bold;
    padding: 13px;
    width: 165px;
    color: #000626;
}

#logo-asik {
    width: 300px;
}
#atas-kanan {
    display: none !important;
    z-index: 1;
}
#row-login {
    margin-top: 10rem;
    margin-bottom: 2rem;
}
#isi-form {
    padding-left: 3px;
    padding-right: 3px;
}
@media (min-width: 992px) {
    #bagian-atas {
        margin-top: 55px;
    }

    #text-asikkambang {
        font-size: 22px;
        font-weight: bold;
        font-weight: bold;
        color: #1a2679;
        margin-top: 25px;
    }

    #atas-kanan {
        display: flex !important;
        margin-top: -46px;
        z-index: 1;
    }
    #isi-form {
        padding-left: 20px;
        padding-right: 20px;
    }
}
