.vp-game form .form-group select {
    height: 50px;
    border-radius: 16px;
    background-color: #fdefe4;
    outline: none;
    font-size: 20px;
    font-weight: 700;
    padding: 0 15px;
    width: 100%;
    color: #f27920;
}
.game-information p {
    margin-bottom: 5px !important;
}
.game-information b {
    font-weight: bold !important;
}

.vp-game .step-2 .game-information {
    padding: 35px 20px;
    background-color: #fff;
    border-radius: 40px;
    padding-left: 30px;
}
body {
    font-weight: 400 !important;
}

.vp-game form .form-group>label,
.box-title .inside {
    font-weight: 400;
}

.reload-text a {
    color: yellow;
}
img.shblogo {
    position: absolute;
    top: 20px;
    width: 100px;
}


.step-3.step form {
    margin-top: 100px;
}

.step-4.step , .step-6.step  {
    padding-top: 170px;
    overflow-x: hidden;
}

.step-6 .box-title {
   
    border: solid 7px #fff;
  
}

/*.vp-game .step-4 form .choose-character .character input:checked+label:before {
    content: "";
    display: block;
    width: 840px;
    height: 100%;
    border: none;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 0;
    background-image: url(https://shbtrulyfree.com.vn/clone/images/selected.png);
    background-size: contain;
    padding: 10px;
    background-repeat: no-repeat;
    background-position-x: 0;
    background-position-y: 0px;
}
.vp-game .step-4 form .choose-character .character label {
    display: block;
    cursor: pointer;
    background: transparent;
    border-radius: 24px;
    overflow: hidden;
    text-align: center;
}*/


.intro > img {
    margin: auto;
    max-width: 320px;
    margin-top: 40px;
}
.step-6 .box-title {
   
    background: transparent;
    padding-top: 8px;
    border: none;
}

@media (min-width: 1440px) {
    .vp-game .step-2 .game-information * {
        font-size: 14px;
    }
    .vp-game form .form-group>label {
        font-size: 16px;
    }
    .vp-game form .box-title .inside {
        font-size: 21px;
    }
    .step-6 .box-title .inside, .step-6 .winner .box-content .text {
  
        font-size: 28px;
        
    }
}