body {
    background-color: #4E54C8 !important;
    margin: 0;
    font-family: Arial, sans-serif;
}

.navbar {
    background-color: white;
    padding: 10px;
    width: 100%;
    height: 62px;
    border-bottom-right-radius: 20px;
    transition: width 0.5s ease-out;
    position: relative;
    z-index: 1000;
}

.navbar .container-fluid {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.navbar-brand img {
    width: 129.13px;
    height: 28px;
}

.navbar.show {
    width: 300px; /* Lebar akhir */
}

.text-header {
    color: white;
    font-size:32px;
    font-weight: 700;
    line-height: 38.73px;
    text-align: center;
}

.text-sub-header {
    color: #623DE6;
    font-size: 16px;
    font-weight: 600;
    line-height: 19.36px;
    text-align: center;
    margin-top: -10px;
}

.btn-custom {
    background-color: white !important;
    border: 1px solid #4E54C8 !important;
    color: #4E54C8 !important;
    border-radius: 120px !important;
    padding: 4px 16px !important;
    width: 70px !important;
    height: 28px !important;
    font-weight: 600 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-decoration: none !important;
    font-size: 14px !important;
}

.form-input-login {
    width: 412px !important;
    margin: 0 auto;
}

.card-portal {
    background-color: rgba(255, 255, 255, 0.4) !important;
    border-radius: 50px !important;
}


.card-list-apps {
    background-color: rgba(255, 255, 255, 0.4) !important;
    border: none;
    border-radius: 12px !important;
}

.card-list-apps .card-body{
    height: 170px !important;
}

.card-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-top: 60px;
    box-sizing: border-box;
}

.app-image {
    width: 110px;
    height: 110px;
}

input[type="checkbox"]{
    background: cyan;
}

.btn-login{
    width: 103px !important;
    height: 42px !important;
    border-radius: 24px !important;
    padding: 6px 12px !important;
    background-color: #ffffff !important;
    color: #4E54C8 !important;
    border: none;
}

.card-footer {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    text-align: center;
}

.card-footer p {
    font-size: 12px !important;
    font-weight: 400 !important;
    line-height: 14.52px !important;
    margin: 0;
}

.error-message {
    width: 412px;
    margin-top: 5px;
    color: #FF0000;
    font-size: 14px;
}

.area {
    background: #4e54c8;
    background: -webkit-linear-gradient(to left, #8f94fb, #4e54c8);
    width: 100%;
    height: 100vh;
}

.circles {
    position: absolute;
    top: 0px !important;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.circles li {
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: rgba(255, 255, 255, 0.2);
    animation: animate 25s linear infinite;
    bottom: -150px;
    pointer-events: none;
}

.circles li:nth-child(1) {
    left: 25%;
    width: 80px;
    height: 80px;
    animation-delay: 0s;
}

.circles li:nth-child(2) {
    left: 10%;
    width: 20px;
    height: 20px;
    animation-delay: 2s;
    animation-duration: 12s;
}

.circles li:nth-child(3) {
    left: 70%;
    width: 20px;
    height: 20px;
    animation-delay: 4s;
}

.circles li:nth-child(4) {
    left: 40%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 18s;
}

.circles li:nth-child(5) {
    left: 65%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
}

.circles li:nth-child(6) {
    left: 75%;
    width: 110px;
    height: 110px;
    animation-delay: 3s;
}

.circles li:nth-child(7) {
    left: 35%;
    width: 150px;
    height: 150px;
    animation-delay: 7s;
}

.circles li:nth-child(8) {
    left: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 15s;
    animation-duration: 45s;
}

.circles li:nth-child(9) {
    left: 20%;
    width: 15px;
    height: 15px;
    animation-delay: 2s;
    animation-duration: 35s;
}

.circles li:nth-child(10) {
    left: 85%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
    animation-duration: 11s;
}

@keyframes animate {
    0% {
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }

    100% {
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }
}

@media (max-width: 768px) {

    .card-container {
        width: 100% !important;
        align-items: center !important;
    }

    .card-header {
        padding: 0 !important;
        margin-bottom: 0 !important;
        background-color: rgba(0, 0, 0, .03);
        border-bottom: 1px solid rgba(0, 0, 0, .125);
    }

    .form-input-login {
        width: 100% !important;
        margin: 0 auto;
    }

    .text-header {
        color: white;
        font-size: 28px;
        font-weight: 700;
        line-height: 38.73px;
        text-align: center;
    }

    .text-sub-header {
        color: #623DE6;
        font-size: 16px;
        font-weight: 600;
        line-height: 19.36px;
        text-align: center;
        margin-top: -10px;
    }

    .btn-login {
        display: flex;
        justify-content: center;
        width: 100% !important;
    }

    #login-text{
        margin-top: 4px !important;
        font-size: 14px !important;
    }

    #login-text i{
        font-size: 18px !important;
    }
}

@media (max-width: 576px) {
    .card-container {
        width: 100% !important;
        align-items: center !important;
    }

    .text-header {
        color: white;
        font-size: 28px;
        font-weight: 700;
        line-height: 38.73px;
        text-align: center;
    }

    .text-sub-header {
        color: #623DE6;
        font-size: 16px;
        font-weight: 600;
        line-height: 19.36px;
        text-align: center;
        margin-top: -10px;
    }

    .card-header {
        padding: 0 !important;
        margin-bottom: 0 !important;
        background-color: rgba(0, 0, 0, .03);
        border-bottom: 1px solid rgba(0, 0, 0, .125);
    }

    .form-input-login {
        width: 100% !important;
    }
}


