I am trying to implement a circular progress bar
{isLoading && <CircularProgress />}
{user?.email && (
<Alert severity="success">
Your Registration Created Successfully
</Alert>
)}
in a login form using material UI. Which can not be aligned in the center position enter image description here