.grid {
  height: 100%;
}

.login-container {
  height: 100vh;
}

.ui.menu .item::before {
  background: white !important;
}

/* Login error message styling */
#login-error {
  display: none;
  margin-top: 1em;
  text-align: left;
}

#login-error:not(:empty) {
  display: block;
}

.dashboard {
  margin-left: 30px;
  margin-right: 30px;
}
