body {
  overflow-x: hidden;
 
}

a,
i,
span {
  display: inline-block;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

a:hover, a:focus,
i:hover,
i:focus,
span:hover,
span:focus {
  text-decoration: none;
}
.page {
  /* background: #EEF5F9; */
 
}
.login-page {
  position: relative;
}

.login-page::before {
  content: '';
  width: 100%;
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  z-index: -1;
  background: url(../../image/bj.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
}
.login-page .container {
  min-height: 100vh;
  z-index: 999;
  padding: 20px;
  position: relative;
}
.content{
	width:460px;
	height:640px;	
	display: flex;
	position: fixed;
    text-align: center;
	justify-content: center;
	
}
.content .left{
	width:288px;
	height:auto;
	position: absolute;
	top:150px;
	right: -690px;
}
.content .left img{
	width: 100%;
	height:100%;	
}
.content .right{
	width: 400px;
	height: 400px;
	position: absolute;
	top:350px;
	right: -740px;
	background:#fff;
	border-radius: 12px;	
}	
.has-shadow {
  -webkit-box-shadow:  0px 0px 9px 3px rgba(0, 0, 0, 0.1) ;
  box-shadow: 0px 0px 9px 3px rgba(0, 0, 0, 0.1);
}
.form-group{
	width: 408px;
	height: 400px;
	margin: 40px 0px;

}
.userLogin{
	height: 40px;
	color: #109F92;
	font-size: 20px;
}
/* input::-webkit-input-placeholder {
		color: #fff;
		opacity: 0.8;
		font-size: 16px;
	} */
input::-webkit-input-placeholder,
	textarea::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #000; opacity: 0.8;
	}
	
	input:-moz-placeholder,
	textarea:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #000;
	}
	
	input::-moz-placeholder,
	textarea::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #000;
	}
	
	input:-ms-input-placeholder,
	textarea:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #000;
	}
.form-group .userName input{
	height: 48px;
	border: 1px solid #E6E6E6;
	margin-top:20px ;
	text-fill-color: #999;
	-webkit-text-fill-color: #999;
	font-size: 16px;
	
}
input.input-material{
	width: 320px;
	padding-left: 44px;
}
.u_user{
  width: 24px;
  height: 24px;
  background: url(../../image/user.png) no-repeat;
  position: absolute;
 margin: 32px 14px;
}
.u_password{
	width: 24px;
	height: 24px;
	background: url(../../image/lock.png) no-repeat;
	position: absolute;
	margin: 32px 14px;
}
input:focus{	
	outline: none;
}
input.code{
	width: 180px;
	padding-left: 54px;
}
input.img{
	width: 140px;
	background: url(../../image/yzm.png) no-repeat;
	background-size:100% 100%;	
}
.login{
  width:320px;
  height: 48px;
  background: #109F92;
  color: #fff;
  border: none;
  margin-top: 20px;
  cursor: pointer;
  font-size: 18px;
  border-radius: 4px;
}
.rem{
	margin-top: 16px;
	color: #666;
}
#username-error, #password-error{color:#ff0000;font-weight:bold;display:none;text-align:left;padding:5px 0 0 44px;}