@charset "utf-8";
/*  UI Design by Shabdiz . 2014 . ShabdizCO. */

@font-face {
  font-family: 'BYekan';
  src: url('fonts/BYekan.eot?#') format('eot'),  /* IE6–8 */
       url('fonts/BYekan.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
       url('fonts/BYekan.ttf') format('truetype');  /* Saf3—5, Chrome4+, FF3.5, Opera 10+ */
}
body{
	background-color:#eeeeee;
	direction:rtl;
	margin:0px;
	padding:0px;
}
input{
	width:90%;
	padding:10px;
	margin:10px 0px;
	font-family:'tahoma';
	font-size:12px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-o-border-radius:3px;
	-ms-border-radius:3px;
	border:1px solid #CCC;
	color:#666;
}

#login-container{
	width:1000px;
	height:600px;
	padding:0px;
	/*background-color:#FFF;*/
	margin-bottom:10px;
}

#login{
       text-align: center;
	width:320px;
	height:360px;	
	background-color:#FFF;
	padding-top:15px;
	margin-top:150px;
	direction:ltr;
	border-top: #4fc1e9 solid 5px;
	box-shadow:0px 0px 3px #cacaca;
	-moz-box-shadow:0px 0px 3px #cacaca;
	-webkit-box-shadow:0px 0px 3px #cacaca;
}
#logo{
	width:90px;
	height:42px;
	background-image:url(../images/login_logo.png);
	margin-left:auto;
	margin-right:auto
}
#login h4{
	color:#5ab8d9;
	text-align:center;
	margin-bottom:25px;
}
#username{
	width:290px;
	height:auto;
	border: #4fc1e9 solid 1px;
	background-image:url(../images/username.jpg);
	background-repeat:no-repeat;
	padding-left:50px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px;
}
#username:focus{
	border: #3792b2 solid 1px;
}
#password{
	width:290px;
	height:auto;
	border: #4fc1e9 solid 1px;
	background-image:url(../images/Password.jpg);
	background-repeat:no-repeat;
	padding-left:50px;
}
#password:focus{
	border: #3792b2 solid 1px;
}
#button{
	width:100px;
	height:30px;
	margin-top:20px;
	background-color:#4fc1e9;
	text-align:center;
	
	color:#FFFFFF;
	padding:0px;
	border:3px solid #4fc1e9;
	transition:all .3s;
	-webkit-transition:all .3s;
	-moz-transition:all .3s;
}
#button:hover{
	background-color:#fff;
	border:3px solid #4fc1e9;
	color:#4fc1e9;
	transition:all .3s;
	-webkit-transition:all .3s;
	-moz-transition:all .3s;
}
footer{
	text-align:center;
	font-size:12px;
	margin-top:-80px;
	color:#989898;
}
