/*! Custom styles for this template */
.error-page {
  display: table;
  height: 100%;
  width: 100%;
}

.error {
  display: table-cell;
  vertical-align: middle;
}

.error-body {
  margin-left: auto;
  margin-right: auto;
  max-width: 380px;
  padding: 30px;
  text-align: center;
}

.error-heading {
  color: #0288d1;
  font-weight: 300;
  margin-bottom: 30px;
  margin-top: 30px;
}

.error-subheading {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.4;
  margin-bottom: 30px;
  margin-top: 30px;
}

.error-footer {
  margin-left: auto;
  margin-right: auto;
  max-width: 380px;
  text-align: center;
}
