.login-bg{
	background-image: url(../LoginImg/login-bg.jpg);
	background-size: cover;
    background-repeat: no-repeat;
}

.login-input{
    width: 646px;
    height:452px;
    margin-left: -250px;
    background-image: url(../LoginImg/login-out.png);
    padding: 70px;
    background-size: cover;
    margin-top: -200px;
    position: fixed;
    top: 50%;
    left: 50%;
}
.login-input>p{
	margin-bottom: 30px;
}
.login-edb-input{
	background: url(../LoginImg/login-area.png) no-repeat !important;
	background-size: 100%;
    background-repeat: no-repeat;
}
.login-edb-input-1{
	background: none !important; 
	border: none !important; 
	padding: 10px !important; 
}
.login-input-1{
	position: relative;
}
#forget_password{
	position: absolute;
    bottom: 7px;
    color: #ffffff;
    left: 146px;
    font-size: 14px;
    cursor: pointer;
    font-weight: bold;
}   
.inputDIV{
	display: inline-block;
	margin-bottom: 20px;
}
.input-box img{
	margin-right: 20px;
}
.login-edb-btn{
	position: relative;
    top: -67px;
    left: 210px;
    background: url(../LoginImg/login-btn.png) !important;
    background-size: 100%;
    background-repeat: no-repeat;
    border: none;
    padding: 6px 40px;
    color: #fff;
    width: 156px;
    height: 44px;
}
.copyinfo{
	position: fixed;
    bottom: 37px;
    left: 50%;
    width: 440px;
    text-align: center;
    margin-left: -220px;
    color: #1c6787;
    font-size: 14px;
    border-top: 1px solid #1c6787;
    padding-top: 5px;
}