.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('/assets/roleplay-ai/images/login-background.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100vh;
    overflow: hidden;
}

.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: -40px;
    max-height: 600px

}

.wayang-1{
    left: 70px;
    bottom: -40px;
    transform: rotate(-5deg);
}

.wayang-2{
    right: 70px;
    transform: scaleX(-1) rotate(-5deg);
}

#sound-button{
    position: absolute;
    left: 20px;
    top: 20px;
    width: 40px;
    height: 40px;
    z-index: 100;
    background: url('/assets/roleplay-ai/images/mute.png');
    background-size: 100% 100%!important;
}

#sound-button.active{
    background: url('/assets/roleplay-ai/images/Unmute.png');
}

@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;
    }
}

@media (max-height:500px) {
    .wayang{
        height: 200px!important;
    }

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