.forgetMain {
  background: rgba(255, 255, 255, 0.6);
  padding: 60px 0px;
}
.forgetMain .forgetBg {
  padding: 28px;
  background: #fff;
  box-shadow: 0 0 2em -0.9em #000000;
  text-align: center;
}
.forgetMain .forgetBg h2 {
  font-size: 40px;
  font-weight: bold;
  color: #000;
  line-height: 48px;
  margin-bottom: 20px;
}
.forgetMain .forgetBg form {
  margin: auto;
  margin-top: 20px;
  flex-direction: column;
}
.forgetMain .forgetBg form p {
  font-size: 16px;
  line-height: 28px;
  color: #000;
}
.forgetMain .forgetBg form .inputContainer {
  padding: 0;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
.forgetMain .forgetBg form .title {
  width: 35%;
  font-size: 22px;
  color: #000;
  font-weight: bold;
  line-height: 28px !important;
  padding: 0 15px 0 0 !important;
  margin: 0;
  float: none;
  text-align: right;
}
.forgetMain .forgetBg form .field {
  float: left;
  width: 60%;
  display: flex;
}
.forgetMain .forgetBg form .field input {
  background: #c7cdd2;
  color: var(--red-color) !important;
  font-weight: 600;
  font-size: 20px;
  padding: 0px 15px !important;
  padding: 0px 8px;
  height: 55px;
  line-height: 55px;
  color: #000;
  font-size: 18px;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}
.forgetMain .forgetBg form .field input::-moz-placeholder {
  color: var(--red-color);
}
.forgetMain .forgetBg form .field input::placeholder {
  color: var(--red-color);
}
.forgetMain .forgetBg form .field input:focus {
  outline: none;
}
.forgetMain .forgetBg form .field .continueBtn {
  background: var(--red-color);
  height: 55px;
  line-height: 55px;
  padding: 0px 55px;
  font-size: 28px;
  color: #fff;
  font-weight: 600;
  border-radius: 0px;
  border: none;
}

@media (max-width: 768px) {
  .forgetMain {
    padding: 0px;
  }
  .container {
    max-width: 100%;
    width: 100%;
    padding: 0px;
  }
  .title {
    font-size: 18px !important;
  }
  .forgetMain h2 {
    font-size: 30px !important;
  }
}
@media (max-width: 420px) {
  .continueBtn {
    height: 50px !important;
    line-height: 50px !important;
    padding: 0px 38px !important;
    font-size: 20px !important;
  }
}/*# sourceMappingURL=forget.module.css.map */