diff --git a/core/src/components/login/LoginForm.vue b/core/src/components/login/LoginForm.vue
index cde05ab5200..9dc27bf51c2 100644
--- a/core/src/components/login/LoginForm.vue
+++ b/core/src/components/login/LoginForm.vue
@@ -292,6 +292,7 @@ export default {
.login-form {
text-align: start;
font-size: 1rem;
+ margin: 0;
&__fieldset {
width: 100%;
diff --git a/core/src/components/login/PasswordLessLoginForm.vue b/core/src/components/login/PasswordLessLoginForm.vue
index aabfcb047de..d87f0ce8cb9 100644
--- a/core/src/components/login/PasswordLessLoginForm.vue
+++ b/core/src/components/login/PasswordLessLoginForm.vue
@@ -5,39 +5,40 @@
-
- {{ t('core', 'Passwordless authentication is not supported in your browser.') }}
-
- {{ t('core', 'Passwordless authentication is only available over a secure connection.') }}
- {{ t('core', 'Browser not supported') }}
- {{ t('core', 'Your connection is not secure') }}
-