@font-face {
	font-family: 'BYekan';
	src: url('./fonts/BYekan.eot?#') format('eot'),
	url('./fonts/BYekan.woff') format('woff'),
    url('./fonts/BYekan.ttf') format('truetype');
font-weight:normal;
font-style:normal;
}
body{
font:16px BYekan;
direction:rtl;
background:url(../images/BackHyper.jpg) fixed no-repeat;
background-size: cover;
text-align:center;
color:#262626;
}
.logo{
margin:2% auto auto auto;
width:269px;
height:400px;
background:url(../images/Logo.png) no-repeat;
}
.header {color:#fff;margin:20px auto 15px auto;font:28px BYekan;border:1px solid silver;width:32%;min-width:400px;border-radius:6px;background:rgba(0,0,0,0.55);padding-bottom:2px;}
.index{
width:32%;
min-width:400px;
height:185px;
border:4px solid #BCBCBC;
margin:10px auto auto auto;
background:#E2E2E2;
border-radius:9px;
padding-top:11px;
box-shadow:0 0 10px #fff;
-webkit-box-shadow:0 0 10px #fff;
-moz-box-shadow:0 0 10px #fff;
}
.inputs input {
font:26px BYekan;
text-align:center;
border:1px solid #969696;
padding:5px;
width:85%;
height:40px;
margin:11px auto auto auto;
background:#f7f7f7;
border-radius:3px;
}
.label {
margin-right:10px;
margin-left:10px;
}
input[type=submit],input[type=reset],input[type=button],button {
width:42%;
margin:21px 5px 2px 5px;
background-color: #3a4245;
padding: 5px 5px;
color: #FFF;
font-weight: bold;
border: 1px solid #113659;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
box-shadow: 0 20px 10px -10px rgba(255, 255, 255, 0.3) inset;
-moz-box-shadow: 0 20px 10px -10px rgba(255, 255, 255, 0.3) inset;
-webkit-box-shadow: 0 20px 10px -10px rgba(255, 255, 255, 0.3) inset;
-khtml-box-shadow: 0 20px 10px -10px rgba(255, 255, 255, 0.3) inset;
font:15px BYekan;
transition: ease 0.2s;
-moz-transition: ease 0.2s;
-webkit-transition: ease 0.2s;
-o-transition: ease 0.2s;
}

input[type=submit]:hover,input[type=reset]:hover,input[type=button]:hover,button:hover {
background-color: #CCC ;
color: #333;
cursor: pointer;
transition: ease 0.2s;
-moz-transition: ease 0.2s;
-webkit-transition: ease 0.2s;
-o-transition: ease 0.2s;
}