/* Patternfly CSS places a "bg-login.jpg" as the background on this ".login-pf" class.
   This clashes with the "keycloak-bg.png' background defined on the body below.
   Therefore the Patternfly background must be set to none. */

:root {
    --bg-color-primary: #EDEFF2;
}
.lvas-btn-lay > #submit-btn{
    margin-left:0 !important;
}
.lvas-btn-lay{
    align-items: center;
    flex-direction: column;
    gap: 40px;
}
.lvas-no-msg-lay{
    display: flex;
    flex-direction: column;
    text-align: center;
    border-top: 1px solid var(--black-400);
    padding-top: 16px;
}