Colorlib Login Customizer left aligned

Hi there, since a few days the Login form is aligned on the left side of the browser (Google Chrome) altough it should be central aligned. The settings in the backend look right and we didn´t change anything in the settings. We use the “Hello Elementor”-Theme. How can we fix it, so it will be central aligned?

https://intranet.beautyholic.de

Attached, you will find some pictures.

Thank you!

Hi there

Please add this css code in the Appearance > Customize > Additionall css:

.login .language-switcher {
display: none;
}

Regards