@charset "utf-8";
/* In The Name Of Allah */
/* Developed by Hassan Zanjani , hassanzanjani1374@gmail.com */

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 {margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent;}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {content: ''; content: none;}

:focus {outline: 0;}

::selection {
	background:#5A5A59;
	color:#ffffff;
}

::-moz-selection {
	background:#5A5A59;
	color:#ffffff;
}

ins {text-decoration: none;}
del {text-decoration: line-through;}

table {border-collapse: collapse; border-spacing: 0;}

a { text-decoration:none; }

@font-face {
    font-family: 'byekan';
    src: url('../font/WebYekan.eot');
    src: url('../font/WebYekan.eot?#iefix') format('embedded-opentype'),
         url('../font/WebYekan.woff') format('woff'),
         url('../font/WebYekan.ttf') format('truetype'),
         url('../font/WebYekan.svg#WebYekan') format('svg');
    font-weight: normal;
    font-style: normal;
    unicode-range: U+0600–06FF;
}

body {
	background-image:url(../image/admin.v1.background.jpg);
	background-repeat:repeat;
}

.centeral-login {
	width:390px;
	height:410px;
	float:none;
	padding:2px;
	margin:auto;
	position:absolute;
	top:0px;
	bottom:0px;
	right:0px;
	left:0px;
}

.box-login {
	width:390px;
	height:410px;
	float:right;
	-webkit-box-shadow: 1px 1px 1px rgba(209,209,209,.85);
	-moz-box-shadow: 1px 1px 1px rgba(209,209,209,.85);
	box-shadow: 1px 1px 1px rgba(209,209,209,.85);
	background-color:#ffffff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.box-login .header {
	width:390px;
	height:50px;
	float:right;
	-webkit-border-top-left-radius: 03px;
	-webkit-border-top-right-radius: 03px;
	-moz-border-radius-topleft: 03px;
	-moz-border-radius-topright: 03px;
	border-top-left-radius: 03px;
	border-top-right-radius: 03px;	
	direction:rtl;
	line-height:50px;
	font-family: byekan;
	font-size:20px;
	font-weight:100;
	background-color:#3ca4ca;
	color:#ffffff;
	padding:0px;	
	margin-bottom:25px;
	text-align:center;
	position:relative;
}

.box-login input {
	width:300px;
	height:35px;
	float:right;
	margin:7px 38px 0px 0px;	
	background-color:#E4E4E4;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	border:1px solid #FFF;
	line-height:35px;

	font-size:15px;
	color:#333;
	padding:0px 7px;
	clear:right;
	letter-spacing:1px;
	text-align:center;
	direction:ltr;
}

.box-login .title {
	width:300px !important;
	height:20px;
	float:right;
	clear:right;
	margin:25px 38px 0px 0px;
	line-height:20px;
	font-family:byekan;
	font-size:16px;	
	font-weight:100;
	color:#666;
	text-align:right;
}

.mini-squar {
	width:7px;
	height:7px;
	background-color:#666666;
	float:right;		
	margin:8px 0px 0px 7px;
}

#captcha {
	width:100px;
	height:35px;
	float:right;
	margin:7px 38px 0px 5px;	
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	clear:right;
}

.box-login .sign {
	width: 130px;
	height: 35px;
	float: right;
	clear: none;
	margin: 7px 5px 0px 0px;
	background-color: #f0f0f0;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	border: 0px;
	line-height: 35px;
	font-family: byekan;
	font-size: 17px;
	font-weight:100;
	color: #ffffff;
	text-align: center;
	background-color: #3ca4ca;
	letter-spacing: normal;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
}
.box-login .sign:hover {
	background-color: #12ade6;
}

.box-login .copyright {
	width:100%;
	height:auto;
	float:right;
	color:#4e4d4d;
	font-family: tahoma;
	font-size:11px;
	margin:50px 0px 0px 0px;
	text-align:center;
}

.escape {
	width:0px;
	height:0px;
	float:none;
	text-decoration:none;
	overflow: hidden;
}

.back {
	height:25px;
	position:absolute;
	top:62px;
	left:12px;
	font-family:byekan;
	font-size:12px;
	background-color:#3CA4CA;
	color:#FFF;
	display:block;
	line-height:25px;
	padding:0px 8px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-o-border-radius:3px;
	border-radius:3px;
	transition:all 0.2s ease-in;
}

.back:hover {
	left:-10px;
}