body{
    font-family: Arial, Helvetica, sans-serif;
    /*font-size:12px;
    */
    margin:0px;
    padding:0px;
    background-image:url(../images/bg.jpg);
    background-repeat:no-repeat;
    background-position: top left;
    background-size: cover;
}
#content{
    width:95%;
    border-radius:10px;
    margin:auto;
    margin-top:3%;
}
.container {
    width: 100%;
    max-width: 768px;
    margin: 0 auto 50px;
    text-align: center;
    background: #1F71B7;
    padding: 15px;
    position: relative;
    box-sizing: border-box;
}
.logo {
    background: -webkit-linear-gradient(#1E70B4, #084e88);
    background: -moz-linear-gradient(#1E70B4, #084e88);
    background: linear-gradient(#1E70B4, #084e88);
    height: 75px;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
}
.logo span{
    font-size: 30px;
    line-height: 75px;
    color: #FFF;
}
.logo-holder{
    height:50px;
}
.big-title h1 {
    color: #FFF;
    font-size: 54px;
    line-height: 60px;
    margin-top: 20px;
    margin-bottom: 0;
}
.big-title p {
    color: #b9d5ec;
    font-size: 20px;
    margin-bottom: 0;
}
.mobile-game-part{
    width: 100%;
    margin-top: 20px;
}
.mobile-game-part img{
    width: 100%;
    max-width: 200px;
    height: auto;
    display: block;
    margin: 50px auto 0;
    border-radius: 160px;
}
.btn-container {
    margin: 20px 0;
}
.guide-text {
    color: #444;
}
.guide-text span{
    font-size: 20px;
    padding-left: 10px;
}
.single-black-bar {
    width: 100%;
    max-width: 480px;
    height: 60px;
    margin: 15px auto;
    /* line-height: 60px; */
    font-size: 18px;
    color: #FFF;
    border-radius: 5px;
    font-weight: bold;
}

.na-text{
    font-weight: bold;
}
#tnc{
    font-size:12px;
     padding:5px;
    text-align:justify;
    color: #9ad0ff;
    margin-top: 50px;
}
#k{
    margin-top:5px;
}
#btmnav{
    text-align:center;
    margin-top:10px;
    margin-bottom:50px;
    font-size:11px;
    color:#9a9ea0;
    padding:5px 0px 25px 0px;
}
#btmnav a{
    text-decoration:underline;
    color:#999;
}
#btmnav a:hover{
    text-decoration:none;
}
#btn-continue {
    width: 100%;
    max-width: 480px;
    height: 60px;
    background: linear-gradient(to bottom, #60d05d, #26981c);
    border-radius: 5px;
    color: #FFF;
    font-size: 26px;
    outline: 0;
    cursor: pointer;
    border: 0;
    position: relative;
}
#btn-continue img {
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 25px;
    background: #22941f;
    padding: 6px;
    position: absolute;
    top: 9px;
    box-shadow: 0 0 3px #94d88f;
}
.footer_terms {
    width: 100%;
    margin: 50px auto 0;
    text-align: center;
    color: #888;
    background: #0f2134;
    height: 40px;
    padding-top: 16px;
}
.footer_terms > a {
    font-size: 10px;
    text-decoration: underline;
    color: #999;
}

.footer_terms > a:link {color: #999;}      /* unvisited link */
.footer_terms > a:visited {color: #999;}   /* visited link */
.footer_terms > a:hover {color: #999;}     /* mouse over link */
.footer_terms > a:active {color: #999;}  
    
@media (max-width: 480px){
    .footer_terms{
        height: 60px;
    }
    .mobile-game-part{
        margin-top: 15px;
    }
    .logo h1 {
        background: #81a5be;
        padding-bottom: 15px;
    }
    .big-title h1{
        font-size: 30px;
    }
}
@media (max-width: 320px){
    .logo span{
        font-size: 20px;
    }
    .big-title h1 {
        font-size: 25px;
    }
}
.terms_link {
    color: #CCC;
    font-size: 10px;
}
.sub_message > p {
    color: #FFF;
}