body {
    background-color: #fcfcfc;
}
.navbar {
    background: rgb(5,83,44);
    background: linear-gradient(286deg, rgba(5,83,44,1) 22%, rgba(5,7,64,1) 100%);
    padding: 10px;
    height: 70px;
}

#menunavbar .nav-link{
    color: white;
    font-size: 16px;
    height: 40px;
    margin-right: 9px;
    margin-top: 10px;
    margin-bottom: 10px;
    
}

#card-login {
    margin-top: 35%;
    align-items: center;
    justify-content: center;
    width: 20rem;
    border-radius: 10px !important;
}

.container {
    display: flex;
    justify-content: center;
    align-items: center;
    /* min-height: calc(100vh - 150px); */
    box-sizing: border-box;
    position: relative;
}

#sebelah_kiri {
    display: none;
}

#text-login {
    font-weight: 500;
    font-size: 25px;
    color: #1c1c1c;
    padding-bottom: 25px;
}
#card-login2{
    width: 16rem;
}

.card-body {
    margin-top: 15px;
    margin-bottom: -16px;
}

/* CSS Setting User */

#card-setting {
border-top: solid 12px #08335a;
border-bottom: solid 12px #edab00;
margin-top: 30%;
width: 20rem !important;
align-items: center;
justify-content: center;
border-radius: 40px !important;
height: 26rem;
}

#row-setting {
    flex: 1 1 auto;
    margin-top: -8px;
    width: 17rem;
}

@media (min-width: 992px) {

    #card-login {
        margin-top: 11%;
        width: 57rem !important;
        align-items: center;
        justify-content: center;
        border-radius: 15px !important;
        height: 26rem;
        border-radius: 10px !important;
        height: 26rem;
        
    }
    #text-login {
        font-weight: 600;
        font-size: 30px;
        color: #1c1c1c;
        margin-bottom: -2px;
    }
    
    #sebelah_kiri {
        display: block;
        margin-left: -13px;
        margin-top: 15px;
        width: 420px;
    }

    .row-login {
        flex: 1 1 auto;
        padding: 1.5rem;
    }

    #card-login2 {
        width: 400px;
        padding-right: 14px !important;
        padding-bottom: 7px !important;
        padding-left: 51px !important;
    }

    #row-login {
        flex: 1 1 auto;
        padding: 1.5rem;
        margin-top: -23px;
    }
    .card-body {
        flex: 1 1 auto;
        padding: 12px;
    }

    #text-sipsu {
        font-weight: 800;
        color: #00381c;
        font-family: Lato;
    }

    /* CSS Setting User */

    #card-setting {
        margin-top: 11%;
        width: 40rem !important;
        align-items: center;
        justify-content: center;
        border-radius: 40px !important;
        height: 26rem;
        }

    #card-setting2 {
        width: 30rem;
        
    }

    #row-setting {
        flex: 1 1 auto;
        margin-top: -8px;
        width: 30rem;
    }

}
