/* not found page */
#notfound {
  position: relative;
  height: 80vh;
}

#notfound .notfound-card {
  position: absolute;
  left: 50%;
  top: 45%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #ffffffbf;
  padding: 20px;
}

.notfound-card {
  max-width: 767px;
  width: 100%;
  line-height: 1.4;
  padding: 0 15px;
}

.notfound-card .notfound-404 {
  position: relative;
  height: 170px;
  line-height: 150px;
  margin-bottom: 25px;
}

.notfound-card .notfound-404 h1 {
  font-family: titillium web, sans-serif;
  font-size: 186px;
  font-weight: 900;
  margin: 0;
  text-transform: uppercase;
  opacity: 0.5;
}

.notfound-card h2 {
  font-family: titillium web, sans-serif;
  font-size: 26px;
  font-weight: 700;
  margin: 0;
}

.notfound-card p {
  font-family: montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0;
  text-transform: uppercase;
}

.notfound-card a {
  font-family: titillium web, sans-serif;
  display: inline-block;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  border: none;
  background: #5c91fe;
  padding: 10px 40px;
  font-size: 14px;
  font-weight: 700;
  border-radius: 1px;
  margin-top: 15px;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

/* error server 500 */
#hasError {
  position: relative;
  height: 80vh;
}

#hasError .hasError-card {
  position: absolute;
  left: 50%;
  top: 45%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #ffffffbf;
  padding: 20px;
  box-shadow: 0px 0px 5px #f3f3f3;
  max-width: 767px;
  width: 100%;
  line-height: 1.4;
  padding: 0 15px;
}

.hasError-card .hasError-500 {
  position: relative;
  height: 130px;
  line-height: 150px;
}

.hasError-card .hasError-500 h1 {
  font-family: titillium web, sans-serif;
  font-size: 70px;
  font-weight: 900;
  margin: 0;
  text-transform: uppercase;
  opacity: 0.5;
  margin-left: -15px;
}

.hasError-card h2 {
  font-family: titillium web, sans-serif;
  font-size: 26px;
  font-weight: 700;
  margin: 0;
}

.hasError-card ul {
  font-family: montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0;
  text-transform: uppercase;
}

.hasError-card h3 {
  font-family: titillium web, sans-serif;
  text-transform: uppercase;
  color: #a94442;
  text-decoration: none;
  border: none;
  background: #f5f5f5;
  padding: 10px 25px;
  font-size: 14px;
  font-weight: 700;
  border-radius: 1px;
  margin-top: 15px;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}