In order to style the loading symbol or spinner for the registration or login screen for Identity Management, you can use the Identity Management Layout template in the Identity Management section under Manage → Templates. There is a CSS tab that you can use for this purpose.
For example, you can edit the classes spinner, spinner-shading as follows:
.spinner {
color: white;
}
.spinner-shading {
color: red;
}