

@media all and (max-width: 790px) {
#inputs {
  width: 85%;
/*   max-width: 900px; */
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 15px;
  margin: 200px auto 0 auto;

  text-align: center;
}
/*  */
#feedback {
  color: #ff3131;
  background-color: #ffbbbb;
  width: 100%;
  height: fit-content;
  padding: 10px 0;
  border-radius: 5px;
}

#countrySelectionDropdown{
  width: 100%;
  height: 45px;
  border-radius: 500px;
  border: solid 1px rgba(0, 0, 0, 0.3);
  background-color: rgba(95, 91, 205, 0.5);
  padding-left: 10px;
  transition: all 125ms;

  color: white;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
}
}

@media all and (min-width: 791px) {


  #inputs {
  width: 50%;
  max-width: 900px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 15px;
  margin: 200px auto 0 auto;

  text-align: center;
}
/*  */
#feedback {
  color: #ff3131;
  background-color: #ffbbbb;
  width: 100%;
  height: fit-content;
  padding: 10px 0;
  border-radius: 5px;
}

#countrySelectionDropdown{
  width: 100%;
  height: 45px;
  border-radius: 500px;
  border: solid 1px rgba(0, 0, 0, 0.3);
  background-color: rgba(95, 91, 205, 0.5);
  padding-left: 10px;
  transition: all 125ms;

  color: white;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
}
}
