@font-face {
    font-family: 'shasha-font';
    src: url('../fonts/gesstwomedium.ttf');
}
@font-face {
    font-family: 'no-Arial';
    src: local("Courier New");
    unicode-range: U+30-39;
}
body{
    background: -moz-radial-gradient(center, ellipse cover, rgba(109,0,25,1) 0%, rgba(0,0,0,1) 100%); /* ff3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(49,79,125,1)), color-stop(100%, rgba(0,0,0,1))); /* safari4+,chrome */
    background:-webkit-radial-gradient(center, ellipse cover, rgba(109,0,25,1) 0%, rgba(0,0,0,1) 100%); /* safari5.1+,chrome10+ */
    background: -o-radial-gradient(center, ellipse cover, rgba(109,0,25,1) 0%, rgba(0,0,0,1) 100%); /* opera 11.10+ */
    background: -ms-radial-gradient(center, ellipse cover, rgba(109,0,25,1) 0%, rgba(0,0,0,1) 100%); /* ie10+ */
    background:radial-gradient(ellipse at center, rgba(109,0,25,1) 0%, rgba(0,0,0,1) 100%); /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6d0019', endColorstr='#000000',GradientType=1 ); /* ie6-9 */
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.jw2zna{
    float: right;
}
.shasha_awards{
    float: left;
}
.logo{
    margin: 15px 15px;
    float: right;
}
.shasha-form{
    max-width: 460px;
    margin: 15px auto;
    text-align: center;
}
.shasha-label{
    font-size: 25px;
    font-family: shasha-font;
    font-weight: 100;
    text-align: center;
    width: 100%;
    margin: 15px 0 5px;
    color: #ffffff;
    direction: rtl;
}
.margin-auto{
    margin: auto;
}
.green-text{
    color: #72DD00;
}
.small-font{
    font-size: 20px;
}
.shasha-label .com100100{
    font-family: sans-serif;
}
.kia-serato{
    font-size: 38px;
}
.code-verify-label{
    font-family: shasha-font;
    font-size: 16px;
    font-weight: 100;
    width: 30%;
}
.shasha-form .shasha-input{
    border-radius: 0;
    box-shadow: none;
}
.shasha-form .shasha-button{
    font-size: 18px;
    font-family: shasha-font;
    min-width: 90px;
}
#timer,a{
    font-family: shasha-font;
    font-size: 14px;
    margin: 10px auto;
    text-align: center;

}
a,a:focus,a:hover{
    outline: none;
}
.instructions{
    margin: 15px auto;
    text-align: center;
    float: none;
    direction: rtl;
}
.instructions p{
    color: #ffffff;
    font-family: no-Arial ,shasha-font;
}
.info-subscribe{
    font-family: no-Arial ,shasha-font;
    font-size: 13px;
    font-weight: 600;
}
.list-unstyled li{
    direction: rtl;
    font-family: cursive;
    font-size: 14px;
}

.close {
    float: left;
}
#roles{
    direction: rtl;
}
/* Small devices (tablets, 768px and up) */
@media all and (max-width: 768px ){
    .alert{
        font-family: shasha-font;
    }
    .jw2zna,.shasha_awards{
        float: none;
        margin: 10px auto;
        width: 220px;
    }
    .input-group{
        width: 90%;
        margin: 0 auto;
        height: 55px;
    }
    .input-group-addon{
        font-size: 20px;
    }
    .input-group input,input{
        font-size: 20px;
    }
    .shasha-form .shasha-input{
        height: 55px;
    }
    .btn-share-now{
        margin: 0 auto;
        display: block;
        width: 100px;
    }
    .shasha-label{
        font-size: 22px;
    }
    .banner{
        direction: rtl;
    }
    .code-verify-label{
        width: 100%;
    }
}
