/*-----------------------
    Error 404 Page
-----------------------*/
.error-404 {
  text-align: center; }
  .error-404 .title {
    font-size: 200px;
    line-height: 160px;
    font-weight: 700;
    margin-bottom: 45px;
    color: var(--main-color-one); }
  .error-404 .subtitle {
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    margin-bottom: 20px; }
  .error-404 .search-form {
    position: relative;
    z-index: 0;
    margin-top: 36px; }
    .error-404 .search-form .form-control {
      height: 54px;
      padding: 0 20px; }
    .error-404 .search-form .submit-btn {
      position: absolute;
      right: 0;
      top: 0;
      width: 70px;
      text-align: center;
      padding: 0;
      height: 55px; }
