.modalWrap {
    .moduleHeader {
        color: #333333;
        font-size: 32px;
        width: 100%;
        text-align: center;
        font-weight: 400;
        margin-top: 12px;
        margin-bottom: 32px;
    }
    
    .confirmBtn {
        margin-top: 40px;
        color: #fff;
        background-color: #286DF9;
        height: 40px;
        line-height: 40px;
        text-align: center;
        border-radius: 6px;
        cursor: pointer;
    }

    .validateWrap {
        display: flex;
        align-items: center;
        margin-top: 24px;
        .validateInput {
            width: 242px;
        }
        .validateBtn {
            width: 102px;
            height: 40px;
            line-height: 40px;
            background: rgba(255,255,255,1);
            border-radius: 6px;
            border: 1px solid rgba(40,109,249,1);
            box-sizing: border-box;
            text-align: center;
            color: #286DF9;
            font-size: 14px;
            flex-shrink: 0;
            font-weight: 500;
            margin-left: 8px;
            cursor: pointer;
        }
    }

    :global {
        .ant-input {
            height: 40px;
        }
    }
}