.login-bg{
    background:url(../images/login/login-bg.png) no-repeat center;
    background-size: cover;
    overflow: hidden;
}
.home-footer {
   	position: fixed;
    bottom: 0;
    width: 100%;
    min-width: 1200px;
    clear: both;
	overflow: hidden;
}
.home-footer-wrapper {
	width: 1200px;
    margin: auto;
    color: #8d9095;
    height: 85px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.home-footer-wrapper .identity {
    line-height: 25px;
    margin: 0;
    font-size: 14px;
}	
.home-footer-wrapper .footer-content {
	text-align:center;
}
.login-content{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-width: 800px;
    min-height: 660px;
    overflow: hidden;
  	}
  	.login-element {
    position: absolute;
}
.login-form {
    position: relative;
    z-index: 400;
}
.login-form-item {
    position: relative;
    width: 100%;
    height: 40px;
    line-height: 35px;
    padding-top: 30px;
    color: #bacde0;
    border-bottom: 1px solid #bacde0
}
.login-form-label {
	white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    position: absolute;
    left: 0;
    z-index: 1;
    width: 100%;
    padding: 18px 10px 0 35px;
    font-size: 14px;
    opacity: .6;
}
.login-display-hidden {
    display: none!important;
}
.login-form-item .layui-icon-username, .login-form-item .layui-icon-password {
    position: absolute;
    top: 27px;
    z-index: 1;
    font-size: 31px;
   }
.login-form-input {
    width: 85%;
    height: 60%;
    padding: 0 10px 0 35px;
    font-size: 14px;
    border: none;
    outline: none;
    background: none!important;
}
.login-form-submit {
    width: 100%;
    color: #bacde0;
    position: relative;
    z-index: 400;
}
.login-bg input{
	font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    font: inherit;
    background-color:transparent;  
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
     -webkit-transition-delay: 99999s;
     -webkit-transition: color 99999s ease-out, background-color 99999s ease-out;
}
