@font-face {
    font-family: 'shasha-font';
    src: url('../fonts/gesstwomedium.ttf');
}
body{
    background-image: url("../images/shasha20$bg.png");

    background-repeat: no-repeat;
}
.banner{
    max-width: 470px;
    margin: 0 auto;
}
.jw2zna{
    float: right;
}
.shasha_awards{
    float: left;
}
.logo{
    margin: 15px 15px;
    float: right;
}
.shasha-form{
    max-width: 460px;
    margin: 15px auto;
    text-align: center;
}
.number-part{

}
.shasha-label{
    font-size: 25px;
    font-family: shasha-font;
    font-weight: 100;
    text-align: center;
    width: 100%;
    margin: 15px 0 5px;
    color: #fff;
}
.code-verify-label{
    font-family: shasha-font;
    font-size: 16px;
    font-weight: 100;
    width: 30%;
    color: #fff;
}
.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;
    color: #fff;

}
a,a:focus,a:hover{
    outline: none;
}
.instructions{
    margin: 15px auto;
    text-align: center;
    float: none;
    direction: rtl;
    color: #fff;
}
.info-subscribe{
    font-family: 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%;
    }
}
