/********************* login page UI *************************/
#site-login {
  margin-top: 80px;
}

.loginMainDiv {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow-x: hidden;
}

.formContainer.loginFormContainer {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: transparent;
  left: 0;
  top: 0;
  overflow: auto;
  display: block;
  z-index: 1 !important;
}

.loginFormContainer .leadFormDiv {
  height: auto !important;
  margin: 40px 0px 80px;
  border: 0px solid #d8d8d8;
  border-radius: 4px;
}

.loginFormContainer .leadFormDiv .loginHeader,
.loginFormContainer .leadFormDiv .signUpHeader {
  padding: 20px 20px 0px 20px;
  text-align: left;
  background-color: white;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.loginFormContainer .leadFormDiv .loginHeader h1,
.loginFormContainer .leadFormDiv .signUpHeader h1 {
  max-width: 400px;
  font-size: 28px;
  color: #282828;
}

.loginFormContainer .leadFormDiv button.loginButtonOne.otpButton {
  /* margin-top: 0px; */
}

.leadFormDiv .tabs ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
}

.leadFormDiv .tabs ul li {
  width: 100%;
}

.leadFormDiv .tabs ul li button {
  height: 48px;
  font-size: 16px;
  font-weight: 600;
  color: #282828;
  background-color: white;
  width: 100%;
}

.loginFormContainer .phoneContainerSignup .select2-selection--single,
.phoneContainer .select2-selection--single {
  background-color: transparent !important;
}

.loginFormContainer > * input {
  outline: transparent;
  width: 100%;
}

.loginFormContainer > * input:focus {
  border: 1px solid #02359e !important;
}

.loginFormContainer .emailErrorText,
.loginFormContainer .passwordErrorText,
.loginFormContainer .otpErrorText,
.loginFormContainer .otpErrorText2 {
  position: absolute;
  bottom: -17px;
  left: 0;
  color: #ff615d;
  font-weight: 500;
  font-size: 14px;
}

.loginFormContainer .loginButtonTwo:disabled {
  background-color: white !important;
  color: rgba(255, 97, 93, 0.6) !important;
  border: 1px solid rgba(255, 97, 93, 0.6) !important;
}

.loginFormContainer .leadFormDiv .stepOne {
  overflow: hidden;
  border-radius: 4px !important;
}

.loginMainSection .leadFormDiv.signup {
  max-width: 600px;
}

.loginMainSection .signupForm {
  justify-content: unset;
}

.loginMainSection .stepOne .formSubmitRow button {
  width: 100%;
  color: #fff;
  background-color: #ff615d;
  height: 48px;
  font-size: 16px;
  margin-top: 20px;
  font-weight: 600;
  border-radius: 4px;
}

.loginMainSection .stepOne .formSubmitRow {
  flex-direction: column;
}

.loginMainSection .formSubmitRow {
  margin-top: 10px;
}

.loginMainSection .accountExist {
  margin-top: 10px;
  order: 2;
}

#js-submit-signup-form:not(:disabled) {
  background-color: #ff615d;
}

.loginMainSection .nameContainerSignup,
.loginMainSection .emailContainerSignup,
.loginMainSection .examContainerSignup,
.loginMainSection .passwordContainerSignup,
.loginMainSection .phoneContainerSignup,
.loginMainSection .otpContainerSignup {
  width: calc(50% - 10px);
}

.loginMainSection .field-leadsignupform-userid {
  display: none;
}

.loginMainSection .form-group {
  margin: 0;
}

.loginMainSection .otpLoginInput {
  width: 100%;
}

.forgotPassword {
  position: absolute;
  top: 48px;
  left: calc(100% - 116px);
}

.forgotPassword a {
  font-size: 14px;
  color: #ff615d;
  text-decoration: none;
}

