.container {
  max-width: none;
  width: 100%;
  padding: 0 12px;
  margin: 0 auto;
}

@media (min-width: 992px) {
  .container {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
  }
}
.password__recovery-form-wrap {
  max-width: 600px;
  width: 100%;
  padding-top: 65px;
  padding-bottom: 96px;
  margin: 0 auto;
}

.password__recovery-form {
  background: #FFFFFF;
  box-shadow: 0px 12px 32px rgba(50, 73, 85, 0.1);
  border-radius: 20px;
  padding: 24.5px 12px 24px 12px;
  width: 100%;
}

.recovery__form-back-to-auth {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 24px;
  cursor: pointer;
}
.recovery__form-back-to-auth p {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #61636D;
}

.back__to-auth-img {
  max-width: 20px;
}
.back__to-auth-img img {
  width: 100%;
  height: 100%;
}

.recovery__title {
  font-family: "RF Dewi Extended";
  font-style: normal;
  font-weight: 800;
  font-size: 18px;
  line-height: 22px;
  color: #262931;
  margin-bottom: 24px;
  text-align: center;
}

.progress__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}
.progress__title p {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #9FA1AD;
}

.recovery__progress {
  margin-bottom: 24px;
}

.progress__bar {
  background: #E0E1E9;
  border-radius: 6px;
  width: 100%;
  height: 8px;
}

.bar {
  width: 33.3%;
  height: 100%;
}
.bar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}

.recovery__input {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 24px;
}
.recovery__input input {
  background: #FFFFFF;
  border: 1px solid #C4C7CF;
  border-radius: 30px;
  padding: 12px 20px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-feature-settings: "tnum" on, "lnum" on;
  color: black;
}
.recovery__input input::placeholder {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-feature-settings: "tnum" on, "lnum" on;
  color: #A9ABB6;
}
.recovery__input input:hover {
  background: #FFFFFF;
  border: 1px solid #61636D;
  border-radius: 30px;
}
.recovery__input input:focus {
  border: 1px solid #006DCA;
  box-shadow: 0px 0px 0px 3px rgba(0, 143, 248, 0.2);
  border-radius: 30px;
}

.recovery__btn {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px;
  width: 100%;
  background: #0176FF;
  border: 1px solid #0176FF;
  border-radius: 72px;
}
.recovery__btn:hover {
  background: #1471DE;
  box-shadow: 0px 4px 20px rgba(16, 109, 217, 0.5);
  border-radius: 72px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
}
.recovery__btn:active {
  background: #1471DE;
  box-shadow: inset 0px 0px 10px #1B5396;
  border-radius: 72px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
}

@media (min-width: 768px) {
  .password__recovery-form {
    padding: 32px 48px;
    background: #FFFFFF;
    box-shadow: 0px 12px 32px rgba(50, 73, 85, 0.1);
    border-radius: 30px;
  }
  .recovery__btn {
    max-width: 181px;
    margin: 0 auto;
  }
}
.header__wrapper {
  display: flex;
  justify-content: center;
  padding-top: 16px;
}

.header__logo {
  max-width: 96px;
  cursor: pointer;
}
.header__logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*# sourceMappingURL=style.css.map */
