/* screen - forgot-password */

.forgot-password {
  align-items: center;
  background-color: var(--white);
  display: flex;
  flex-direction: column;
  gap: 32px;
  min-height: 960px;
  padding: 96px 0px 48px;
  position: relative;
}

.forgot-password .container {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 32px;
  max-width: 1280px;
  padding: 0px 32px;
  position: relative;
  width: 100%;
}

.forgot-password input {
  align-items: flex-start;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 6px;
  position: relative;
  width: 100%;
  padding: 13px;
  border-radius: 8px;
  background-color: var(--white);
  border: 1px solid;
  font-size: initial;
  border-color: var(--iron);

}

.forgot-password .background-forget-password {
  position: absolute;
  top: -260px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.forgot-password .content {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 32px;
  max-width: 460px;
  position: relative;
  width: 100%;
}

.forgot-password .social-button-sign-up {
  align-items: center;
  align-self: stretch;
  background-color: var(--chambray);
  border: 1px solid;
  color: var(--white);
  border-color: var(--iron);
  border-radius: 8px;
  box-shadow: 0px 1px 2px #0a0c120d, inset 0px -2px 0px #0a0c120d, inset 0px 0px 0px 1px #0a0c122e;
  display: flex;
  flex: 0 0 auto;
  gap: 12px;
  justify-content: center;
  overflow: hidden;
  padding: 16px;
  position: relative;
  width: 100%;
}

.forgot-password .header {
  align-items: center;
  align-self: stretch;
  background-color: transparent;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 24px;
  position: relative;
  width: 100%;
}

.forgot-password .featured-icon {
  background-color: var(--white);
  border: 1px solid;
  border-color: var(--gray-nurse);
  border-radius: 12px;
  box-shadow: 0px 1px 2px #0a0c120d, inset 0px -2px 0px #0a0c120d, inset 0px 0px 0px 1px #0a0c122e;
  height: 56px;
  overflow: hidden;
  position: relative;
  width: 56px;
}

.forgot-password .key-01 {
  height: 28px;
  left: 14px;
  position: absolute;
  top: 14px;
  width: 28px;
}

.forgot-password .text-and-supporting-text {
  align-items: flex-start;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 12px;
  position: relative;
  width: 100%;
}

.forgot-password .text {
  align-self: stretch;
  color: var(--mirage);
  font-weight: 600;
  line-height: 38px;
  margin-top: -1.00px;
  position: relative;
  text-align: center;
}

.forgot-password .supporting-text {
  align-self: stretch;
  color: var(--scarpa-flow);
  font-weight: 400;
  line-height: 24px;
  position: relative;
  text-align: center;
}

.forgot-password .content-1 {
  align-self: stretch;
  border-radius: 12px;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 24px;
  width: 100%;
}

.forgot-password .form {
  align-items: flex-start;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 20px;
  position: relative;
  width: 100%;
}

.forgot-password .input {
  align-items: flex-start;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 6px;
  position: relative;
  width: 100%;
}

.forgot-password .input-1 {
  align-items: center;
  align-self: stretch;
  background-color: var(--white);
  border: 1px solid;
  border-color: var(--iron);
  border-radius: 8px;
  box-shadow: 0px 1px 2px #0a0c120d;
  display: flex;
  flex: 0 0 auto;
  gap: 8px;
  padding: 10px 14px;
  position: relative;
  width: 100%;
}

.forgot-password .content-2 {
  flex: 1;
  flex-grow: 1;
  gap: 8px;
}

.forgot-password .text-1 {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  color: var(--pale-sky);
  display: -webkit-box;
  flex: 1;
  font-weight: 400;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.forgot-password .buttons-button {
  align-self: stretch;
  flex: 0 0 auto;
  margin-bottom: -3.00px;
  margin-left: -2.00px;
  margin-right: -2.00px;
  position: relative;
  width: 100%;
}

.forgot-password .buttons-button-1 {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 6px;
  justify-content: center;
  position: relative;
}

.forgot-password .text-2 {
  color: var(--scarpa-flow);
  font-weight: 600;
  line-height: 20px;
  white-space: nowrap;
  width: fit-content;
}

.forgot-password .content-3 {
  align-items: center;
  display: flex;
  position: relative;
}

.forgot-password .text-3 {
  margin-top: -1.00px;
  position: relative;
}