.ie_error_message {
  visibility: hidden;
  display: none;

  font-family: 'Roboto', sans-serif;
  color: #e7275e;
  margin-top: 60px;
  text-align: center;
  font-size: 16px;
}

.language_label {
  margin-top: 20px;
}

.sad_robot {
  height: 300px;
  margin-top: 50px;
  background-image: url(./negative.svg);
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ CSS styles go here */
  .ie_error_message {
    visibility: visible;
    display: block;
  }
}
