html,body{
    margin: 0;
    background: url("../images/login-bg1.png") 100% 100% no-repeat fixed;
    background-size: 100%;
    overflow: hidden;
    height: 100%;
    width: 100%;
}
.login_middle{
    width: 77.5%;
    height: 100%;
    margin: 0 auto;
}
.login_logo{
    margin: 80px 0 20px 0;
}
.login{
    position: relative;
}
.login_main{
    position: absolute;
    top: -40px;
    right: 40px;
    background-color: #ffffff;
    width: 520px;
}
.login_code{
    display: none;
    position: absolute;
    top: -40px;
    right: 40px;
    background-color: #eeeeee;
    width: 80px;
    height: 80px;
    z-index: 99;
    cursor:pointer;
}
.code_bg{
    width: 100%;
    height: 100%;
    box-shadow: darkgrey -5px 10px 10px -5px;
}
.code_login_bg{
    text-align: center;
    background: #FFFFFF;
    width: 520px;
    height: 100%;
    display: none;
}
.input{
    width: 334px;
    margin: 0 auto;
}
.input>h1{
    text-align: center;
    margin-top: 80px;
}
.forget_psd{
    float: right;
    color: #1E90FD;
}
.forget_psd:hover{
    cursor: pointer;
}
.login_btn{
    text-align: center;
}
.login_form{
    margin-top: 80px;
}
.login_user,.login_password{
    width: 334px;
    padding: 5px 0;
    margin-top: 50px;
    border: 1px solid #C6C6C6;
    border-radius: 5px;
}
.login_user>img,.login_password>img{
    margin-left: 10px;
	vertical-align: bottom;
}
.login_user>input,.login_password>input{
    height: 22px;
    font-size: 18px;
    border: 0;
    border-left: 1px solid #C6C6C6;
    padding: 0 10px;
    margin-left: 10px;
    outline: none;
	vertical-align: bottom;
}
.login_add_fn{
    margin-top: 40px;
    font-size: 18px;
}
.login_btn{
    border: 0px;
    width: 334px;
    height: 50px;
    background: #1E90FD;
    color: #ffffff;
    line-height: 50px;
    font-size: 18px;
    margin: 70px 0 100px 0;
    border-radius: 5px;
}
.login_btn:hover{
    cursor: pointer;
}
.login_footer{
    color:#ffffff;
    text-align: center;
    font-size: 18px;
    margin-top: 30px;
}
.login_footer>a{
    display: inline-block;
    margin-right: 30px;
    color:#ffffff;
}
.login_footer>a:hover{
    cursor: pointer;
}
.login_footer>p{
    letter-spacing: 1px;
    margin-top: 20px;
}
