[action="TimeoutErrorPage.aspx"]:before {
  content: url(Assets/logo_nolexpacs.png);
  transform: scale(0.5);
  display: flex;
  top: -28px;
  justify-content: center;
  position: relative;
}

[action="TimeoutErrorPage.aspx"] .ErrorPanel {
  width: 40% !important;
  border-radius: 5px;
  border: none !important;
}

.ErrorBody {
  background-color: #1a1a1a !important;
}

[action="TimeoutErrorPage.aspx"] .Description {
  background: none !important;
  border: none;
}

[action="TimeoutErrorPage.aspx"] .ErrorMessage {
  border: none !important;
  background: #c62828 !important;
  border-radius: 2px;
}

[action="TimeoutErrorPage.aspx"] .ErrorMessage span {
  color: #fff !important;
  font-size: 16px !important;
}

[action="TimeoutErrorPage.aspx"] .UserEscapeTable {
  margin-top: 15px;
  border-radius: 2px;
}

[action="TimeoutErrorPage.aspx"] .UserEscapeCell {
  border: none !important;
  width: 100% !important;
}

/*Tasto Chiudi*/
[action="TimeoutErrorPage.aspx"]
  .UserEscapeTable
  [href="javascript:window.close()"] {
  display: none;
}