@media (max-width: 1023px) {
  .loginFormContainer .leadFormDiv {
    margin: 20px 0 40px 0 !important;
    width: 100% !important;
  }

  .leadFormDiv .tabs {
    margin-top: 58px;
  }

  .leadFormDiv {
    height: 100%;
    background-color: white;
  }

  .loginFormContainer .leadFormDiv .loginHeader h1,
  .loginFormContainer .leadFormDiv .signUpHeader h1 {
    font-size: 24px;
    color: #282828;
    text-align: left;
  }

  .loginFormContainer .leadFormDiv .loginHeader,
  .loginFormContainer .leadFormDiv .signUpHeader {
    padding: 0;
    text-align: center;
  }

  .loginFormContainer .formStepOne.signupForm {
    padding-top: 20px;
  }

  .formContainer.loginFormContainer {
    margin-top: 0%;
    z-index: 1 !important;
  }

  .loginMainSection .form-group,
  .loginMainSection .loginButtonOne {
    margin: 0;
  }

  .loginMainSection {
    padding: 0;
  }

  .loginMainSection .stepOne {
    padding: 0;
  }

  .imageSection img {
    height: auto;
    width: 100%;
    margin: 30px 0;
  }

  .loginMainSection .otpNotSent {
    top: 2px;
  }
  .nameContainerSignup,
  .emailContainerSignup,
  .passwordContainerSignup,
  .examContainerSignup,
  .phoneContainerSignup,
  .otpContainerSignup,
  .signupForm button {
    flex-basis: 100%;
  }

  .forgotPassword {
    position: relative;
    font-weight: 600;
    top: 2px;
    right: 0;
    left: calc(100% - 116px);
  }

  .otpLogin .phoneContainer .loginButtonOne.otpButton {
    margin-top: 20px;
  }

  .loginMainSection .form-group,
  .loginMainSection .loginButtonOne {
    margin: 0;
  }
}

/********************* login page UI end *************************/

.forgotPassword a {
  font-size: 14px;
  color: #ff615d;
  font-weight: 600;
  text-decoration: none;
}

.formStepOne {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.passwordContainer {
  width: 100%;
  position: relative;
}

.signUpPage {
  font-size: 16px;
  color: #ff615d !important;
  text-decoration: none;
}

.help-block-error {
  align-self: center;
  margin: 0px !important;
  padding: 0px !important;
  font-size: 12px !important;
  font-weight: normal !important;
  line-height: 1.33;
  color: #ff615d;
}

/************************* Login New ********************************/

.stepOne {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  padding: 20px;

  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.formStepOne {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.emailLoginInput {
  height: 46px;
  padding: 11px 12px;
  border-radius: 4px;
  border: solid 1px #eaeaea;
  font-size: 14px;
  padding-left: 12px;
}

.form-group .emailLoginInput,
.form-group .passwordLoginInput {
  padding-left: 12px;
  width: 100%;
}

.passwordLoginInput {
  height: 46px;
  padding: 11px 12px;
  border-radius: 4px;
  border: solid 1px #eaeaea;
  font-size: 14px;
}

.phoneLoginInput {
  height: 46px;
  padding: 11px 12px;
  border-radius: 4px;
  border: solid 1px #eaeaea;
  font-size: 14px;
}

.otpLoginInput {
  height: 46px;
  padding: 11px 12px;
  border-radius: 4px;
  border: solid 1px #eaeaea;
  font-size: 14px;
}

#email,
#password,
#phone,
#otp {
  height: 46px;
  padding: 11px 12px;
  border-radius: 4px;
  border: solid 1px #eaeaea;
  font-size: 14px;
}

.emailContainer {
  width: 100%;
  position: relative;
}

.emailContainer > * {
  width: 100%;
}

.passwordContainer {
  width: 100%;
  position: relative;
}

.passwordContainer > * {
  width: 100%;
}

.phoneContainer {
  width: 100%;
  position: relative;
}

.phoneContainer > * {
  width: 100%;
}

.otpContainer {
  width: 100%;
  position: relative;
  display: none;
}

.otpContainer > * {
  width: 100%;
}

.emailIcon {
  position: absolute;
  top: 10px;
  right: 20px;
  width: 20px;
  height: 20px;
  background-position: -315px -3477px;
}

.passwordIcon {
  position: absolute;
  top: 10px;
  left: calc(100% - 40px);
  width: 20px;
  height: 20px;
  background-position: -352px -3475px;
}

.loginButtonOne {
  width: 100%;
  color: #fff;
  background-color: #ff615d;
  height: 48px;
  font-size: 16px;
  margin-top: 20px;
  font-weight: 600;
  border-radius: 4px;
}

button:disabled {
  background-color: rgba(255, 97, 93, 0.6) !important;
}

.stepOne p {
  align-self: center;
  margin: 10px 0;
}

.loginButtonTwo {
  border-radius: 4px;
  border: solid 1px #ff615d;
  background-color: #fff;
  height: 48px;
  font-size: 16px;
  font-weight: 600;
  color: #282828;
  width: 100%;
}

.signUpLink {
  font-size: 16px;
  color: #ff615d;
  text-decoration: none;
}

.greenTickIcon {
  position: absolute;
  top: 10px;
  right: 20px;
  width: 20px !important;
  height: 20px !important;
  background-position: -2px -1120px;
  display: none;
}

.countryInfo {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 6px;
  height: 48px;
  width: 80px !important;
  border-right: 1px solid #eaeaea;
  top: 0;
  left: 14px;
}

#phone {
  text-indent: 100px;
}

#sendOtpSection {
  background-color: rgba(234, 234, 234, 0.5);
  border: solid 1px #d8d8d8;
  min-height: 48px;
  /* height: 48px; */
  display: none;
  width: 100%;
  padding: 10px;
  border-radius: 4px;
  text-align: left;
  line-height: 1.8;
  font-size: 14px;
  color: #686868;
  /* margin-bottom: 20px; */
}

