diff --git a/core/css/guest.css b/core/css/guest.css index 0184377f04878e3c486750a205e1e550f12a16fc..6247c00a25b26a5eea845a8414d8341446224264 100644 --- a/core/css/guest.css +++ b/core/css/guest.css @@ -1152,7 +1152,7 @@ a.legal { #body-login .v-align .guest-box { justify-content: center !important; - width: 98%; + width: calc(98% - 32px); margin-left: 0; margin-right: 0; box-shadow: none; @@ -1189,6 +1189,7 @@ a.legal { border-radius: 8px; font-size: 16px; background-color: #ffffff; + margin-left: 0; } #body-login .input-field--legacy .input-field__main-wrapper:hover:not(:has([disabled])){ padding: 1px;