.errors_window {
  background-color: white;
  color: red;
  padding: 1.5vh;
  font-size: 2vh;
  font-weight: 300;
  display: none;
  position: absolute;
  border-radius: 1vh;
  top: 1vh;
  left: 1vh;
  z-index: 400000;
}

.error_active {
  display: block;
}
