@font-face
{
    font-family: a_FuturaRoundDemi;
    src: url(../fonts/a_FuturaRoundDemi.ttf);
}
@font-face
{
    font-family: MetaNormalLFC;
    src: url(../fonts/MetaNormalLFC.otf);
}

body {background-color: #000;}
a, span.click {
    color: #e2007a;
    text-decoration: underline;
    outline: none;
    cursor: pointer;
}

#content {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-color:  #000;
    text-align: justify;
    margin: 0 auto;
    color: #fff;
    /*height: 500px;*/
    width: 760px;
}

#logo {
    background: url('../images/lb4g/logo.png') no-repeat; 
    background-size: contain; 
    margin: 0 auto;
    margin-top: 10px;
    width: 160px; 
    height: 220px;
    border: 0;
}

.text {color: #FFFFFF; font-size: 12px; font-size: 2vw; font-family: MetaNormalLFC; }
.info{margin: 10px 0; color: #FFFFFF; font-size: 12px; font-size: 1.15vw; font-family: MetaNormalLFC; }

#fc {color: #FFFFFF; font-family: a_FuturaRoundDemi; font-size: 18px;}
#info_msisdn {font-size: 24px; padding-top: 20px;}
#info_msisdn .click { text-decoration: inherit;}

#footer {
    padding-top: 40px;
    color: #AAAAAA; 
    font-family: MetaNormalLFC; 
    font-size: 9px;
    margin: 0 auto;
    width: 700px;
    text-align: center;
}
.button{
    background: #e2007a;
    cursor: pointer;
    color: #fff;
    border: 0;
    text-transform: uppercase;
    font-family: a_FuturaRoundDemi; 
    font-size: 24px;
    border-radius: 10px;
    padding: 4px 10px;
    outline: none;
    width: 25%;
    height: 50px;
    margin-top: 20px;
}
.link{
    background: #e2007a;
    cursor: pointer;
    color: #fff;
    border: 0;
    text-transform: uppercase;
    font-family: a_FuturaRoundDemi; 
    font-size: 24px;
    border-radius: 10px;
    padding: 10px 10px;
    outline: none;
    width: 25%;
    height: 50px;
    margin-top: 20px;
    text-decoration: none;
}
#bsubmit {text-align: center;}
