.p_39_s357 {
  /* .login {
  display: none;
} */
}
.p_39_s357 .vendor_forgot_password {
  padding: 80px 0px;
  background-color: var(--themeBg1);
  background-position: center;
  background-repeat: repeat;
  background-size: contain;
}
.p_39_s357 .forgot a {
  font-size: 14px;
  font-weight: 500;
  color: #00000080;
  line-height: 30px;
}
.p_39_s357 .mainHeading {
  font-size: 40px;
  line-height: 50px;
  color: var(--headingColor1);
  font-family: var(--hFont);
}
.p_39_s357 .formHeading {
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  color: var(--headingColor2);
  font-family: var(--hFont);
  letter-spacing: 2px;
}
.p_39_s357 .formLogin,
.p_39_s357 .formSign {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 20px;
}
.p_39_s357 .formLogin a,
.p_39_s357 .formSign a {
  color: #619bff;
}
.p_39_s357 .formLogin a:hover {
  text-decoration: underline;
}
.p_39_s357 .formOuter {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 0px 10px 0px #f9d9e5;
  background-color: var(--themeBg2);
}
.p_39_s357 .formSec {
  padding: 10px 30px 30px 30px;
  border: 10px solid;
  border-image-slice: 1;
  border-width: 5px;
  border-image-source: linear-gradient(to left, var(--themeColor1), var(--btnColor));
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.p_39_s357 .inputMainSec {
  margin-bottom: 10px;
}
.p_39_s357 .formInput {
  font-size: 14px;
  font-weight: 500;
  color: #00000080;
  line-height: 30px;
}
.p_39_s357 .formInput span {
  color: red;
}
.p_39_s357 .formIconInput input {
  width: -webkit-fill-available;
  outline: none;
  border: none;
  background-color: transparent;
  padding: 10px;
}
.p_39_s357 .btnContainer {
  text-align: center;
  margin-top: 20px;
}
.p_39_s357 .btn,
.p_39_s357 .sendBtn {
  margin-top: 10px;
  width: 200px;
  border-radius: 30px;
  padding: 15px;
  background-color: var(--btnColor);
  color: var(--btnTextColor);
  border: none;
  transition: 0.3s;
  cursor: pointer;
}
.p_39_s357 .btn:hover,
.p_39_s357 .sendBtn:hover {
  background-color: var(--btnHoverColor);
  color: var(--btnHoverTextColor);
}
.p_39_s357 .iconSec {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 10px;
  top: 40px;
  cursor: pointer;
}
.p_39_s357 .iconSec i {
  font-size: 15px;
}
.p_39_s357 .strongpass ul {
  list-style-type: none;
}
.p_39_s357 .strongpass {
  /* width: 90%;
  max-width: 350px; */
  /* margin: 0 auto; */
  overflow: hidden;
}
.p_39_s357 .strongpass ul li {
  width: calc(50% - 10px);
  float: left;
  margin: 5px;
  text-align: left;
  font-size: 12px;
  color: #000000;
  color: red;
}
.p_39_s357 .error {
  font-size: 12px;
  color: red;
}
.p_39_s357 .formIconInput {
  display: grid;
  grid-template-columns: 40px 1fr;
  background-color: var(--themeBg2);
  border: 1px solid #dbdbdb;
  border-radius: 5px;
  align-items: center;
}
.p_39_s357 .formIconBox {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-right: 1px solid #dbdbdb;
}
.p_39_s357 .msgBox {
  text-align: center;
  font-size: 14px;
  line-height: 24px;
}
.p_39_s357 .otpSent {
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 10px;
}
.p_39_s357 .resendOTP {
  font-size: 14px;
  line-height: 24px;
}
.p_39_s357 .checkBox {
  display: flex;
  align-items: center;
  margin-top: 10px;
  font-size: 14px;
  line-height: 24px;
  gap: 10px;
}
.p_39_s357 .checkboxIcon svg {
  vertical-align: middle;
  width: 18px;
  height: 18px;
  cursor: pointer;
}
.p_39_s357 .strongpass li {
  color: red !important;
}
@media only screen and (max-width: 900px) {
  .p_39_s357 {
    background-attachment: scroll;
  }
}
