.password-field {
  position: relative;
  display: block;
}

.password-field input {
  padding-right: 52px;
}

.password-toggle {
  position: absolute;
  right: 7px;
  top: 50%;
  transform: translateY(-50%);
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 0;
  background: transparent;
  color: #667085;
  cursor: pointer;
  padding: 7px;
  border-radius: 9px;
}

.password-toggle:hover,
.password-toggle:focus-visible {
  color: #5542ee;
  background: #eef2ff;
  outline: none;
}

.password-toggle svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.password-toggle .eye-hide { display: none; }
.password-toggle[aria-pressed="true"] .eye-show { display: none; }
.password-toggle[aria-pressed="true"] .eye-hide { display: block; }

.forgot-link {
  justify-self: end;
  margin-top: -7px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #667085;
  font-size: 13px;
  font-weight: 650;
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
}

.forgot-link:hover,
.forgot-link:focus-visible {
  color: #5542ee;
}

.dialog-logo-shell {
  width: 54px;
  height: 54px;
  flex: 0 0 54px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid #e4e7ec;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(16, 24, 40, .12);
}

.dialog-logo-shell img {
  display: block;
  width: 50px;
  height: 50px;
  object-fit: contain;
}

.reset-panel {
  text-align: center;
  padding: 6px 2px 2px;
}

.reset-icon {
  width: 62px;
  height: 62px;
  margin: 0 auto 16px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #eeeaff;
  color: #5542ee;
  font-size: 30px;
  font-weight: 800;
}

.reset-panel h2 {
  margin-bottom: 10px;
  font-size: 27px;
}

.reset-panel > p,
.reset-sent p {
  color: #667085;
  line-height: 1.55;
}

.reset-panel form {
  margin-top: 20px;
  text-align: left;
}

.reset-panel > .btn {
  margin-top: 12px;
}

.reset-sent {
  margin-top: 18px;
  padding: 16px;
  border: 1px solid #abefc6;
  border-radius: 12px;
  background: #ecfdf3;
}

.reset-sent strong {
  color: #067647;
}

.reset-sent p {
  margin: 7px 0 0;
  font-size: 13px;
}
