_code.scss 677 Bytes
.reg-code-page, .back-code-page {
    .captcha-tip {
        position: absolute;
        width: 148px;
        text-align: center;
        right: 15px;
        top: 8px;
        color: #36a74c;
        padding: 5px 0;
        border: 1px solid #36a74c;
        border-radius: 20px;
        font-size: 16px;

        &.disable {
            color: #8f8f8f;
            border-color: #8f8f8f;
            
        }
    }

    .input-container {
        padding-right: 190px;
    }

    .text-container {
        color: #fff;
        font-size: 16px;
        margin-bottom: 20px;
    }

    .phone {
        color: #4ecae8;
    }

    .clear-input {
        right: 170px;
    }
}