.p_45_s260 {
  /* .login {
  display: none;
} */
}
.p_45_s260 .banner_12 {
  padding: 80px 0px;
  background-color: var(--themeBg1);
  background-position: center;
  background-repeat: repeat;
  background-size: contain;
}
.p_45_s260 .forgot a {
  font-size: 14px;
  font-weight: 500;
  color: #00000080;
  line-height: 30px;
}
.p_45_s260 .mainHeading {
  text-align: center;
  font-size: 40px;
  line-height: 50px;
  color: var(--headingColor1);
  font-family: var(--hFont);
  margin-bottom: 10px;
}
.p_45_s260 .subPara {
  text-align: center;
  font-size: 15px;
  line-height: 25px;
  color: var(--paragraphColorBlack);
}
.p_45_s260 .formHeading {
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  color: var(--headingColor2);
  font-family: var(--hFont);
  letter-spacing: 2px;
}
.p_45_s260 .formLogin,
.p_45_s260 .formSign {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 20px;
}
.p_45_s260 .formLogin a,
.p_45_s260 .formSign a {
  color: #619bff;
}
.p_45_s260 .formLogin a:hover {
  text-decoration: underline;
}
.p_45_s260 .formOuter {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 0px 10px 0px #f9d9e5;
  background-color: var(--themeBg2);
}
.p_45_s260 .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_45_s260 .inputMainSec {
  margin-bottom: 10px;
}
.p_45_s260 .inputMainSec label {
  font-size: 14px;
  font-weight: 500;
  color: #00000080;
  margin-bottom: 5px;
  display: inline-block;
}
.p_45_s260 .inputMainSec label.agreeText {
  margin-bottom: 0px;
}
.p_45_s260 .inputMainSec label span {
  color: red;
}
.p_45_s260 .inputMainSec input {
  width: -webkit-fill-available;
  padding: 10px 15px;
  background-color: var(--themeBg2);
  border: 1px solid #dbdbdb;
  border-radius: 5px;
}
.p_45_s260 .inputMainSec input:focus {
  outline: 1px solid var(--themeColor1);
}
.p_45_s260 .inputMainSec.checkbox {
  align-items: flex-start;
}
.p_45_s260 .inputMainSec input[type="checkbox"] {
  width: auto;
  margin-top: 3px;
}
.p_45_s260 .inputMainSec.checkbox label {
  cursor: pointer;
}
.p_45_s260 .inputMainSec.checkbox label a {
  color: #619bff;
  font-weight: 700;
  font-style: italic;
}
.p_45_s260 .inputMainSec.checkbox input:focus {
  outline: none;
}
.p_45_s260 .btn {
  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_45_s260 .btn:hover {
  background-color: var(--btnHoverColor);
  color: var(--btnHoverTextColor);
}
.p_45_s260 .iconSec {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 10px;
  top: 40px;
  cursor: pointer;
}
.p_45_s260 .iconSec i {
  font-size: 15px;
}
.p_45_s260 .strongpass ul {
  list-style-type: none;
}
.p_45_s260 .strongpass {
  /* width: 90%;
  max-width: 350px; */
  /* margin: 0 auto; */
  overflow: hidden;
}
.p_45_s260 .strongpass ul li {
  width: calc(50% - 10px);
  float: left;
  margin: 5px;
  text-align: left;
  font-size: 12px;
  color: #000000;
  color: red;
}
.p_45_s260 .error {
  font-size: 12px;
  color: red;
}
@media only screen and (max-width: 900px) {
  .p_45_s260 {
    background-attachment: scroll;
  }
}
