.lead-autorization-page {
  margin-top: 24px;
  margin-bottom: 200px;
  width: 100%;
  height: 100vh;
  justify-content: center;
}

.lead-autorization__link-box {
  display: flex;
}

.lead-autorization__link {
  margin-left: auto;
  line-height: 150%;
  color: var(--primary);
}

.lead-autorization__center {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
}

.lead-autorization__box {
  display: flex;
  flex-direction: column;
  padding: 16px 32px;
  width: 802px;
  border: 1px solid var(--stroke);
  border-radius: 8px;
  box-shadow: -8px 6px 24px 0 rgba(11, 11, 11, 0.01);
  background: var(--white);
  margin-top: 147px;
  justify-content: center;
}

.lead-autorization__title {
  font-weight: 700;
  font-size: 32px;
  text-transform: uppercase;
  color: var(--black);
}

.lead-autorization__subtitle {
  margin-top: 4px;
  line-height: 150%;
  color: var(--80);
  margin-bottom: 48px;
}

.lead-autorization__spot {
  position: absolute;
  z-index: -1000;
  margin-right: 550px;
}

.lead-form {
  width: 100%;
  justify-content: center;
}

.lead-form__label {
  font-weight: 500;
  font-size: 12px;
  line-height: 150%;
  color: #5c5c5c;
}

.lead-form__input {
  border: 1px solid var(--stroke);
  border-radius: 8px;
  padding: 14px 16px;
  width: 100%;
  margin-bottom: 16px;
  margin-top: 4px;
  background: var(--background-color);
}

.lead-form__passwords {
  display: flex;
  width: 100%;
  justify-content: space-between;
  gap: 16px;
}

.lead-form__passwords-item {
  width: 100%;
}

.lead-form__button {
  width: 100%;
  margin-top: 32px;
}

.lead-form__agree {
  margin-top: 8px;
  text-align: center;
}

.lead-form__input--password {
  position: relative;
}

.lead-form__input--password input {
  width: 100%;
  padding-right: 40px;
}
