/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/



*,
html{
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

body{
    font-family: 'Montserrat', sans-serif;
}


.search-app{
    width: 100%;
    height: 100%;
    padding: 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.search-wrapper{
    width: 1140px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 auto;
    gap: 45px;
}

@media screen and (max-width: 1200px) {
    .search-wrapper{
        width: 920px;
    }
}

@media screen and (max-width: 991px) {
    .search-wrapper{
        width: 720px;
    }
}

@media screen and (max-width: 767px) {
    .search-wrapper{
        width: 520px;
    }
}

@media screen and (max-width: 575px) {
    .search-wrapper{
        width: 420px;
    }
}

@media screen and (max-width: 480px) {
    .search-wrapper{
        width: 320px;
    }
}


.logo img{
    display: block;
    margin: 0 auto;
}
.form-wrapper{
    margin-top: 15px;
}
.search-header{
    font-size: 24px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 12px;
}
form input {
    width: 100%;
    height: 45px;
    border-radius: 4px;
    border: 1px solid #002457;
    padding-left: 16px;
    font-size: 18px;
  }
.form-control:focus {
    border-color: #002457;
    outline: none;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 1px #002457;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 1px #002457;
}
button{
  display: block;
  margin: 0 auto;
  padding: 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  margin-top: 12px;
  width: 160px;
  background-color: #002457;
  color: white;
  font-weight: bold;
}
.hints span{
    font-size: 18px;
    text-align: center;
    display: block;
}
.footer-text a{
    color: #002457;
    font-weight: 500;
    text-decoration: none;
}
#custom-alert {
    display: block;
    margin: 0 auto;
    text-align: center;
    margin-top: 12px;
    margin-bottom: 16px;
    color: red;
  }
.custom-alert-message {
    font-size: 16px;
}
.logo {
    width: 320px;
    margin: 0 auto;
  }
  .about {
    border: 1px solid #002457;
    padding: 8px 16px;
    text-decoration: none;
    color: #002457;
    width: 160px;
    margin: 0 auto;
    margin-bottom: 25px;
    text-align: center;
    border-radius: 4px;
  }


  .about-wrapper {
    max-width: 1140px;
    margin: 0 auto;
    padding-top: 24px;
  }
  .a-t,
  .a-t2  {
    padding-bottom: 12px;
    font-size: 32px;
  }
  .desc {
    font-size: 16px;
    padding-bottom: 24px;
  }

  @media screen and (max-width: 1200px) {
    .about-wrapper {
        padding-left: 24px;
        padding-right: 20px;
      }
  }

@media screen and (max-width: 575px) {
    .hints span{
        font-size: 14px;
    }
    .custom-alert-message{
        font-size: 14px;
    }
    .logo {
    width: 260px;
    height: 250px;
    margin: 0 auto;
  }
  .logo svg {
    object-fit: contain;
    height: 100%;
    width: 100%;
  }
     .logo svg {
    object-fit: contain;
  }
  .a-t,
  .a-t2  {
    padding-bottom: 10px;
    font-size: 24px;
  }
  .desc {
    font-size: 15px;
    padding-bottom: 16px;
  }
}
