body{
    font-family: Arial, Helvetica, sans-serif;
    margin:0px;
    padding:0px;
    /*background-image:url(../images/bg.jpg);*/
    background-repeat:no-repeat;
    background-position: top left;
    background-attachment: fixed;
    width: 100%;
    height: 100vh;
    overflow-y: auto;
    background-size: 100% 100vh;
}
#content{
    width:95%;
    border-radius:10px;
    margin:auto;
    margin-top:3%;
}
.container {
    width: 100%;
    max-width: 768px;
    margin: 0 auto;
    text-align: center;
    padding: 15px;
    position: relative;
    box-sizing: border-box;
    height: auto;
    overflow: hidden;
}
.logo {
    background: #E3E8EB;
    height: 85px;
    width: 100%;
}
.logo img {
    width: 75px;
    padding-top: 8px;
}
.logo::after{
    content: "";
    width: 100%;
    height: 75px;
    background-color: cyan;
}
.guide-text {
    text-align: center;
    color: #000;
}
.big-title {
    text-align: center;
    color: #000;
}
.big-title h1{
    color: #000;
}
.left-empty-section {
    width: 50%;
    height: 500px;
    float: left;
}
.right-form{
    width: 50%;
    min-height: 500px;
    overflow: hidden;
    float: left;
    background: #D42D6B;
}
.center-form{
    width: 100%;
    min-height: 350px;
    overflow: hidden;
    margin : 0 auto;
    
}
.padding-container{
    padding: 15px;
}
#tnc {
    font-size: 12px;
    padding: 5px;
    text-align: justify;
    color: #000;
    margin: 20px auto 50px auto;
    width: 80%;
}
#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: 230px;
    max-width: 320px;
    height: 50px;
    background: #FFF;
    border-radius: 7px;
    color: #d42d6b;
    font-size: 26px;
    border: 2px solid #a4a5a4;
    outline: 0;
    cursor: pointer;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
}
#btn-continue:hover {
    background: #d42d6b;
    color: #FFF;
    border-color: #a71b4f;
}*/
.footer_terms {
    width: 100%;
    margin: 50px auto 0;
    text-align: center;
    color: #000;
    height: 40px;
    padding-top: 16px;
}
.footer_terms > a {
    font-size: 10px;
    text-decoration: underline;
    color: #000;
}

.footer_terms > a:link {color: #000;}      /* unvisited link */
.footer_terms > a:visited {color: #000;}   /* visited link */
.footer_terms > a:hover {color: #000;}     /* mouse over link */
.footer_terms > a:active {color: #000;}  
    
@media (max-width: 767px){
    .left-empty-section {
        display: none;
    }
    .right-form {
        margin: 0 auto;
        width: 300px;
        overflow: hidden;
        float: none;
    }
    .container{
        padding: 0;
    }
}
@media (max-width: 480px){
    .footer_terms{
        height: 60px;
    }
    .mobile-game-part{
        margin-top: 150px;
    }
    .logo h1 {
        background: #81a5be;
        padding-bottom: 15px;
    }
}
#btn-continue {
    color: #fff;
    font-size: 24px;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    padding: 15px 0;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin: 10px auto;
    width: 100%;
    display: block;
    cursor: pointer;
    max-width: 280px;
    background: #885ca8;
    border-bottom: 4px solid rgba(0, 0, 0, 0.3);
}
.phone-box {
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
    box-sizing: border-box;
    padding-bottom : 15px;
}
input[type=number] {
    height: 48px;
    padding: 6px 10px;
    background-color: #fff;
    border: 1px solid #D1D1D1;
    border-radius: 4px;
    box-shadow: none;
    box-sizing: border-box;
    font-size: 2em;
}

#msisdn, .text-input {
    padding: 5px;
    font-size: 17px;
    margin-top: 5px;
    width: 100%;
    color: #333333;
    height: 55px;
    padding-left: 15px;
    max-width: 480px;
}

.header_logo {
    background: #4d1b76;
    padding: 0px;
    position: relative;
    font-family: 'Arial';
    font-weight: normal;
    text-align: center;
    line-height: 70%;
}

.header_logo > img {
    width: 100%;
    max-width: 800px;
    display: block;
    margin: 0 auto;
}
.footer_container {
    font-size: 12px;
    text-align: center;
    color: #885ca8;
}