@charset "utf-8";
/* CSS Document */
body {
	width: 100%;
	height: 100%;
	margin: 0px auto;
	padding: 0px;
	color: #333333;
	font-size: 15px;
	font-family: 'Microsoft Yahei', 'SimSun', sans-serif;
}
#web_bg{
  position:fixed;
  top: 0;
  left: 0;
  width:100%;
  height:100%;
  min-width: 1000px;
  z-index:-10;
  zoom: 1;
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-position: center 0;
}
button
{
	font-family: 'Microsoft Yahei', 'SimSun', sans-serif;
}
form, p, h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
}
i {
	font-style: normal;
}
img {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
ul, li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
input, select {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	vertical-align: middle;
	outline: 0;
	font-family: 'Microsoft Yahei', 'SimSun', sans-serif;
}
a {
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	text-decoration: none;
}
.fix:before, .fix:after {
	content: "";
	display: table;
}
.fix {
*zoom:1;
}
h2{
margin-top:10px;
}
.fix:after {
	clear: both;
}
#container {
	height: 90px;
	width: 80%;
	margin: 0 auto;
	position:relative;
}
.con_left
{
	width: 30%;
	float:left;
	margin-left:30px;
}

#logo {
	float: left;
	margin: 15px  0 0px 25px;
}
#center
{
	width:100%;
	height:100%;
	margin:10px auto;
}

#content
{
	width: 1300px;
	height: 607px;
	margin:0 auto;
	margin-top: 150px;
	/* box-shadow: 5px 12px 16px #12562a; */
}
#content .con_logo
{width: 500px;position:absolute;height:450px;}
#content .con_logo  img
{width:238px;
height:113px;
position:absolute;
display:block;
left:50%;
margin-left:-119px;
padding-top:170px;
}
#content .content_left
{
	width: 600px;
	float:left;
	height: 607px;
	box-shadow: 0 3px 5px rgba(112, 186, 45, 0.47);
	border-radius:10px 0 0 10px;
	background-color:#fff;
	}
#login-form
{
	margin:120px 0 0 110px;
}
#content .content_left>ul
{
	padding-top:30px;
	/* margin-left: 55px; */
}

#content .content_left .register
{
	text-align:center;
	color:#fff;
	
}

#content .content_left p
{color: #000;margin-top: 50px;text-align:left;font-size: 28px;line-height: 45px;margin-bottom: 25px;/* font-weight:bold; */}
#content .content_left p span
{
	font-size: 28px;
}
#content .content_left  .btn-primary
{
	width: 395px;
	margin:0 auto;
	height: 50px;
	background-color: #70ba2d;
	color: #fff;
	border:none;
	font-size:18px;
	border-radius:50px;
	line-height: 50px;
	/* margin-left: 55px; */
	text-align:center;
	margin-top: 40px;
	cursor:pointer;
}
#content .content_left  .btn-code
{
	width:90px;
	height:44px;
	border:1px solid #3793df;
	float:left;
	color:#3793df;
	font-size:14px;
	border-radius:2px;
	line-height:44px;
	margin-left: 10px;
	text-align:center;
	background-color:#fff;
	cursor:pointer;
}
#content .content_right
{width: 700px;background: url(../../images/cover/img_shibeilvhua.jpg) no-repeat #fff;position:relative;float:right;border-radius:10px;height: 607px;}
 .form-group {
 
margin: 0 auto;
 
position: relative;
 
margin-bottom:15px;
}

.form-control {
    height: 32px;
    line-height: 32px;
    padding: 10px 20px;
    background-color: #fff;
    border: 1px solid #ccc;
    font-size: 15px;
    width: 355px;
    color: #555;
    display: block;
    border-radius:50px;
}
.form-control-code {
    height: 32px;
    padding: 6px 20px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 2px;
      font-size: 13px;
    color: #555;
    display: block;
	 padding-left: 40px;
	 float:left;
}
.errorSummary
{
	font-size:18px !important;
	color: #006c38;
	line-height:45px;
}
.errorSummary p {display:none}
.errorSummary ul {padding-top:15px;color:red;margin-left: 55px;}