.zd-reset-shell {
  width: min(430px, calc(100vw - 40px)) !important;
}

.zd-reset-copy {
  margin-bottom: 24px;
}

.zd-reset-copy h1 {
  margin: 13px 0 8px;
  color: #f5f8ff;
  font-size: 30px;
  line-height: 1.08;
}

.zd-reset-copy p {
  margin: 0;
  color: #aab7ca;
  font-size: 14px;
  line-height: 1.58;
}

.zd-reset-copy .zd-reset-muted {
  margin-top: 12px;
  color: #7f90aa;
  font-size: 12px;
}

.zd-reset-form {
  display: grid;
  gap: 20px;
}

.zd-reset-form input {
  width: 100%;
  box-sizing: border-box;
}

.zd-reset-error {
  margin-top: 7px;
  color: #ff9da1;
  font-size: 12px;
  line-height: 1.4;
}

.zd-reset-back {
  display: inline-block;
  margin-top: 18px;
  color: rgba(225, 195, 112, .82);
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}

.zd-reset-back:hover {
  color: #f0d483;
}

.zd-reset-button-link {
  display: flex !important;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  text-decoration: none;
}

.zd-reset-warning {
  color: #efb8b8;
}

@media (max-width: 720px) {
  .zd-reset-shell {
    width: min(100%, 430px) !important;
  }
}
