.error-page .error-message-title {
  font-size: 48px;
  color: #353535!important;
  font-weight: 700;
  font-family: 'Roboto'!important;
  margin-top: 20px;
  margin-bottom: 0;
}
.error-page .error-message {
  font-size: 18px;
  color: #353535!important;
  line-height: 1;
  margin-bottom: 30px;
}

img.error-logo.custom404 {
    width: 500px;
}

p.error-message-title {
    color: #000!important;
}

p.error-message {
    color: #000!important;
    margin: 0!important;
}

a.btn.btn-primary.btn-lg {
    background: #00b489;
}

a.btn.btn-primary.btn-lg:hover{
    background: #455a64;
}











