.loginMain {
  width: 100%;
  background: #f7fafc;
  display: flex;
  min-height: 100vh;
}
.loginContainer1 {
  padding-top: 20px;
  padding-bottom: 70px;
  width: 50%;
}
.nav-link{
  color: #fff;
    -webkit-text-stroke-width: 1;
    -webkit-text-stroke-color: #fff;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    margin: 0 15px;

}
.mainHeadinglogo {
  display: flex;
  gap: 08px;
}
.logologin {
  width: 62px;
  height: 53px;
  flex-shrink: 0;
}
.mainHeading {
  color: #000;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
.mainHeading2 {
  color: #000;
  font-family: Poppins;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}
.signinContainerMain {
  padding-left: 94px;
  padding-right: 40px;
  padding-top: 45px;
  width: 85%;
}
.signinHeading {
  color: #09938a;
  font-family: Inter;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
}
.signinHeadingText {
  padding-top: 30px;
  color: #718096;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
}
.signinHeadingText span {
  cursor: pointer;
  color: #09938a;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  text-decoration-line: underline;
}
.emailHeading {
  padding-top: 26px;
  color: #718096;
  font-feature-settings: "clig" off, "liga" off;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.154px;
}
.emailInputMain {
  padding-top: 10px;
  width: 100%;
}
.navbar {
  --bs-navbar-padding-y: 0.1rem !important;
  background-color: #09938a !important;
  --bs-navbar-nav-link-padding-x: 1rem;
  padding-left: 30px !important;
  padding-right: 40px !important;
  padding-top: 20px !important;
  padding-bottom: 20px !important;
  color: white !important;

}
.mainAcc{
  max-width: 1200px;
  padding-top: 100px;
  margin: auto;
}
.mainHeader{
  color: #747474 !important;
  font-Size: 25.68px !important;
  font-Family: Poppins !important;
  font-Weight: 600 !important;
}
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  color: rgba(234, 255, 0, 1) !important;
  -webkit-text-stroke-width: 1;
  -webkit-text-stroke-color: #eaff00 !important;
  font-family: Poppins !important;
  font-size: 18px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: 25px !important;
}
.emailInput {
  padding-left: 10px;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.154px;
  width: 90%;
  border-radius: 12px;
  border: 1px solid #cbd5e0;
  background: #f7fafc;
  box-shadow: 0px 2px 0px 0px rgba(231, 235, 238, 0.2) inset;
  display: flex;
  height: 55px;
}
.emailInput::placeholder {
  color: #4a5568;
  font-feature-settings: "clig" off, "liga" off;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.154px;
}
.rememberMain {
  padding-top: 40px;
  width: 92%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.rememberLeft {
  display: flex;
  align-items: center;
  gap: 5px;
}
.rememberCheckbox {
  border-radius: 4px;
  display: inline-flex;
  width: 16px;
  height: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  background: #f7fafc !important;
  border: 1px solid #cfd9e0 !important;
}
.rememberText {
  color: #718096;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 39px;
}
.forgotText {
  cursor: pointer;
  color: #09938a;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  text-decoration-line: underline;
}
.signBtn {
  cursor: pointer;
  margin-top: 30px;
  display: flex;
  width: 92%;
  height: 60px;
  padding: 0px 24px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
  border: none;
  border-radius: 20px;
  background: #09938a;

  color: #f7fafc;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
}
.orMain {
  margin-top: 50px;
  display: flex;
  align-items: center;
  gap: 10px;
  width: 92%;
}
.orLine {
  width: 100%;
  height: var(--spacing-none, 1px);
  background: #a0aec0;
}
.orText {
  color: #718096;
  font-feature-settings: "clig" off, "liga" off;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.154px;
}
.googleButtonmain {
  padding-top: 50px;
}
.googleBtn {
  position: relative;
  display: flex;
  width: 92%;
  height: 60px;
  padding: 0px 24px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex-shrink: 0;
  border-radius: 30px;
  border: 1px solid #cbd5e0;
  background-color: transparent;
  color: #67728a;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  cursor: pointer;
}
.icon1 {
  position: absolute;
  left: 25px;
  width: 26.347px;
  height: 25px;
}
.facebookButtonmain {
  padding-top: 40px;
}
.facebookBtn {
  cursor: pointer;
  position: relative;
  display: flex;
  width: 92%;
  height: 60px;
  padding: 0px 24px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex-shrink: 0;
  border-radius: 30px;
  border: 1px solid #cbd5e0;
  background-color: transparent;
  color: #67728a;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
}
.icon2 {
  position: absolute;
  left: 25px;
  width: 26.243px;
  height: 26px;
}

.loginContainer2 {
  width: 50%;
  background: #09938a;
}
.Img1 {
  position: absolute;
  right: 0;
}
.image2Main {
  padding-top: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.Img2 {
  height: 30px;
}
.image3Main {
  padding-top: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.Img3 {
  width: 455px;
  height: 489px;
  flex-shrink: 0;
}
.cont2Heading {
  padding-top: 65px;

  display: flex;
  justify-content: center;
  align-items: center;
  color: #f7fafc;
  font-family: Inter;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
  text-align: center;
}
.faq{
  color: rgb(9, 147, 138);
  font-size: 54.87px;
  font-family: Poppins;
  font-weight: 700;
  overflow-wrap: break-word;
  text-align: center;
  padding-top: 50px;
}
.cont2Text {
  padding-top: 34px;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 27.7px;
}
.emailInputMain {
  display: flex;
}
.pswbtneye {
  background-color: transparent;
  border: 0;
}
@media (max-width:1250px) {
  .mainAcc{
    max-width: unset !important;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;
  }
  
}
@media (max-width: 992px) {
  .loginMain {
    display: flex;
    min-height: unset;
    flex-direction: column-reverse;
  }
  .navbar{
    padding-left: 20px !important;
    padding-right: 10px !important;
  }
  .mainHeader{
    font-size: 20px !important;
  }
  .loginContainer2 {
    width: 100%;
    padding-bottom: 60px;
  }
  .loginContainer1 {
    width: 100%;
    padding-bottom: 60px;
  }
  .signinContainerMain {
    padding-left: 40px;
    padding-right: 0px;
    padding-top: 45px;
    width: 94%;
  }
}
@media (max-width: 600px) {
  .loginMain {
    min-height: unset;
  }
  .loginContainer2 {
    padding-bottom: 40px;
  }
  .mainHeader{
    font-size: 15 px  !important;
  }
  .loginContainer1 {
    padding-bottom: 50px;
  }
  .signinContainerMain {
    padding-left: 40px;
    padding-right: 10px;
    padding-top: 45px;
    width: 94%;
  }
  .image2Main {
    padding-top: 25px;
  }
  .Img1 {
    width: 100%;
  }
  .Img2 {
    height: 26px;
  }
  .image3Main {
    padding-top: 30px;
  }
  .Img3 {
    width: 100%;
    height: 400px;
    flex-shrink: 0;
  }
  .cont2Heading {
    padding-top: 40px;
    font-size: 32px;
    line-height: 38px;
  }
  .cont2Text {
    padding-top: 28px;
    width: 80%;
    font-size: 17px;
    line-height: 22px;
  }
  .logologin {
    width: 50px;
    height: 42px;
  }
  .mainHeading {
    font-size: 16px;
    line-height: 19px;
  }
  .mainHeading2 {
    font-size: 13px;
    line-height: 22px;
  }
  .signinHeading {
    width: 100%;
    font-size: 39px;
    line-height: 38px;
  }
  .signinHeadingText {
    padding-top: 20px;
    font-size: 14px;
    line-height: 24px;
  }
  .signinHeadingText span {
    padding-top: 20px;
    font-size: 14px;
    line-height: 24px;
  }
  .emailHeading {
    padding-top: 20px;
    font-size: 14px;
    line-height: 18px;
  }
  .emailInput {
    padding-left: 10px;
    font-size: 14px;
    line-height: 18px;
    height: 46px;
  }
  .emailInput::placeholder {
    font-size: 14px;
    line-height: 18px;
  }
  .rememberMain {
    padding-top: 20px;
  }
  .rememberCheckbox {
    width: 14px;
    height: 14px;
  }
  .rememberText {
    font-size: 12px;
    line-height: 28px;
  }
  .forgotText {
    font-size: 12px;
    line-height: 18px;
  }
  .signBtn {
    margin-top: 25px;
    height: 50px;
    font-size: 16px;
    line-height: 22px;
  }
  .googleBtn {
    height: 50px;
    font-size: 13px;
    line-height: 22px;
  }
  .facebookBtn {
    height: 50px;
    font-size: 13px;
    line-height: 22px;
  }
  .icon1 {
    left: 14px;
    width: 21px;
    height: 20px;
  }
  .icon2 {
    left: 14px;
    width: 21px;
    height: 20px;
  }
}
