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

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

img.error-logo {
    width: 200px;
}

.error-page a.btn.btn-secondary {
    background: transparent;
    border-radius: 0px;
    padding: 15px 20px;
}


html.error-page .error-code {
    font-weight: 500;
    font-size: 136px;
    line-height: 136px;
    -webkit-text-fill-color: #f1c25f00;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #fff;
}


