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

.response-text {
  color: greenyellow;
  font-size: xx-large;
  text-align: center;
  text-decoration: underline;
}

.recover-body {
  background-color: lightgrey;
  height: 100vh;
}

.recover-main-container {
  background-color: rgba(4, 4, 3, 0.581);
  width: 80%;
  height: 50vh;
  margin: 80px auto;
  padding: 25px 10px;
  border: 2px solid white;
  border-radius: 8px;
  box-shadow: 1px 1px 50px 1px rgba(7, 7, 7, 0.708);
}

.recover-container {
  width: 50%;
  height: 80%;
  margin: 5px auto;
}

.recover-h1 {
  color: white;
  text-align: center;
  text-decoration: underline;
}

hr {
  margin: 40px 0 40px 0;
}

.rec-form {
  padding: 50px;
  margin: 10px auto;
  background-color: rgba(117, 117, 117, 0.385);
  box-shadow: 1px 1px 50px 1px rgba(244, 242, 242, 0.603);
  width: 100%;
  /* border: 3px solid rgb(86, 121, 149); */
  border-radius: 8px;
}

.rec-inp,
.recover-button {
  margin: 10px auto;
  width: 100%;
  display: block;
  padding: 10px;
  border: 0;
  color: white;
}

.rec-inp {
  background-color: white;
  color: black;
  text-align: left;
}

.recover-button {
  background-color: rgb(196, 195, 195);
  text-align: center;
  transition: all 1s;
  cursor: pointer;
}

.recover-button:hover {
  color: brown;
  font-size: large;
}

.rec-login-anchor {
  font-size: large;
  color: brown;
  text-decoration: none;
  transition: all 1s;
  cursor: pointer;
}

.rec-login-anchor:hover {
  color: aqua;
  font-size: x-large;
}

.rec-login {
  margin: 20px 0 0 0;
  font-size: medium;
  color: white;
}

/*------------------ MEDIA QUERY FOR 80em WIDTH ------------------*/
@media (max-width: 80em) {
  .recover-main-container {
    height: 75vh;
  }
}

/*------------------ MEDIA QUERY FOR 67.5em WIDTH ------------------*/
@media (max-width: 67.5em) {
  .recover-main-container {
    height: 75vh;
  }
}

/*------------------ MEDIA QUERY FOR 57.875em WIDTH ------------------*/
@media (max-width: 57.875em) {
  .recover-main-container {
    height: 160vh;
  }
}

/*------------------ MEDIA QUERY FOR 57.1875em WIDTH ------------------*/
@media (max-width: 57.1875em) {
  .recover-main-container {
    height: 150vh;
  }
}

/*------------------ MEDIA QUERY FOR 53.375em WIDTH ------------------*/
@media (max-width: 53.375em) {
  .recover-main-container {
    height: 140vh;
  }
}

/*------------------ MEDIA QUERY FOR 50.75em WIDTH ------------------*/
@media (max-width: 50.75em) {
  .recover-main-container {
    height: 150vh;
  }
}

/*------------------ MEDIA QUERY FOR 50.625em WIDTH ------------------*/
@media (max-width: 50.625em) {
  .reset-main-container {
    height: 70vh;
  }
}

/*------------------ MEDIA QUERY FOR 50em WIDTH ------------------*/
@media (max-width: 50em) {
  .reset-main-container {
    height: 180vh;
  }
}

/*------------------ MEDIA QUERY FOR 47.5em WIDTH ------------------*/
@media (max-width: 47.5em) {
  .recover-main-container {
    height: 150vh;
  }
  .recover-h1 {
    font-size: large;
  }
}

/*------------------ MEDIA QUERY FOR 41.6875em WIDTH ------------------*/
@media (max-width: 41.6875em) {
  .recover-main-container {
    height: 180vh;
  }
  .recover-container {
    width: 90%;
  }
}

/*------------------ MEDIA QUERY FOR 26.75em WIDTH ------------------*/
@media (max-width: 26.75em) {
  .recover-main-container {
    height: 60vh;
  }
  .recover-container {
    width: 100%;
  }
}

/*------------------ MEDIA QUERY FOR 25.875em WIDTH ------------------*/
@media (max-width: 25.875em) {
  .recover-main-container {
    height: 60vh;
  }

  .recover-container {
    width: 100%;
  }
}

/*------------------ MEDIA QUERY FOR 25.75em WIDTH ------------------*/
@media (max-width: 25.75em) {
  .recover-main-container {
    height: 60vh;
  }
}

/*------------------ MEDIA QUERY FOR 24.375em WIDTH ------------------*/
@media (max-width: 24.375em) {
  .recover-main-container {
    height: 65vh;
  }

  .rec-login {
    font-size: small;
  }
}

/*------------------ MEDIA QUERY FOR 24em WIDTH ------------------*/
@media (max-width: 23.4375em) {
  .recover-main-container {
    height: 85vh;
  }
}

/*------------------ MEDIA QUERY FOR 23.4375em WIDTH ------------------*/
@media (max-width: 23.4375em) {
  .recover-main-container {
    height: 70vh;
  }
}

/*------------------ MEDIA QUERY FOR 22.50em WIDTH ------------------*/
@media (max-width: 22.5em) {
  .recover-main-container {
    height: 75vh;
  }
}