#sendOtpSection a {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.71;
  color: #1f86e6;
}

#sendOtpSection .enteredNumber {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.71;
  color: #686868;
}

.indiaIcon {
  width: 27px;
  height: 20px;
  background: url(../../images/version2/indianFlag.png);
  background-repeat: no-repeat;
}

.formContainer .nameSignupIcon {
  background-position: -248px -3475px;
}

.formContainer .emailSignupIcon {
  background-position: -315px -3477px;
}

.formContainer .examSignupIcon {
  background-position: -283px -3477px;
  width: 16px;
  height: 19px;
}

.formContainer .passwordSignupIcon {
  background-position: -352px -3475px;
}

.formContainer .indiaIcon {
  flex-shrink: 0;
}

.otpNotSent {
  width: auto;
  position: absolute;
  right: 0px;
  font-size: 14px;
  line-height: 1.71;
}

.otpNotSent span {
  color: #ff615d;
}

.otpButtonLogin {
  display: none;
}

.otpTimerLogin {
  position: static !important;
}

.sendAgainAnchor {
  display: none;
}

input:focus:invalid {
  border: 1px solid #ff615d;
  outline: none;
}

.signupForm {
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.formStepOne .form-group {
  margin-bottom: 0px;
}

.otpContainer .form-group {
  margin-bottom: 0px;
}

.nameContainerSignup {
  width: calc(50% - 10px);
  position: relative;
}

.nameContainerSignup > * {
  width: 100%;
  height: 48px;
}

.emailContainerSignup {
  width: calc(50% - 10px);
  position: relative;
}

.emailContainerSignup > * {
  width: 100%;
  height: 48px;
}

.passwordContainerSignup {
  width: calc(50% - 10px);
  position: relative;
}

.passwordContainerSignup > * {
  width: 100%;
  height: 48px;
}

.examContainerSignup {
  width: calc(50% - 10px);
  position: relative;
}

.examContainerSignup > * {
  width: 100%;
  height: 48px;
}

.phoneContainerSignup {
  width: calc(50% - 10px);
  position: relative;
}

.phoneContainerSignup > * {
  width: 100%;
  height: 48px;
}

.otpContainerSignup {
  width: calc(50% - 10px);
  position: relative;
  display: none;
}

.otpContainerSignup > * {
  width: 100%;
  height: 48px;
}

.nameSignupInput {
  padding: 12px;
  padding-left: 40px;
  border-radius: 4px;
  border: solid 1px #eaeaea;
}

.emailSignupInput {
  padding: 12px;
  padding-left: 40px;
  border-radius: 4px;
  border: solid 1px #eaeaea;
}

.passwordSignupInput {
  padding: 12px;
  padding-left: 40px;
  border-radius: 4px;
  border: solid 1px #eaeaea;
}

.examSignupInput {
  padding: 12px;
  padding-left: 40px;
  border-radius: 4px;
  border: solid 1px #eaeaea;
}

.phoneSignupInput {
  padding: 12px;
  padding-left: 40px;
  border-radius: 4px;
  border: solid 1px #eaeaea;
  padding-left: 100px;
}

.otpSignupInput {
  padding: 12px;
  padding-left: 40px;
  border-radius: 4px;
  border: solid 1px #eaeaea;
  padding-left: 12px;
}

.iti--allow-dropdown {
  width: 100%;
  height: 48px;
  margin-bottom: 0px;
}

.otpInput {
  padding-left: 10px !important;
}

.phoneSignup {
  padding-left: 100px;
}

#nameSignup,
#emailSignup,
#passwordSignup,
#examSignup,
#phoneSignup,
#otpSignup {
  padding: 12px;
  padding-left: 40px;
  border-radius: 4px;
  border: solid 1px #eaeaea;
}

