.ie-alert {
  display: flex;
  align-items: center;
  justify-content: center;

  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9998;
  position: fixed;

  padding: 5%;
  background-color: #F5F5F5;
}

.ie-alert .card {
  z-index: 9999;
  position: relative;

  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;

  width: 90%;
  max-width: 540px;
  border-radius: 4px;
  padding: 40px;
  background-color: white;
  box-shadow: 0 5px 15px rgba(0,0,0,.15);
}

.ie-alert .card span {
  width: 100%;
  color: black;
  font-size: 14px;
  margin-top: 20px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
  font-family: "Montserrat", sans-serif;
}
