/**************************/
/* RESET PASSWORD*/
/**************************/
body {
  background-image: linear-gradient(
      rgba(255, 255, 255, 0.75),
      rgba(0, 70, 136, 0.75)
    ),
    url("../img/bg/ls-bg.webp"), url("../img/bg/ls-bg.jpg");
  height: 100vh;
}

.section-reset-password {
  padding: 5rem 0 9.6rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.reset-password {
  padding: 5rem;
  width: 50rem;
  display: grid;
  box-shadow: 0 2.4rem 4.8rem rgba(0, 0, 0, 0.15);
  border-radius: 11px;

  /* gradient */
  background-image: linear-gradient(to right bottom, #8ea1f3, #4263eb);
  overflow: hidden;
}

.reset-password-text-box {
  padding: 4.8rem 6.4rem 6.4rem 6.4rem;
  color: #333;
}

.reset-password-text {
  font-size: 1.8rem;
  line-height: 1.8;
  margin-bottom: 3rem;
}

.reset-password .heading-secondary {
  color: #333;
  text-align: center;
  margin-bottom: 3.2rem;
}

/* LOGIN FORM */

.reset-password-form {
  display: grid;
  row-gap: 2rem;
  margin-bottom: 1.2rem;
}

.reset-password-form label {
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 1.2rem;
}

.reset-password-form input,
.reset-password-form select {
  width: 100%;
  padding: 1.2rem;
  font-size: 1.8rem;
  font-family: inherit;
  color: inherit;
  border: none;
  background-color: #fff;
  border-radius: 9px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.reset-password-form input::placeholder {
  color: #aaa;
}

.reset-password *:focus {
  outline: none;
  box-shadow: 0 0 0 0.8rem rgba(253, 242, 233, 0.363);
}

.button-reset-password {
  margin-top: 1rem;
  margin-left: 25%;
  width: 50%;
}
/**************************/
/* FOOTER */
/**************************/
.lsr-footer {
  padding: 0 0 3rem 0;
  border-top: none;
}

.footer-logo {
  display: block;
  margin-bottom: 3.2rem;
}

.copyright {
  color: rgb(255, 255, 255);
}

.footer-link:link,
.footer-link:visited {
  color: rgb(255, 255, 255);
}

.footer-link:hover,
.footer-link:active {
  color: #4d4d4d;
}
