.login-banner-box {
    width: 100%;
    float: left;
    position: relative;
    height: 770px;
    background: url(/passport/images/loginimg/loginBanner.png)no-repeat;
    background-size: cover;
}

.login-banner-content {
    width: 430px;
    height: 580px;
    background-color: #ffffff;
    border-radius: 10px; 
    margin:0 auto;
    margin-top: 200px; 
    border:none;
    overflow:hidden;
}

.login-banner-content .title {
    height: 60px;
    background-color: #ededed;
    text-align: center;
    float: left;
    width: 100%;
    font-size: 20px;
    float: left;
    line-height: 60px;
}

.login-banner-content .content {
    width: 300px;
    height: 46px;
    background-color: #ffffff;
    border-radius: 2px;
    border: solid 1px #dedede;
    margin: 0 65px;
    margin-top: 20px;
    line-height: 46px;
    float: left;
}

.login-banner-content .content .loginIcons {
    float: left;
    margin-left: 18px;
    margin-top: 14px;
}

.login-banner-content .content input {
    border: none;
    float: left;
    line-height: 46px;
    width: 222px;
    margin-left: 8px;
}

.login-banner-content .content .hidePassWord {
    float: right;
    margin-right: 15px;
    margin-top: 14px;
}

.login-banner-block {
    width: 320px;
    height: 46px;
    margin: 0 55px;
    margin-top: 10px;
    float: left;
}

.login-banner-block .remember-checkBox {
    width: 14px;
    height: 14px;
    background-color: #ffffff;
    border-radius: 2px;
    float: left;
    border: solid 1px #dedede;
    margin-top: 2px;
    float: left;
}

.login-banner-block .remember-password {
    float: left;
    margin-left: 8px;
}

.login-banner-block .forget-password {
    float: right;
}

.login-banner-content .loginBtn {
    width: 300px;
    height: 46px;
    background-color: #c40500;
    border-radius: 2px;
    margin: 0 65px;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 18px;
    margin-top: 10px;
    line-height: 46px;
    float: left;
    border:none;
} 