@charset "utf-8";
/* CSS Document */

body {
    background-color: #3c0300;
    background-image: url(https://khelojeetogame.net/assets/img/landingimages/bg-new.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin: 0;
    height: 100vh;
}

#wrapper {
    width: 950px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 0px;
    background-repeat: no-repeat;
}

.Buttons {
    float: center;
    text-align: center;
    position: relative;
    left: 5px;
    bottom: 0px;
    margin-top: -40px;
}

#wrapper-login {
    width: 1366px;
    height: 768px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 0px;
}

.Flash_Logo {
    float: left;
    margin-top: 10px;
    height: 160px;
    width: 254px;
}

.Amusement {
    float: left;
    width: 422px;
    clear: both;
    text-align: center;
}

.Web_InstructionBanner {
    width: 747px;
    height: 430px;
    position: relative;
    top: -20px;
}

.Web_InstructionBanner img {
    width: 950px;
    height: 500px;
}

.banner18 {
    width: 373px;
    padding-top: 0px;
    margin: 18px auto 0px;
}

.icon-bar {
    float: right;
    margin-top: 0px;
}
#Image2{
    display: none;
}
@media(max-width:980px){
    .print-img{
        display: none;
    }
    #Image2{
        display: block;
    }
    .Buttons{
        display: flex;
        justify-content: center;
    }
}