.forgotten-password-page .two-factor-icon--lock {
  width: 36px;
}

.forgotten-password-page .two-factor-icon--lock img {
  width: 36px;
}

.forgotten-password-action {
  width: 100%;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}

.forgotten-password-help {
  width: 100%;
  margin: 0;
  color: var(--text-secondary);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.forgotten-password-email-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 35px;
  width: 45px;
  height: 35px;
}

.forgotten-password-email-icon span {
  position: relative;
  display: block;
  width: 45px;
  aspect-ratio: 36 / 27;
  overflow: hidden;
}

.forgotten-password-email-icon img {
  position: absolute;
  top: -40.74%;
  left: -19.44%;
  width: 138.89%;
  height: 185.19%;
  max-width: none;
}

.forgotten-password-success-icon,
.forgotten-password-alert-icon {
  position: relative;
  flex: 0 0 35px;
  width: 35px;
  height: 35px;
  overflow: hidden;
}

.forgotten-password-success-icon {
  border-radius: 12px;
}

.forgotten-password-success-icon img {
  position: absolute;
  top: -23.53%;
  left: -30.25%;
  width: 160.74%;
  height: 151.63%;
  max-width: none;
}

.forgotten-password-alert-icon img {
  position: absolute;
  top: -20.57%;
  left: -25.93%;
  width: 151.85%;
  height: 145.39%;
  max-width: none;
}
