body {
    height:100%;
    min-height: 500px;
    width:100%;
    position:relative;
    background: #000 url(/imgs/login-bg.jpg) no-repeat;
    background-position: top center;
    background-size: cover;
}

.logo {
    position:absolute;
    background:url("/images/logo2.png") no-repeat;
    background-position: center;
    width: 270px;
    height: 76px;
    top: 60px;
    left: 110px;
    z-index: 99;
    cursor: pointer;
}

.container .login-ctn {
    position: absolute;
    z-index: 999;
    margin: auto;
    width: 450px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    top: 50%;
    margin-top: -245px;
    left: 50%;
    margin-left: -225px;
    padding: 30px;
    box-sizing: border-box;
}

.login-title {
    color: #f4f4f4;
    font-size: 26px;
    text-align: center;
}

.login-item {
    margin:30px auto;
    position: relative;
    border: 1px solid #ddd;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    width: 390px;
    padding-left: 15px;
    height: 48px;
    line-height: 48px;
    box-sizing: border-box;
}

.login-item .iconfont {
    vertical-align:bottom;
    font-size:18px;
    color:#fff;
}

.login-item input {
    height: 47px;
    line-height: 46px;
    box-sizing: border-box;
    width: 320px;
    border: none;
    background: none;
    margin-top: -3px;
    margin-left: 5px;
    color:#fff;
}

.login-item input::-webkit-input-placeholder {
    color: #ccc;
}

.login-item input:-moz-placeholder {
    color: #ccc;
}

.login-item input::-moz-placeholder {
    color: #ccc;
}

.login-item input:-ms-input-placeholder {
    color: #ccc;
}

.login-item:hover {
    box-shadow: 0 0 8px #ccc
}

.login-btn, .expert-btn {
    width:390px;
    margin:20px auto;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color:#333;
    background: #f4f4f4;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    font-size: 18px;
}

.expert-btn {
    background: #C82223;
    color:#fff;
}

.login-toolbar {
    text-align:right;
}

.login-toolbar a {
    color: #fff;
}

.login-toolbar #forgetpw:after {
    content:"|";
    margin: 0 6px;
    vertical-align: 1px;
}

.login-toolbar .login-remember {
    float:left;
    color:#999;
}

.login-toolbar .login-remember input {
    position:relative;
    opacity:0;
    margin-left:10px;
}

.login-toolbar .login-remember i {
    display:inline-block;
    position:absolute;
    background: #e8ecf5;
    border: 1px solid #d4dae9;
    color:#d4dae9;
    border-radius: 3px;
    margin-top: 2px;
    width: 13px;
    height: 13px;
}

#south {
    color: #fff;
    position: absolute;
    bottom: 30px;
    text-align: center;
    width: 100%;
}

#south span {
    margin: 0 10px;
}

.right-msg{
    position:fixed;
    right:20px;
    bottom:20px;
    font-size:12px;
    width:260px;
    line-height:18px;
    color:#fff;
    opacity:0.2;
}

.verify {
    padding-right: 140px;
}

.verify-code {
    height: 46px;
    width: 130px;
    text-align: center;
    cursor: pointer;
    position: absolute;
    right: 2px;
    top: 2px;
}

.verify-code img {
    vertical-align: middle;
    height: 42px;
    width: 120px;
    display: block;
    float: right;
}

@media screen and (min-width: 320px) and (max-width: 640px) {
    body {
        min-width: 0;
        background-size: auto 100%;
    }
    
.logo {
        top: 30px;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
    
.container .login-ctn {
        width: 94%;
        position: relative;
        margin: 0 auto;
        left: 0;
        top: 0;
        padding-top: 120px;
        z-index: 2;
    }
    
.login-title {
        display: none;
    }
    
.login-btn, .expert-btn {
        width: 100%;
    }
    
.login-item {
        width: 100%;
    }
    
.login-item input {
        width: 70%;
    }
    #south{
        bottom:80px;
    }
    
}
