Does anyone know how to properly center-align a circular progress bar in a login form using material UI? I'm having trouble with it not being positioned correctly: screenshot
{isLoading && <CircularProgress />}
{user?.email && (
<Alert severity="success">
Your Registration Created Successfully
</Alert>
)}