.reset-password {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f5f5f5;
  border-bottom: 1rem solid var(--company-color);
}

.reset-password__center-block {
  width: 100%;
  max-width: 40rem;
}

.reset-password__logo-wrapper {
  margin-bottom: 2rem;
  display: flex;
  justify-content: center;
}

.reset-password__form-wrapper {
  width: 100%;
  max-width: 40rem;
  display: block;
  padding: 2rem;
  background-color: white;
  border-radius: 1rem;
  box-shadow: 0 10px 40px 0 rgba(62, 57, 107, 0.07), 0 2px 9px 0 rgba(62, 57, 107, 0.06);
}

.reset-password__form-wrapper__title {
  display: block;
  height: 5rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 2rem;
  color: #404040;
}

.reset-password__form-wrapper__message {
  font-size: 1.3rem;
  color: #7f879a;
}

.reset-password__form-wrapper__item {
  margin-top: 5px;
  font-size: 1.5rem
}

.reset-password__form-wrapper__button {
  height: 45px !important;
  width: 100%;
}

.reset-password__footer {
  height: 6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  font-weight: 500;
}

.reset-password__footer a {
  color: var(--grey-color);
  transition: all 0.4s;
}

.reset-password__footer a:hover {
  color: var(--company-color-hover);
}
