diff --git a/core/css/guest.css b/core/css/guest.css index bfa82fe92b25c84ee405abd8447df878726a6592..1e835ee1b11e9a49ab8f50a9e85cd45c2b2b745e 100644 --- a/core/css/guest.css +++ b/core/css/guest.css @@ -1127,7 +1127,7 @@ a.legal { #body-login .v-align { display: flex; flex-direction: column; - justify-content: center; + justify-content: safe center; align-items: flex-start; height: 100%; background-color: #FFFFFF; @@ -1138,7 +1138,6 @@ a.legal { box-sizing: border-box; padding: 5vh; position: relative; - overflow: auto; max-height: 100%; transition: all 0.3s linear; } @@ -1731,3 +1730,6 @@ a.legal { #body-login .guest-box.login-box .lost-password-container .notecard.notecard--success{ color:#222222 !important; } +#fields-password .Password__strength-meter{ + margin-bottom: 0; +} \ No newline at end of file