diff --git a/core/css/guest.css b/core/css/guest.css index 26c8fbc9ccd..7fbab45b929 100644 --- a/core/css/guest.css +++ b/core/css/guest.css @@ -471,6 +471,10 @@ form .warning input[type='checkbox']+label { color: #fff !important; } +.body-login-container.two-factor { + max-width: 290px; + margin: 15px auto 0; +} .two-factor-provider { display: flex; border-radius: 3px; /* --border-radius */ diff --git a/core/templates/twofactorselectchallenge.php b/core/templates/twofactorselectchallenge.php index 86561cddb36..830b82b0415 100644 --- a/core/templates/twofactorselectchallenge.php +++ b/core/templates/twofactorselectchallenge.php @@ -1,7 +1,7 @@ -
t('Enhanced security is enabled for your account. Choose a second factor for authentication:')) ?>
diff --git a/core/templates/twofactorshowchallenge.php b/core/templates/twofactorshowchallenge.php index e3270b80627..3e789c7490d 100644 --- a/core/templates/twofactorshowchallenge.php +++ b/core/templates/twofactorshowchallenge.php @@ -11,7 +11,7 @@ $provider = $_['provider']; $template = $_['template']; ?> -