#body{  
        background: url(../images/back.jpg);
	text-align:center;
        font-family: Byekan;
        background-size: cover;
}
        
#SK_main {
        background-color: rgba(241, 241, 241, 0.51);
        width: 500px;
        margin-top: 12%;
        margin-left: 32%;
        border-radius: 5px;
        direction: rtl;
}
#SK_head {
        background: #e50303;
        width: 90%;
        margin-right: 5%;
        height: 38px;
        border-radius: 5px;
        color: whitesmoke;
        font-size: 22px;
        padding: 3px 0px 0px 0px;
}
.SK_username {
        -webkit-box-shadow: 0px 0px 25px 0px #CFCFCF inset;
        box-shadow: 0px 0px 25px 0px #CFCFCF inset;
        -moz-box-shadow: 0px 0px 25px 0px #CFCFCF inset;
        padding-right: 20px;
        width: 200px;
        font-family: Byekan;
        margin-right: 20px;
        color: #e50303;
        height: 30px;
        border: 1px solid #9d9b9b;
}
.SK_pass {
        -webkit-box-shadow: 0px 0px 25px 0px #CFCFCF inset;
        box-shadow: 0px 0px 25px 0px #CFCFCF inset;
        -moz-box-shadow: 0px 0px 25px 0px #CFCFCF inset;
        padding-right: 16px;
        width: 200px;
        font-family: Byekan;
        margin-top: 20px;
        margin-right: 20px;
        color: #e50303;
        height: 30px;
        border: 1px solid #9d9b9b;
}
.SK_jensiyat {
        -webkit-box-shadow: 0px 0px 25px 0px #CFCFCF inset;
        box-shadow: 0px 0px 25px 0px #CFCFCF inset;
        -moz-box-shadow: 0px 0px 25px 0px #CFCFCF inset;
        padding-right: 20px;
        width: 246px;
        margin-top: -5px;
        font-family: Byekan;
        margin-right: -4px;
        color: #e50303;
        height: 35px;
        border: 1px solid #9d9b9b;
}
.SK_btn {
        background: #0d8f0d;
        border: 0;
        height: 30px;
        font-family: Byekan;
        color: whitesmoke;
        cursor: pointer;
}
.SK_btn:hover{
        background: #3a9f43;
}

#SK_req {
        background: white;
        width: 87%;
        margin-right: 5%;
        border-right: 15px solid #f08888;
        height: 25px;
        color: #e50303;
        font-size: 13px;
}
.req {
        color: #030303;
        float: right;
        padding-right: 5px;
        padding-top: 2px;
}
.req:hover{
        color: #8b8989;
}
.online {
        float: left;
        padding-left: 5px;
        padding-top: 2px;
}
#SK_copy {
        background: white;
        width: 87%;
        margin-right: 5%;
        border-right: 15px solid #f08888;
        height: 25px;
        color: #e50303;
        font-size: 13px;
        margin-top: 5px;
}
a {
  text-decoration: none;
}

/************************************* font icone ********************************/
#user {background: #e50303;color: white;font-size: 29px;position: absolute;height: 34px;width: 37px;text-align: center;margin-right: -3px;}
#pass {background: #e50303;color: white;font-size: 29px;position: absolute;height: 34px;width: 37px;text-align: center;margin-right: -7px;margin-top: 20px;}
#gen {background: #e50303;color: white;font-size: 29px;position: absolute;height: 34px;width: 37px;text-align: center;margin-right: -5px;margin-top: -4px;}