@media screen and (max-width: 600px) {
  #bgv {
    width: fit-content;
    height: 100vh;
  }
  #inputGroup {
    width: 93%;
  }
  h1 {
    font-size: 20px !important;
  }
  #logo {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
}
@media screen and (max-width: 850px) {
  #bgv {
    width: fit-content;
    height: 100vh;
  }
  #inputGroup {
    width: 70%;
  }
  h1 {
    font-size: 30px !important;
  }
  #logo {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
}
