body {
    background: rgb(0,72,56);
}

.navbar {
    background-color: white;
}

#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: 18rem;
    margin-top: 24px;
}
/* CSS Setting User */

#card-setting {
    margin-top: 30%;
    width: 20rem !important;
    align-items: center;
    justify-content: center;
    border-radius: 10px !important;
    height: 26rem;
    }
    
    #row-setting {
        flex: 1 1 auto;
        margin-top: -8px;
        width: 17rem;
    }
    .login-footer {
        margin-left: 16px;
        margin-top: 25px;
        }
    .btn-kembali {
        font-size: 11px;
        margin-left: -18px;
    }
    .btn-login {
        font-size: 11px;
        width: 107px;
        color: white;
        background: #00381C;
        border-radius: 10px;
        border-style: none;
    }

@media (min-width: 992px) {

    body {
    background: rgb(0,72,56);
    background: linear-gradient(100deg, rgba(0, 72, 56, 1) 0%, rgb(121 175 93) 100%);
    }

    #sebelah_kiri {
        display: block;
        margin-left: -13px;
        margin-top: 31px;
        width: 420px;
    }

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

    #text-login {
        font-weight: 600;
        font-size: 30px;
        color: #1c1c1c;
        margin-bottom: -2px;
    }
    
    #card-login2 {
        width: 400px;
        padding-right: 14px !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;
    }

    #garislogin{
        background: linear-gradient(to right, #3c5d2a, #90f105)
    }

    .btn-kembali {
        font-size: 14px;
    }
    .btn-login {
        font-size: 14px;
        width: 150px;
        color: white;
        background: #00381C;
        border-radius: 10px;
        border-style: none;
    }
     /* CSS Setting User */

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

    #card-setting2 {
        width: 30rem;
        
    }

    #row-setting {
        flex: 1 1 auto;
        margin-top: -8px;
        width: 50rem;
        justify-content: center;
    }
    .container2 {
        display: flex;
        justify-content: center;
        margin-bottom: 2rem;
        align-items: center;
    }

}
