html,body,.transfer_login_wrap{
    height: 100%;
    margin: 0;
}

.transfer_login_wrap{
    background: #f5f5f5 url(../img/user-layout-bg.svg) no-repeat center;
    text-align: center;
}

.transfer_login_container{
    padding-top: 120px;
    margin-bottom: 10px;
}

.logo-image{
    height: 44px;
}
.logo-title{
    font-size: 14px;
    height: 44px;
    line-height: 44px;
    color: #333;
}
.logo-desc{
    font-size: 14px;
    color: #666;
    margin-bottom: 40px;
    letter-spacing: 1px;
}

.login-container{
    width: 310px;
    padding: 40px 50px;
    border-radius: 4px;
    margin: 0 auto;
    background: #fff;
}

.login-title{
    font-size: 16px;
    color: #333;
    margin-bottom: 20px;
}

.login-btn{
    display: block;
    height: 44px;
    line-height: 44px;
    border-radius: 4px;
    color: #fff;
    background-color: #1890ff;
    text-decoration: none;
}
.login-btn:hover{
    opacity: .8;
}

.link-container{
    width: 310px;
    height: 44px;
    font-size: 0;
    margin: 10px auto;
}

.link-item{
    display: inline-block;
    width: 50%;
    height: 44px;
    font-size: 14px;
    text-align: center;
    line-height: 44px;
}

.link-item a{
    position: relative;
    display: inline-block;
    color: #1890ff;
    text-decoration: none;
}
