.h-screen{
    height: 100vh;
}

.rounded-md{
    border-radius: 18px;
}

.login-page{
    background: linear-gradient(to right,rgba(0,0,0, .3),rgba(0,0,0, .3) ),url(../images/background-login.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.form-input{
    background: #EDEDED!important;
    font-size: 1.3rem;
    border-radius: 8px;
    line-height: 1;
}

.form-input::placeholder{
    color: #737373;
    font-size: 18px;
}

.btn-login{
    background: #6361D1;
    color: white;
    border-radius: 14px;
    padding: 10px 60px;
    font-weight: 700;
    box-shadow: inset 0px -10px 10px rgba(0, 0, 0, .25);
    transition: .3s ease-in-out;
}

.btn-login:hover{
    box-shadow: inset 0px -5px 10px rgba(0, 0, 0, .25);
    color: rgb(222, 222, 222);
}


#login-form h1{
    font-size: 50px;
    line-height: 1;
}

.lang-setting.show-top .language-list::before {
    bottom: -10px;
    transform: rotate(180deg);
    top: unset;
}

.lang-setting.show-top .language-list {
    top: -300%;
}

.widget-language {
    position: absolute;
    right: 0px;
    top: 20px;
}

.language-list{
    background-color: white;
    position: absolute;
}
.home-language{
    transition: .3s ease-in-out;
}

.home-language:hover{
    background-color: rgb(177, 177, 177);
}

.wayang {
    z-index: 1;
    bottom: 0px;
    max-height: 600px
}

.wayang-1{
    left: 70px;
}

.wayang-2{
    right: 70px;
}

@media (max-width:1200px) {
    .wayang-1{
        left: 20px;
    }

    .wayang-2{
        right: 20px;
    }
}

@media (max-width:767px) {
    .wayang{
        z-index: 5;
        max-height: 260px;
        bottom: 0px;
    }
    .wayang-1{
        left: 50px;
    }

    .wayang-2{
        right: 50px;
    }
}
@media (max-width:500px) {
    .wayang{
        z-index: 5;
        max-height: 230px;
        bottom: 0px;
    }

    .wayang-1{
        left: 20px;
    }

    .wayang-2{
        right: 20px;
    }
}
