#body_background_map {
    width: 100%;
    height: 80%;
    background: #ffffff url(../images/login/loginbg.png) no-repeat;
    background-size: 100% 100%;
}

#login_win {
    background: url(../images/login/loginFormbg.png) no-repeat;
    width: 440px;
    height: 361px;
    background-size: 100% 100%;
}

.login_input {
    border-radius: 0;
    box-shadow: none;
    border: 1px solid #ccc !important;
    margin-left: 70px !important;
    height: 39px !important;
    font-size: 14px !important;
    line-height: 1.42857143 !important;
    color: #555 !important;
    padding-left: 40px;
}

.login_input#captcha {
    width: 155px;
    text-align: left !important;
}

#verifycode {
    margin-left: 280px;
    margin-top: 176px;
    width: 112px;
    height: 41px;

}

#remember {
    position: absolute;
    margin-left: 70px;
    margin-top: 229px;
    width: 14px;
    height: 14px;
    color: #FF0000;
}

#remember_label {
    margin-left: 90px;
    margin-top: 226px;
    font-size: 13px;
    color: #959595;
}

#login_button {
    position: absolute;
    margin-left: 70px;
    margin-top: 264px;
    width: 322px;
    height: 43px;
    cursor: pointer;
    border: 0px;
    font-size: 18px;
    color: white;
}

#footTable >tbody >tr>td>ul>li>a{
    color: white;
    text-decoration: none;
    font-size: 13px;
}
#footTable >tbody >tr>td>ul>li{
    display: inline;
    color: white;
}
.user-right {
    background-image: url("../images/login/use-left.png");
    background-repeat: no-repeat;
    background-position: 10px 10px;
}
.pwd-right {
    background-image: url("../images/login/password-left.png");
    background-repeat: no-repeat;
    background-position: 10px 10px;
}
.ver-left{
    background-image: url("../images/login/vercode-left.png");
    background-repeat: no-repeat;
    background-position: 10px 10px;
}
.login_title{
    margin-left: 178px
}
#registerButton{
    position: absolute;
    margin-left: 320px;
    margin-top: 324px;
    font-size: 13px;
    color: #1883EB;
}
.login_input#password {
    margin-top: 125px;
}
.login_input#captcha {
    margin-top: 176px;
}
#pointHome{
    color: #FFFFFF;
    font-size: 16px;
    margin-left: 30%;
    margin-top: 7%;
    cursor: pointer
}

#application_title {
     width: auto;
     height: auto;
     position: relative;
     margin-left: 475px;
     margin-top: 0px;
}
#application_logo{
    width: 392px;
/*     height: 52px; */
}
