﻿.not-found-error-container {
  background-image: url(../global/assets/svg/inside_menu_white.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.not-found-error-container .messages {
  height: 100%;
}
.not-found-error-container .error-message {
  justify-content: center;
  flex-direction: column;
  text-align: center;
  display: flex;
}
.not-found-error-container .error-message h1 {
  color: #242529;
  color: var(--Concacaf_dark_grey);
  font-family: 'CircularStd_Bold';
  text-align: center;
  margin-top: 250px;
  max-width: 850px;
  font-size: 62px;
}
.not-found-error-container .search-bar {
  margin-bottom: 50px;
  text-align: center;
  margin-top: 50px;
}
.not-found-error-container .search-bar .search.block {
  background-color: rgba(151, 151, 151, 0.11);
  display: inline-flex;
  border-radius: 3px;
  border: none;
}
.not-found-error-container .search-bar .search.block input {
  background-color: transparent;
  border: none;
}
.not-found-error-container .search-bar .search-message {
  color: #222B45;
  color: var(--Concacaf_black);
  margin-bottom: 20px;
  line-height: 20px;
  font-size: 15px;
  opacity: 0.9;
}
@media (max-width: 575.98px) {
  .not-found-error-container .error-message h1 {
    margin-top: 150px;
    font-size: 48px;
  }
}