
.login-form .form-code img
{
    float: right;
    margin-right: 0;
}
.tips_code {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.tips {
    width: 290px;
    min-height: 100px;
}

.tips>p {
    font-size: 16px;
    text-align: initial;
    padding-top: 4px;
}

.code-box {
    position: relative;
}

.mask {
    width: auto;
    position: absolute;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
}

.tips-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.scan-callback {
    font-size: 16px;
    padding-bottom: 10px;
}

.tips-success {
    color: #52C41A;
}

.tips-error {
    color: #d81e06;
}
.refresh {
    cursor: pointer;
}
.tips_layout {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255, 0.95);
}
.tips_layout p {
    padding: 30px 20px 0;
    font-size: 16px;
    font-weight: bold;
    color: red;
}