body{
    width: 100%;
    height: 100vh;
    background: url(/sso/assets/nclib/image/login_bg-30d180e0d48ff0360b0e32780c638c59.png) no-repeat;
    background-size: cover;
    background-position: top center;
}
.login{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.login .logo{
    display: block;
    width: 340px;
    height: 66px;
    margin-left: 272px;
    margin-bottom: 60px;
}
.login .txt{
    display: block;
    width: 606px;
    height: 64px;
    margin-bottom: 78px;
}
.login .loginBtn{
    margin-bottom: 30px;
    margin-left: 229px;
}
.login .loginBtn a{
    width: 168px;
    height: 56px;
    background: #12368F;
    margin-right: 20px;
    font-weight: 600;
    font-size: 16px;
    line-height: 56px;
    color: rgba(255, 255, 255, 0.7);
    text-align: center;
    display: inline-block;
    text-decoration: none;
}
.login .loginBtn a:last-child{
    margin-right: 0;
}
.login .loginBtn a:hover{
    color: rgba(255, 255, 255, 1);
}
.login .info{
    width: 728px;
    height: 116px;
    background: linear-gradient(90deg, rgba(18, 54, 143, 0.7) 0%, rgba(18, 54, 143, 0.1) 100%);
    margin-left: 229px;
    padding: 10px 32px;
}
.login .info p{
    font-weight: 400;
    font-size: 14px;
    line-height: 32px;
    color: #FFFFFF;

}