.splash-screen,
.splash-screen .screen,
.splash-screen .screen-panel,
.splash-screen .screen-data{
    height: 100%; 
    min-height: auto;  
    padding: 0em;
    margin:0em;
}

.splash-screen .screen-data{
    background-color: transparent;
    border-radius: 0em;
    padding: 0em;
}
.splash-screen .logo-div{
    position: absolute;
    top: 20px;
    width: 150px;
    padding: 0px;
    display: block;
    left: 41%;
}
.splash-screen .logo{}


.splash-screen.screen .char-div{
    position: absolute;
    bottom: 193px;
    width: 164px;
    left: 629px;
}
.splash-screen.screen .cloud-div{
    position: absolute;
    bottom: 0em;
    width: 100%;
}
.splash-screen .text-box{
    font-size: 16px;
    position: absolute;    
    width: 350px;
    padding: 20px;
    background: rgb(255, 255, 255);
    border-width: 3px 3px 3px 10px;
    border-style: solid;
    border-top-color: #121212;
    border-right-color: #121212;
    border-bottom-color: #121212;
    border-image: initial;
    border-left-color: initial;
    bottom: 54px;
    left: 65px;
    color: #121212;
}

.splash-screen .enter-btn-panel{
    margin: 0em;
    position: absolute;
    bottom: 55px;
    left: 43%;
}
.splash-screen .enter-btn-panel .btn{
    height: 40px;    
    padding: 5px;
    min-width: 160px;
    font-size: 18px;
}

/* --mediaQuery Start-- */
@media screen and (max-width: 834px) {
    .splash-screen .screen-panel{
        background-color: #00a9e0;
    }
    
    .splash-screen.screen .char-img-panel{
        position: relative;
        overflow: hidden;
        width: 100%;
        left: 0px;
        top: 0px;
        bottom: auto;
    }
    .splash-screen.screen .char-div{
        position: absolute;
            width: 10%;
            left: 45%;
            bottom: 23%;
            top: auto;     
    }   
    .splash-screen.screen .cloud-div{
        bottom: -2px;
    }
    .splash-screen .logo-div{
        position: absolute;
        top: 5%;
        left: 5%;
        margin: 0em auto;
        padding: 1% 0px;
        width: 150px;
        right: auto;
        text-align: center;
    }
    
    .splash-screen .text-box{
        width: calc(100% - 20px);
        padding: 20px;
        position: relative;
        bottom: auto;
        top: 0px;
        left: auto;
        margin: 1em auto;
    }
    .splash-screen .enter-btn-panel{
        margin: 0em auto;
        position: relative;
        bottom: auto;
        left: auto;
        text-align: center;
        padding: 1em 1em 2em 1em;
    }
}
@media screen and (max-width: 375px) {
    
}