body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100vh;
}

.navigation-wrapper {
  display: none;
}

body {
  background-color: var(--theme_color);
}

header {
  background-color: white;
}

main {
  margin-bottom: auto;
  margin-top: 15rem;
}

.login-wrapper {
    margin: 0 auto;
}

footer {
    margin-top: unset !important;
}