.oauth {
    background: #fff !important;
}

.oauth .qr-code {
    margin-top: 50px;
    width: 280px;
    height: 266px;
    background: rgba(1,1,1,0.1)
}

.oauth .qr-code .qr-title {
    height: 25px;
    font-size: 12px;
    font-weight: 400;
    color: #222222;
    line-height: 25px;
    margin: 12px auto 18px;
}

.oauth .qr-refresh-text {
    margin-top: 10px;
    width: 142px;
    font-size: 12px;
    font-weight: 400;
    color: #222222;
    line-height: 20px;
}

.oauth .qr-refresh-text img {
    width: 20px;
    height: 20px;
    margin-right: 9px;
}

.oauth .qr-code-error {
    width: 97px !important;
    height: 97px !important;
    margin: 23px auto 20px;
}