.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;
    }

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