@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;
}

.success {
  text-align: center;
  color: black !important;
  background-color: #84f08d !important;
  white-space: pre-wrap;
}
/*  */
#forgotPassword {
  margin: 1vw 0;
  color: #318aff;

  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: 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;
}

.success {
  text-align: center;
  color: black !important;
  background-color: #84f08d !important;
  white-space: pre-wrap;
}
/*  */
#forgotPassword {
  margin: 1vw 0;
  color: #318aff;

  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
}