body {
    /*background-image: url(/static/image/bg2.jpg);*/
    text-align: center;
    background-size: 100% 100%;
    height: 100%;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}

.top {
    width: 100%;
    line-height: 2.8rem;
    position: absolute;
    bottom: 1.2rem;
    left: 0px;
    right: 0px;
    color: #fff;
    /*padding-left: 80px;*/
    font-size: 1.5rem;
    font-weight: 500;
    text-align: center
}

.content {
    width: 100vw;
    height: 100vh;
    box-sizing: border-box;
    display: flex;
}

.content > .faces {
    width: 56%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(90deg, rgba(155, 208, 255, 1) 0%, rgba(107, 195, 251, 1) 100%);
    position: relative;

}

.content > .faces .left-logo {
    position: absolute;
    top: 3.5rem;
    left: 6rem;
    width: 17rem;
}

.content > .faces .img-box {
    width: 80%;
    /*margin-top: 50%;*/
    /*margin-left: 50%;*/
    /*transform: translate(-50%,-50%);*/
}

.login {
    background: #fff;
    width: 26rem;
    text-align: center;
    padding: 70px 0;
    border-radius: 2px;
    margin: auto;
    margin-top: 6%;

}

.title {
    font-weight: 500;
    font-size: 22px;
    color: #333;
    margin-bottom: 40px;
}

.line {
    border-bottom: 1px solid #E6E6E6;
    margin: 22px 1%;
    width: 96%;
    padding-bottom: .3rem;
}

.line input {
    border: none;
    padding: 0px 1%;
    margin: 1%;
    background: #fff;
    width: 84%;
    font-size: 16px;
    line-height: 30px;
    outline: none;

}

.line input::-webkit-input-placeholder {
    color: #999;
    font-size: 1.05rem;
}

.line .get-code-btn {
    width: auto;
    background: none;
    right: 0;
    color: #333;
    font-size: 1rem;
    display: block;
    bottom: 0;
}

.line .smallImg {
    width: 1.4rem;
    float: left;
    vertical-align: middle;
    margin-top: 5px;
}

.logBut {
    display: block;
    background: #79C1FD;
    padding: 0.9rem 0;
    border: none;
    border-radius: 0.14rem;
    width: 100%;
    color: #fff;
    margin-top: 40px;
    font-size: 16px;
    cursor: pointer;
}

.logBut:hover {
    background: #108ee9;
    transition: .5s;
}

.not-id {
    display: flex;
    justify-content: space-between;
    text-align: left;
}

.not-id span:nth-of-type(2) {
    color: #108ee9;
    cursor: pointer;
}
