_code.css 668 Bytes
.reg-code-page, .back-code-page {
    .captcha-tip {
        position: absolute;
        width: 298px;
        text-align: center;
        right: 30px;
        top: 16px;
        color: #36a74c;
        padding: 10px 0;
        border: 1px solid #36a74c;
        border-radius: 40px;
        font-size: 32px;

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

        }
    }

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

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

    .phone {
        color: #4ecae8;
    }

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