
.login-box{
	width: 396px;
	height:100%;
	/*opacity: 0.68;*/
  	background-color: #4a4a4a;
  	box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.3);
  	background:rgba(0,0,0,0.68);
}

.login_logo{
	padding-top: 18%;
	margin: 0 auto;
	padding-bottom: 10px;
}
.login_logo img{
	padding: 0;
}

.login_title_1{
  	font-size: 20px;
  	font-weight: 300;
  	letter-spacing: 1px;
  	color: #ffffff;
  	padding-bottom: 10px;
}
.login_line{
	height: 3px;
	background: #bb0118;
	width: 170px;
	margin-left: 10%;
}
.login_title_2{
  	font-size: 36px;
  	font-weight: 300;
  	color: #ffffff;
  	padding-bottom: 40px;
  	padding-top: 10px;
}
.input-group .form-control{
	width: 261px;
}
.input-group .yanzhengma{
	width: 180px;
}

.btn-danger{
	color: #ffffff;
	width: 105px;
  	height: 31px;
  	background-color: #bb0118;
  	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  	font-size: 14px;
  	font-weight: 600;
  	letter-spacing: 3px;
  	border-radius: 0 !important;
}

.buttongroup .submit{
	padding-right: 10px;
}



.code{
	float: left;
	padding-left: 32px;
	padding-top: 2px;
}
.remember{
  font-size: 14px;
  font-weight: 300;
  line-height: 2.36;
  color: #ffffff;
  padding-left: 5%;
}
.remember span{
	margin-top: 1px;
}
.remember a{
	float: right;
	padding-right: 5%;
	font-size: 14px;
  	font-weight: 300;
  	line-height: 2.36;
  	color: #ffffff;
}


.login_footer{
	background: #000000;
	text-align: center;
	color: #ffffff;
	padding-top: 25px;
	font-size: 14px;
}
.login_footer img{
	margin-top: -60px !important;
	width: 100%;
}
