header
{
  background-color: #333333;
  height: 40px;
  margin-bottom: 20px;
}

#navigation
{
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 100%;
}

#navigation img
{
  width: auto;
  height: 20px;
}

#navigation a
{
  text-decoration: none;
  size : 1.5em;
  color: #bbbbbb;
  font-weight: bold;
}

.forgottenPassword
{
  border: 2px solid #333;
  border-radius: 10px;
}

.error
{
  padding-right: 5%;
  padding-left: 5%;
  background-color: red;
  color : white;
  font-size : 1.2em;
  text-align: center;
}

.succes
{
  padding-right: 5%;
  padding-left: 5%;
  background-color: green;
  color : white;
  font-size : 1.2em;
  text-align: center;
}
