/* =========================================================
   RESET PASSWORD V2
   ========================================================= */

.reset-v2-page {
  min-height: 100%;
  background:
    radial-gradient(circle at 14% 18%, rgba(31, 196, 209, 0.08), transparent 30%),
    linear-gradient(180deg, #f7fbfd 0%, #eef5f9 100%);
}

.reset-v2-shell {
  padding: 86px 0;
}

.reset-v2-card {
  max-width: 720px;
  margin: 0 auto;
  padding: 46px 48px;
  border: 1px solid #dce7f2;
  border-radius: 30px;
  background: #ffffff;
  box-shadow: 0 18px 42px rgba(16, 36, 73, 0.08);
  text-align: center;
}

.reset-v2-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 68px;
  height: 68px;
  margin-bottom: 22px;
  border-radius: 22px;
  color: #ffffff;
  background: linear-gradient(135deg, #0d8f9b 0%, #31c5d2 100%);
  box-shadow: 0 14px 30px rgba(13, 143, 155, 0.22);
}

.reset-v2-card__icon i {
  font-size: 32px;
}

.reset-v2-card h1 {
  margin: 0 0 14px;
  color: var(--color-heading);
  font-size: 42px;
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.reset-v2-card__lead {
  max-width: 560px;
  margin: 0 auto 28px;
  color: var(--color-text-muted);
  font-size: 17px;
  line-height: 1.7;
}

.reset-v2-info {
  margin: 0 auto 18px;
  padding: 18px 20px;
  border: 1px solid #dce7f2;
  border-radius: 18px;
  background: #f7fbfd;
  text-align: left;
}

.reset-v2-info p {
  margin: 0;
  color: var(--color-text);
  font-size: 15px;
  line-height: 1.65;
}

.reset-v2-info strong {
  color: var(--color-heading);
}

.reset-v2-note {
  margin: 0 auto 28px;
  padding: 18px 20px;
  border-radius: 18px;
  color: #24435f;
  background: rgba(31, 196, 209, 0.1);
  text-align: left;
}

.reset-v2-note p {
  margin: 0;
  color: #24435f;
  font-size: 15px;
  line-height: 1.65;
}

.reset-v2-note p + p {
  margin-top: 8px;
}

.reset-v2-actions {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .reset-v2-shell {
    padding: 58px 0;
  }

  .reset-v2-card {
    padding: 34px 24px;
    border-radius: 24px;
  }

  .reset-v2-card h1 {
    font-size: 32px;
  }

  .reset-v2-card__lead {
    font-size: 15px;
  }

  .reset-v2-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .reset-v2-actions .ui-btn {
    width: 100%;
  }
}
/* =========================================================
   RESET PASSWORD FORM
   ========================================================= */

.reset-v2-form {
  margin-top: 28px;
}

.reset-v2-field {
  margin-bottom: 24px;
  text-align: left;
}

.reset-v2-field label {
  display: block;
  margin-bottom: 8px;
  color: var(--color-heading);
  font-size: 14px;
  font-weight: 800;
}

.reset-v2-field input {
  display: block;
  width: 100%;
  height: 52px;
  padding: 0 16px;
  border: 1px solid #dce7f2;
  border-radius: 14px;
  color: var(--color-heading);
  background: #ffffff;
  font-size: 15px;
  outline: none;
  transition:
    border-color 0.18s ease,
    box-shadow 0.18s ease;
}

.reset-v2-field input:focus {
  border-color: #31c5d2;
  box-shadow: 0 0 0 4px rgba(49, 197, 210, 0.14);
}

.reset-v2-field input::placeholder {
  color: #8a9aaa;
}

.reset-v2-field .form-error-message,
.reset-v2-field .invalid-feedback,
.reset-v2-field ul {
  margin-top: 8px;
  color: #d9435f;
  font-size: 13px;
  line-height: 1.45;
}

.reset-v2-field ul {
  padding-left: 18px;
}

.reset-v2-alert {
  margin: 24px 0 0;
  padding: 14px 16px;
  border-radius: 16px;
  font-size: 14px;
  line-height: 1.55;
  font-weight: 700;
  text-align: left;
}

.reset-v2-alert--error {
  color: #9f2537;
  background: #fff0f3;
  border: 1px solid #ffd4dc;
}

.reset-v2-note--compact {
  margin-top: 26px;
  margin-bottom: 0;
}
/* =========================================================
   RESET PASSWORD NEW PASSWORD
   ========================================================= */

.reset-v2-password-control {
  display: flex;
  align-items: stretch;
  width: 100%;
}

.reset-v2-password-input {
  flex: 1 1 auto;
  min-width: 0;
  height: 52px;
  padding: 0 16px;
  border: 1px solid #dce7f2;
  border-right: 0;
  border-radius: 14px 0 0 14px;
  color: var(--color-heading);
  background: #ffffff;
  font-size: 15px;
  outline: none;
  transition:
    border-color 0.18s ease,
    box-shadow 0.18s ease;
}

.reset-v2-password-input:focus {
  border-color: #31c5d2;
  box-shadow: 0 0 0 4px rgba(49, 197, 210, 0.14);
}

.reset-v2-password-input::placeholder {
  color: #8a9aaa;
}

.reset-v2-eye-btn {
  flex: 0 0 56px;
  width: 56px;
  height: 52px;
  border: 1px solid #dce7f2;
  border-radius: 0 14px 14px 0;
  color: #205082;
  background: #ffffff;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition:
    color 0.18s ease,
    background 0.18s ease,
    border-color 0.18s ease;
}

.reset-v2-eye-btn:hover {
  color: #0d8f9b;
  border-color: rgba(13, 143, 155, 0.35);
  background: rgba(31, 196, 209, 0.07);
}

.reset-v2-eye-btn i {
  font-size: 18px;
  line-height: 1;
}

.reset-v2-field + .reset-v2-field {
  margin-top: 18px;
}