button span.fa {
  padding-right: 7px;
}

/*
* Errors properties.
*/
.jumbotron {
  padding-top: 0;
}

.jumbotron>#error-i18n {
  padding-bottom: 30px;
}

.jumbotron p {
  font-size: inherit;
}

.jumbotron .icon-6x {
  font-size: 10em;
}

.jumbotron .icon-5x {
  font-size: 6em;
}

div#http-error-message h2 {
  font-size: 2.5em;
}

div#http-error-message ul {
  padding-left: 0;
}


div#error-glyph {

  height: 160px;

}

@media only screen and (max-width: 800px) {
  .jumbotron .icon-6x {
    font-size: 5em;
  }
  .jumbotron .icon-5x {
    font-size: 4em;
  }
  #http-error-message h2 {
    font-size: 2em;
  }
}

@media only screen and (max-width: 480px) {
  .jumbotron .icon-6x {
    font-size: 3em;
  }
  .jumbotron .icon-5x {
    font-size: 2.5em;
  }
  #http-error-message h2 {
    font-size: 1.5em;
  }
}
