#registrationapp .container {
  display: flex;
  justify-content: center;
  align-items: center;
}
#registrationapp .container .error-message {
  color: red;
  font-weight: bold;
}
#organisation-map {
  height: 400px;
  width: 700px;
  margin-bottom: 10px;
}
