
.messageBoxScreenImmobiliser {
  position: fixed;
  width: 100%;
  background-color: black;
  height: 100%;
  top: 0px;
  left: 0px;
  opacity: .5;
}

.messageBox {
  left: 40%;
  top: 40%;
  width: 20%;
  position: fixed;
  background-color: white;
  font-size: 1.2em;
  padding: 20px 35px 5px 35px;
  z-index: 99;
  text-align: center;
  color: black;
  font-style: italic;
  border: ridge 2px grey;
  border-radius: 8px;
}

.messageBoxSpinner img {
  width: 50px;
}
