
 /*-------------- RESET STYLE ------------------ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {border:0;font-family:inherit;font-size:100%;font-style:inherit;font-weight:inherit;margin:0;outline:0;padding:0;vertical-align:baseline;direction:rtl;}
ol, ul {
	list-style: none;
}
 /*-------------- RESET STYLE ------------------ */
@font-face{font-family:"BYekan";src:url("../fonts/BYekan.eot");src:local("?"),
	url("../fonts/BYekan.woff")
	format("woff"),
	url("../fonts/BYekan.ttf")
	format("truetype");
}
#h1tag{
     padding:5px 11px 0 0;
	 font-family:"b koodak";
	 font-size:33px;
	 text-align:center;
	 

}
body{
	margin:0 auto;
	background:#005cff;
	font-family:Tahoma;
}


#logo{
margin-right:115px;
margin-top:10px;


}

#bgf{
    width:300px;
	margin:120px auto 0 auto;
	padding:11px 11px;
	background:#0f2af0;
	
}

.logininput {
    padding:11px 17px 15px 0;
	float:right;
	width:282px;
	border:1px solid #eaedf1;
	font-size:11px;
	color:#8ea1aa;
	
}
.logininput:hover{border:1px solid #eaedf1;background:#EEEEEE;transition:0.4s;}

.loginbutton {
      width:90px;
	  height:38px;
	  background:#A6B4C8;
	  margin:0 9px 20px 2px;
	  float:left;
	  color:#fff;
	  
	  border:0;
	  	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	border-top-right-radius:5px;
	border-top-left-radius:5px;
   
}
.loginbutton:hover{background:#ff6b6b;transition:0.5s;}