@font-face {
    font-family: 'yekan';
    src: url('../fonts/Yekan.ttf') format('truetype');
}
body{
    font-family: yekan;
    /*letter-spacing: -0.3px;*/
    color: #4c4c4c;
    /*color: #ffffff;*/
    /*text-align: center;*/
    /*text-shadow: 1px 1px 1.5px rgba(50,50,50,0.10);*/
    direction: rtl;
    /*line-height: 40px;*/
}
a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

.main {
    position: relative;
    margin: 50px auto;
    width: 650px;
    height: 635px;
    box-shadow: 1px 5px 12px rgba(150,150,150,0.7);
    padding: 25px;
	
}
.main > div{
    padding: 10px;
}


#head-title{
    background: url(../img/holoo.jpg) 79% 11% no-repeat;
    height: 70px;
    background-size: 140px;
    padding-top: 25px;
    font-size: 15px;
    padding-right: 250px;
}
.error{
    color: #ff464b;
}
.success{
    color: rgb(59, 170, 64);
}
.code{
    font-size: 16px;
    color: rgb(255, 255, 255);
    background-color: rgb(229, 30, 34);
	padding: 1px 10px 1px 10px;
	text-shadow: 1px 1px 1px rgba(81, 81, 81, 0.5);
	box-shadow: 1px 1px 5px rgba(81, 81, 81, 0.4);
	margin: auto;
	display: block;
	text-align: center;}
	
#resultLoad{
    display: none;
}#resultLoad >img{
     padding-top: 20px;
     width: 50px;
 }
#resultMsg{
    padding-top: 20px;
    display: none;
}
#resultCode{
    margin-top: 0px;
    display: none;
}
#serial {
    min-width: 475px;
    text-align: center;
    float: left;
}
#tell {
    min-width: 475px;
    text-align: center;
    float: left;
}
.form-group{
    margin-bottom: 10px !important;
    width: 100%;
}
.submit-class{
    width: 100%;
    text-align: center;
}
#getCode{
    margin: auto;
    margin-top: 30px;
}
.help{
    width: 100%;
    display: inline-block;
    text-align: right;
    direction: rtl;
    color: grey;
    font-size: 12px;
    padding-right: 108px;
    padding-top: 10px;
}

label{
    padding-top: 5px;
}
label:after{
    content: ' : ';
}
ul, ol {
    /*-webkit-padding-start: 0 !important;*/
    padding-right: 0;
    list-style: none;
    margin-right: 0;
}
li:before{
    content: '';
}

#captcha_code{margin-right: 37px;}
@media(max-width:767px){
    label:after{
        content: '';
    }
    .main {
        position: relative;
        margin: 0 auto;
        width: 100%;
        height: 600px;
        box-shadow: none;
        padding: 20px;
    }
    #serial {
        min-width: inherit;
    }
    #tell {
        min-width: inherit;
    }
    .help{
        padding-right: 2px;
    }
    #captcha_code {
        margin-right: 0px;
    }
}

@media(max-width:480px){
    label:after{
        content: '';
    }
    .main {
        position: relative;
        margin: 0 auto;
        width: 100%;
        height: 600px;
        box-shadow: none;
        padding: 20px;
    }
    #head-title{
        background-size: 100px;
        font-size: 13px;
        padding-right: 140px;
        background-position: 90%;
    }
    .code{
        font-size: 11px;
        padding: 1px 2px 1px 2px;
    }
}