.forgot_password {
  width: 100%;
  background: #f5f5f5;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.forgot_password .forgot_desc {
  width: 600px;
  margin: 80px 0px;
  max-width: 100%;
  height: auto;
  background: #ffffff;
  padding: 50px 50px;
  border-radius: 30px;
}
.forgot_password .forgot_desc h1 {
  font-size: 24px;
}
.forgot_password .forgot_desc input#email {
  border: 1px solid #D8D8D8;
  background: transparent;
  height: 60px;
  border-radius: 5px;
}
.forgot_password .forgot_desc span {
  color: #FF8C47;
}
.forgot_password .forgot_desc .register-btn {
  background: radial-gradient(100% 189.27% at 83.25% 0%, #FF8C47 0%, #DB6925 100%);
  font-size: 24px;
  height: 60px;
  width: 100%;
}
.forgot_password .forgot_desc .register-btn:hover {
  background: radial-gradient(104.71% 104.71% at 10.37% 5.46%, #efc64a 0%, #e97719 100%) !important;
}

@media (max-width: 1600px) {
  .forgot_password .forgot_desc input#email {
    height: 50px;
  }
  .forgot_password .forgot_desc .register-btn {
    font-size: 18px;
    height: 45px;
  }
}
@media (max-width: 767px) {
  .forgot_password .forgot_desc {
    margin: 30px 0px;
  }
  .forgot_password .forgot_desc {
    padding: 30px 20px;
  }
  .forgot_password .forgot_desc .register-btn {
    font-size: 17px;
    padding: 0 !important;
  }
}
