body {
	font: 14px/180% Arial, Helvetica, Verdana;
	color: #5a5a5a;
	margin: 0;
	 background: #999;
}

body.login {
	/* background: url(../static/img/background.gif); */
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
} 

div, p, img, ul, li, form, input, label, span, dl, dt, dd, h1, h2, h3,
	h4, h5, h6 {
	margin: 0;
	padding: 0;
}

.login_m {
	width: 403px;
	margin: 0 auto;
	height: 375px;
	margin-top: 98px;
}
.login_mre{
	width: 38%;
	margin: 0 auto;
	height: 650px;
	margin-top: 60px;
}

.login_logo {
	text-align: center;
	margin-bottom: 25px; 
}

.login_boder {
	background: url(../static/img/login_m_bg.png) no-repeat;
	height: 600px;
	overflow:hidden;
	padding:0px;
	margin-top:-9px;
}

.login_padding {
	margin-top:-1px;
	padding: 20px 47px 20px 47px;
}

.login_boder h2 {
	color: #333;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 5px;
    margin-top: 5px;
}

.login_boder input.txt_input {
	width: 308px;
	height: 36px;
	border: 1px solid #cad2db;
	background: url(../images/txt_input_bg.gif) no-repeat;
	padding: 0 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	line-height: 36px;
	margin-bottom: 10px;
	font-size: 14px;
	color: #717171;
	font-family: Arial;
}

.login_boder input.txt_input2 {
	margin-bottom: 20px;
}

.login_boder input.txt_input:focus {
	transition: border linear .2s, box-shadow linear .2s;
	-moz-transition: border linear .2s, -moz-box-shadow linear .2s;
	-webkit-transition: border linear .2s, -webkit-box-shadow linear .2s;
	outline: none;
	border-color: rgba(173, 173, 173.75);
	box-shadow: 0 0 8px rgba(173, 173, 173, .5);
	-moz-box-shadow: 0 0 8px rgba(173, 173, 173, .5);
	-webkit-box-shadow: 0 0 8px rgba(173, 173, 173, 3);
	border: 1px solid ;
}

.login_boder p.forgot {
	font-size: 12px;
	text-align: right;
	margin-bottom: 15px;
}

.login_boder p.forgot a, .login_boder p.forgot a:visited {
	color: #8c8e91;
}

.login_boder p.forgot a:hover {
	color: #206fd5;
}

.rem_sub input.sub_button {
	float: right;
	width: 122px;
	height: 32px;
	/* background: url(../static/img/site_bg.png) no-repeat -153px -850px; */
	border: none;
	color: #FFF;
	padding-bottom: 2px;
	font-size: 15px;
	font-weight: bold;
}

.rem_sub input.sub_buttons {
	float: left;
	width: 122px;
	height: 32px;
	background: url(../static/img/site_bg.png) no-repeat -153px -850px;
	border: none;
	color: #FFF;
	padding-bottom: 2px;
	font-size: 14px;
	font-weight: bold;
}

.rem_sub input.sub_buttons:hover {
	background-position: -153px -882px;
	cursor: pointer;
}

.rem_sub input.sub_button:hover {
	background-position: -153px -882px;
	cursor: pointer;
}

.rem_sub .rem_sub_l {
	float: left;
	font-size: 13px;
	height: 33px;
	line-height: 33px;
}

.rem_sub input#checkbox {
	margin-right: 5px;
	vertical-align: middle;
}