body{
	background:#FFF;
}
.login{
	width: 100%;
    max-width: 400px;
    position: absolute;
    top: 45%;
    background: #FFFFFF;
    margin-top: -175px;
    border-radius: 2px;
    left: 50%;
    margin-left: -200px; 
	
}
.login-form .has-feedback {
    position: relative;
}
.login-form .has-feedback .form-control {
    padding-left: 36px;
}
.login-form .has-feedback .mdi {
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    width: 36px;
    height: 36px;
    line-height: 36px;
    z-index: 1;
    color: #565656;
    display: block;
    text-align: center;
    pointer-events: none;
}
.login-form .has-feedback.row .mdi {
    left: 10px;
}
.login-form .form-group:last-child,
.login-right p:last-child {
    margin-bottom: 0px;
}
.login-right {
    background: #67b26f!important;
    background: -moz-linear-gradient(45deg,#67b26f 0,#4ca2cd 100%)!important;
    background: -webkit-linear-gradient(45deg,#67b26f 0,#4ca2cd 100%)!important;
    background: linear-gradient(45deg,#67b26f 0,#4ca2cd 100%)!important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#67b26f', endColorstr='#4ca2cd', GradientType=1 )!important;
}
.login-box {
    max-width: 400px;
}
.login-right {
    max-width: 50%;
}
.login-right p a{
	color:#FFF ;
}
.login-right p a:hover{
	color:#09c ;
}

.mod_copyright_auth {
    position: relative;
    margin: 2px 0;
    top: -8px;
}
.mod_copyright_auth_ico_2 {
    background-repeat: no-repeat;
    background-position: -205px -111px;
    background-image: url(../images/login/sprite.footer.png);
}
.mod_copyright_auth_ico {
  overflow: hidden;
  display: inline-block;
  margin: 0 1px;
  width: 95px;
  height: 32px;
  line-height: 1000px; 
}

.mod_copyright_auth_ico_3 {
  background-repeat: no-repeat;
  background-position: -205px -74px;
  background-image: url(../images/login/sprite.footer.png); }

.mod_copyright_auth_ico_5 {
  background-repeat: no-repeat;
  background-position: -205px 0;
  background-image: url(../images/login/sprite.footer.png); }

.mod_copyright_auth_ico_6 {
  background-repeat: no-repeat;
  background-position: 0 -155px;
  background-image: url(../images/login/sprite.footer.png); }
.pro-content div{
	max-height:550px;
	overflow-y:scroll;
	
}
.login-header{
	padding: 8px 30px;
	background:#FFF;
}
.login-body{
	margin: 0 auto;
    position: relative;
    width: 100%;
	height:640px;
	background: url(../images/login/banner_02.jpg) center no-repeat;
	background-size:cover;
}
.login-footer{
	width:100%;
}
.login-footer p{
	margin-bottom:5px;
}
.qrcode{
	width:30px;
	height:30px;
	float:right;
	display:inline-block;
	position:absolute;
	right:.5rem;
	top:.5rem;
}
.qrcode img{
	width:30px;
	cursor:pointer;
}
.we-qrcode img{
	width:80%;
}
.we-qrcode div{
    width: 288px;
    height: 250px;
    position: absolute;
    background: #FFF;
    opacity: 0.9;
	display:none;

}
.we-qrcode div p{
	line-height:250px;
}

@media (max-width: 767.98px) {
	.login{
		
	}
	.qrcode{
		display:none;
	}
}