#phoneSignup {
  padding-left: 100px;
}

#otpSignup {
  padding-left: 12px;
}

#phoneSignupCorrectIcon,
#otpSignupCorrectIcon {
  display: none;
}

#sendOTPButton,
#verifyOTPButton {
  display: none;
  position: absolute;
  top: 12px;
  right: 15px;
  width: fit-content;
}

.otpTimer {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.71;
  color: #ff615d;
  position: absolute;
  width: fit-content;
  top: 15px;
  right: 15px;
}

.signupIcon {
  height: 20px;
  width: 20px;
  position: absolute;
  top: 14px;
  left: 12px;
}

.examSignupIcon {
  background-position: -1px -914px;
  height: 22px;
  top: 13px;
}

.disclaimer {
  font-size: 12px;
  font-weight: normal;
  margin: 0px !important;
  line-height: 1.67;
  letter-spacing: normal;
  text-align: left;
  color: #282828;
}

.disclaimer a {
  color: #1f86e6;
}

.accountExist {
  font-size: 16px;
  font-weight: 600;
  color: #282828;
  flex-basis: calc(50% - 10px);
}

.accountExist a {
  color: #ff615d !important;
}

.scheduleDemoSection {
  position: relative;
}

.scheduleDemoSection .row.headerDemoSection {
  margin-left: 0px;
}

.scheduleDemoSection .enrolFormDiv {
  padding-top: 20px;
  padding: 0px;
  display: flex;
  max-width: 100%;
}

.closeDemoSectionIcon {
  position: absolute;
  top: 20px;
  right: 66px;
  background-position: -96px -886px;
  z-index: 5;
}

.enrolFormDiv {
  background: var(--color-white);
  max-width: 706px;
  padding: 20px;
}

.enrolFormDiv .formHeading {
  text-align: left;
  font-size: 24px;
  font-weight: 600;
  color: #282828;
  line-height: 1.33;
  padding-bottom: 10px;
}

.formStepOne .phoneContainer .iti__flag-container {
  z-index: 1;
}

.formStepOne .phoneContainer .phoneLoginInput {
  z-index: 2;
  width: 100%;
  background-color: transparent;
}

.enrolFormDiv .formSubHeading {
  font-size: 12px;
  font-weight: 600;
  text-align: left;
  color: #ff615d;
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.43;
  text-align: left;
  color: #282828;
}

.inputError {
  border: 1px solid red !important;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
  width: 100%;
  background-image: url("../images/selectoption.png");
  background-repeat: no-repeat;
  background-position: 95% 19px;
}

.signupForm input,
.signupForm select {
  height: 48px;
}

.examSignupInput {
  background-color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.71;
  color: #686868;
}

.stepOne .formSubmitRow {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.leadFormDiv.login .stepOne p:last-child {
  margin-bottom: 0;
  font-weight: 600;
}

.leadFormDiv.login {
  width: 490px;
}
