.template-error-not-found #view-content {
  background: #f5f5f5;
}
.template-error-not-found .message {
  -webkit-box-shadow: 0px 2px 2px #808080;
  box-shadow: 0px 2px 2px #808080;
  text-align: center;
  margin: 30px 0;
  background: #fff;
}
.template-error-not-found .message md-icon {
  margin: auto;
  width: 100px;
  height: 100px;
  margin-bottom: 30px;
}
