body{
  font-family: "Gadugi", "Calibri";
  margin: 0; /* This is set to 10px by default for some reason */
  height:100%;
}

body {
  display: flex;
  flex-direction: column;
}

h1{
  font-weight: 800;
}

.ontwikkelaar{
  font-size: 0.75rem;
  font-style: italic;
}



.error-space{
  text-align: center;
}
.error {
  color: #cc0000;
}
.info-menu {
  height: 100%;
  display: flex;
  align-items: center;
}
.info-row {
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  background-color: #00385f;
  font-weight: 800;
}
.login-info{
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 5px;
  padding-left: 15px;
  padding-right: 15px;
}
.info-item {
  color: #ffffff;
  margin-left: 15px;
  background: none;
  border-width: 0;
  font-weight: 600;
  font-size: 100%;
}
.logo-login{
  width: 62px;
  height: 30px;
  margin-bottom: 20px;
  margin-top: 20px;
}
.bmbeheer{
  color: #ffffff;
  margin-left: 15px;
  margin-top: 15px;
}
.login-table{
  margin-top: 10px;
  margin-bottom: 5px;
}
.account-toelichting{
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 0.85em;
  font-style: italic;
  color: #3f3f3f;
}