.forgot-password-link {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  margin-top: 9px;
  color: #536b65;
  font-size: .68rem;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.password-change-launch {
  min-height: 43px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 0 8px;
  padding: 8px 13px;
  border: 2px solid #276f9f;
  border-radius: 11px;
  background: #eef7ff;
  color: #17577f;
  font-size: .72rem;
  font-weight: 900;
  line-height: 1.15;
  text-decoration: none;
  white-space: nowrap;
}

.password-change-launch:hover {
  border-color: #174f76;
  background: #276f9f;
  color: #fff;
}

.password-security-page .wrap.auth {
  width: min(560px, 100%);
}

.password-security-card {
  padding: 3px 0 0;
}

.password-security-card > header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
  padding: 15px;
  border: 2px solid #277765;
  border-radius: 15px;
  background: linear-gradient(135deg, #eaf9f5, #d8eee8);
}

.password-security-card > header > span {
  width: 44px;
  height: 44px;
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: #0b8069;
  color: #fff;
  font-size: 1.25rem;
}

.password-security-card h1,
.password-security-card p {
  margin: 0;
}

.password-security-card h1 {
  color: #153f36;
  font-size: 1.25rem;
}

.password-security-card header p {
  margin-top: 4px;
  color: #5b716b;
  font-size: .7rem;
}

.password-step {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  padding: 10px;
  border: 1.5px solid #b8cec8;
  border-radius: 11px;
  background: #f6faf9;
}

.password-step > b {
  width: 31px;
  height: 31px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #167660;
  color: #fff;
}

.password-step strong,
.password-step small {
  display: block;
}

.password-step strong { color: #1b4238; font-size: .78rem; }
.password-step small { margin-top: 3px; color: #62766f; font-size: .63rem; }

.password-security-form {
  display: grid;
  gap: 9px;
}

.password-security-form label,
.password-security-form input,
.password-security-form button {
  width: 100%;
  margin: 0;
}

.password-security-form label > span {
  display: block;
  margin: 0 2px 5px;
  color: #36564e;
  font-size: .68rem;
  font-weight: 850;
}

.password-security-form input {
  min-height: 49px;
}

.password-security-form button,
.password-back-login {
  min-height: 47px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 11px;
  background: linear-gradient(135deg, #0b8e74, #08705d);
  color: #fff;
  font-weight: 900;
  text-decoration: none;
}

.code-form input {
  font-size: 1.35rem;
  font-weight: 900;
  letter-spacing: .22em;
  text-align: center;
}

.password-resend-form {
  margin-top: 8px;
}

.password-resend-form button {
  width: 100%;
  min-height: 40px;
  margin: 0;
  border: 1.5px solid #79968e;
  background: #fff;
  color: #345e53;
  font-size: .68rem;
}

.password-security-form button:disabled,
.password-resend-form button:disabled {
  cursor: not-allowed;
  border-color: #b5c6c1;
  background: #edf2f0;
  color: #62736e;
  opacity: 1;
}

.password-sms-destination {
  margin-bottom: 10px;
  padding: 12px;
  border: 1.5px solid #85b5aa;
  border-radius: 11px;
  background: #effaf7;
  color: #214f43;
  font-size: .76rem;
  line-height: 1.5;
}

.password-sms-destination strong {
  color: #086d59;
  white-space: nowrap;
}

.password-sms-status {
  margin: 7px 1px 0;
  color: #6a5a2c;
  font-size: .63rem;
  line-height: 1.4;
  text-align: center;
}

.password-limit-note {
  margin-top: 11px;
  padding: 9px 10px;
  border-radius: 9px;
  background: #fff5d9;
  color: #735615;
  font-size: .62rem;
  line-height: 1.45;
}

.password-cancel {
  display: block;
  margin-top: 11px;
  color: #5d706a;
  font-size: .7rem;
  font-weight: 800;
  text-align: center;
}

@media (max-width: 600px) {
  .password-change-launch { min-height: 39px; margin-left: 5px; padding: 6px 8px; border-width: 1.5px; font-size: .58rem; }
  .password-security-card > header { padding: 11px; border-width: 1.5px; border-radius: 12px; }
  .password-security-card > header > span { width: 38px; height: 38px; }
  .password-security-card h1 { font-size: 1.05rem; }
}
