@charset "utf-8";

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; }

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:70px;
	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;
	line-height:72px;
	font-family: "Raleway";
	font-size:23px;
	font-weight:100;
	background: linear-gradient(#2d3135,#23272b);
	color:#ffffff;
	padding:0px;	
	margin-bottom:25px;
	text-align:center;
	position:relative;
	opacity: 0.93;
}

.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:310px !important;
	height:20px;
	float:right;
	clear:right;
	margin:25px 38px 0px 0px;
	line-height:20px;
	font-family:"Raleway";
	font-size:16px;	
	font-weight:100;
	color:#666;
	text-align:left;
}

.mini-squar {
	display: none;
}

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

.box-login .sign {
	width: 130px;
	height: 35px;
	float: left;
	clear: none;
	margin: 7px 0px 0px 5px;
	background-color: #f0f0f0;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	border: 0px;
	line-height: 35px;
	font-family: 'Raleway';
	font-size: 16px;
	font-weight:100;
	color: #ffffff;
	text-align: center;
	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;
	background: linear-gradient(#2d3135,#23272b);
	opacity: 0.93;
}
.box-login .sign:hover {
	opacity: 1;
}

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

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