/**
 * @author hzh 2018/1/1
 */
#cdb {
    height: 100%;
    background-image: url('https://chacha-station.oss-cn-shenzhen.aliyuncs.com/system/image/login-background.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.login-logo {
    font-size: 44px;
    text-align: center;
    width: 100%;
    color: #fff;
    margin-bottom: 20px;
}
.login {
    width: 500px;
    position: fixed;
    top: 18%;
    left: calc(50% - 250px);
}
.login-box {
    width: 500px;
    height: 300px;
    background-color: rgba(255, 255, 255, 0.93);
    border-radius: 10px;
    box-shadow: 0 10px 10px 2px rgba(21, 73, 99, 0.6);
    padding: 40px;
    box-sizing: border-box;
}
.login-token-img {
    position: absolute;
    top: 1px;
    right: 80px;
    width: 29%;
    height: 34px;
    border-radius: 4px;
    cursor: pointer;
}