 .forgot-title {
  font-size: 24px;
  color: #E2B954;
  line-height: 1.2;
  text-align: center;
  width: 100%;
  display: block;
  padding-bottom: 12px;
}

.top {
  text-align: center;
  margin-top: 125px !important;
}

.module_middle {
  padding: 2em 0 2em 0;
  background: #262626;
  font-size: 14px;
  color: #A3A3A3;
  margin-top: 60px;
  position: relative;
}

.top h1 svg {
  stroke: #F6B83E;
}

.top p {
  max-width: 50%;
  margin: auto;
  color: #A3A3A3;
}

.top h1 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.forgot-subtitle {
	margin-top: -8px;
    font-size: 16px;
    text-align: center;
    margin-bottom: 15px;
}

.email_help:hover {
  text-decoration: underline;
}

.email_help {
  color: #F6B83E;
  display: block;
}

.mw40rem {
  max-width: 40rem !important;
  transform: skewX(-3deg);
}

.certif-input + label[placeholder]::before {
  background: #262626;
}

.certif-input + label[placeholder] {
  pointer-events: none;
  line-height: 0.3em !important;
}

.email {
  margin-top: 150px;
  margin-bottom: 150px;
}

.certif-input {
  background: #262626 !important;
}

.input-forgot {
	max-width: 435px;
  margin: auto;
  width: 33%;
}

.next-box {
	max-width: 435px;
  margin: auto;
  width: 33%;
    margin: auto;
    margin-top: 25px;
}

.error-login-forgot {
  font-size: 14px;
  color: #ff8484;
  text-align: center;
}

.certif-input {
  overflow: hidden;
}

@media screen and (max-width: 1050px) {
  .input-forgot {
    max-width: 80% !important;
    width: 100%;
  }
  .next-box {
    max-width: 80% !important;
    width: 100%;
  }
}

@media screen and (max-width: 750px) {
  .input-forgot {
    max-width: 95% !important;
    width: 100%;
  }
  .next-box {
    max-width: 95% !important;
    width: 100%;
  }
}