.hero-password-reset {
  background-color: #120b32;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;

  position: relative;
  margin-bottom: 0;
  padding: 60px;
  isolation: isolate;
}

.hero-password-reset>h1 {
  color: #fff;
  font-family: "AryaDouble", Sans-serif;
  font-size: 48px;
  font-weight: 100;
  text-transform: uppercase;
  line-height: 1.3em;
  letter-spacing: 0;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.76);
  text-align: center;
  animation: pushUp 1.5s ease-out;
}

.reset-container {
  width: 60%;
  padding-inline: 2rem;
  margin-block: 4rem;
}

.whitebox {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-block: 1rem;
  padding-inline: 2rem;
  margin-block: 1rem;
  border: 1px solid #cfcfe8;
}

.whitebox h2 {
  font-family: "KorolevBold", Sans-serif;
  font-size: 24px;
  font-weight: 100;
  color: #1b325f;
}

.whitebox p {
  font-family: "RobotoCondensed", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  color: #1b325f;
}

.whitebox form .form-control {
  width: 100%;
  height: 50px;
  background: white;
  margin: 10px 0 18px 0;
  padding: 0 10px;
  border: 1px solid #cfcfe8;
  background-clip: padding-box;
  outline: 0;

  font-family: "RobotoCondensed", Sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-align: left;
  background-color: #f9fafa;

  display: flex;
  flex-direction: column;
}

.form-group {
  display: flex;
  flex-direction: column;
}

label {
  font-family: "RobotoCondensed", Sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #1b325f;
  background-color: #fff;
}

.label-reset {
  color: #69727d;
  font-family: "RobotoCondensed", Sans-serif;
  font-size: 15px;
}

.btn-reset {
  font-family: "RobotoCondensed", Sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
  background-color: #1b325f;
  color: #fff;
  text-decoration: none;
  padding: 0.5rem 2rem;
  border: none;
}

.btn-reset:hover {
  background-color: #7b1222;
  cursor: pointer;
}

.error-message {
  font-family: "RobotoCondensed", Sans-serif;
  font-size: 17px;
  color: red;
}

@media (width <=780px) {
  .reset-container {
    width: 90%;
  }
}
