.white-bg-box {
  background: #fff;
}

#content {
  width: 100%;
  padding: 0;
}

.forgot-page {
  width: 100%;
  text-align: center;
}

.forgot-title {
  margin: 78px 0 36px 0;
  color: #000;
  font-size: 25px;
  line-height: 31px;
  font-weight: bold;
  padding: 0;
}

.forgot-description {
  max-width: 700px;
  margin: 0 auto 36px;
  color: #000;
  font-size: 17px;
  line-height: 24px;
}

.forgot-form {
  width: 100%;
}

.forgot-field {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 1020px;
  margin: 0 auto 34px;
  text-align: left;
}

.forgot-field input {
  flex: 1;
  height: 55px;
  padding: 0 15px;
    padding-left: 15px;
  border: 1px solid #FDBF60;
  border-radius: 22px;
  outline: none;
  max-width: 550px;
  width: 100%;
  margin: 0 auto;
  font-size: 20px;
  line-height: 25px;
  padding-left: 30px;
  color: #7A7979;
}

.forgot-field input:focus {
  border-color: #ffbd59;
  box-shadow: 0 0 0 1px #ffbd59;
}

.forgot-buttons {
  margin: 0;
  text-align: center;
}

.forgot-submit {
    width: 100%;
    max-width: 342px;
    height: 55px;
    padding: 0 20px;
    background: #FDBF60;
    color: #000;
    border-radius: 40px;
    font-size: 25px;
    line-height: 31px;
    font-weight: 500;
    border-radius: 40px;
    border: none;
  }

  .forgot-submit:hover, .forgot-submit:focus {
    background: #9F70FD;
    color: #fff;
  }

@media (max-width: 767px) {
  .container.white-bg-box {
    width: 100%;
    padding: 0 12px;
  }

  #content {
    width: 100%;
  }

 .forgot-title {
    margin: 14px 0 19px 0;
    font-size: 17px;
    line-height: 21px;
  }

  .forgot-description {
    max-width: 350px;
    font-size: 15px;
    line-height: 1.35;
    margin-bottom: 21px;
  }

  .forgot-field {
    display: block;
    width: 100%;
    max-width: 356px;
    margin: 0 auto 32px;
  }

 .forgot-field input {
    display: block;
    width: 344px;
    height: 40px;
    border-radius: 18px;
    font-size: 15px;
    max-width: 100%;
    padding-left: 10px;
    line-height: 19px;
  }

  .forgot-submit {
    width: 100%;
    max-width: 250px;
    height: 40px;
    padding: 0 20px;
    background: #FDBF60;
    color: #000;
    font-size: 17px;
    line-height: 21px;
    font-weight: 500;
    border-radius: 40px;
    border: none;
  }
}