body {
  background-color: #f8f9fa !important;
}

.login-card {
  width: 750px;
  border-radius: 10px;
}

.logo {
  max-height: 70px;
}

.login-text {
  font-size: 36px;
  color: #7f7fd8;
  text-align: center;
  display: block;
}

.brand-text {
  font-size: 36px;
  color: #7f7fd8;
  text-align: center;
  display: block;
}

.login-btn {
  background: linear-gradient(#7f7fd8, #7f81f6) !important;
  color: white !important;
  height: 40px !important;
}

.login-btn:hover {
  background: linear-gradient(#5a5abf, #7f81f6) !important;
  color: white !important;
}

.input-style {
  background-color: #f1f0fb !important;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1) !important;
  border: 1px solid #ccc !important;
}

.input-style:focus {
  background-color: #f1f0fb !important;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1) !important;
  box-shadow: 0 0 8px rgba(117, 102, 233, 0.459) !important;
  border-color: #7c7cae !important;
}

.input-style:hover {
  background-color: #f1f0fb !important;
  border-color: #7c7cae !important;
}

.input-lable {
  font-size: 18px;
}

.captcha {
  height: 100% !important;
  width: auto !important;
  -webkit-user-drag: none !important;
}

.captcha-box {
  padding: 0 !important;
  cursor: not-allowed !important;
}

@keyframes shake {
  0% {
    transform: translateX(0);
  }

  25% {
    transform: translateX(-5px);
  }

  50% {
    transform: translateX(5px);
  }

  75% {
    transform: translateX(-5px);
  }

  100% {
    transform: translateX(0);
  }
}

.shake {
  animation: shake 0.5s;
}

/* Added by Pornima */

.twoFactForm {
  padding: 1.5rem;
}

.twoFactBottomBorder {
  border-bottom: 1px solid #e5e5e5;
}

.twoFactLoginCard {
  padding: 0px !important;
}

.twoFactTitle {
  text-align: center;
  font-size: 21px;
}

.twoFactTitleDiv {
  text-align: center;
}

.twoFact4DigitMsg {
  font-size: 14px;
}

.twoFact4DigitMsgDiv {
  text-align: center;
}

.oneTimeLabel {
  font-weight: 400;
  letter-spacing: 0.25px;
  color: #000000;
  font-size: 12px;
  text-transform: capitalize;
  font-family: verdana;
}

.twoFactLogInBtn {
  margin-right: 5px;
}

.twoFactAttemptLeftLabel {
  color: #3333ff;
  float: left;
  font-size: 14px;
}

.twoFactEmailOtpLabel {
  color: #3333ff;
  float: right;
  cursor: pointer;
  font-size: 14px;
}

.twoFactTotalAttempts {
  color: #3333ff;
}

.twoFactClearBoth {
  clear: both;
}

.twoFactLockAndInputDiv {
  position: relative;
}

.twoFactLockSpan {
  position: absolute;
  top: 10px;
  right: 10px;
}

.text-danger {
  color: #dc3545 !important;
}

/* Start of terms and conditions custom css */

.termsBorderDiv {
  border: 1px solid;
  border-color: #8f8fff !important;
  border-radius: 4px;
  color: #666666;
}

.termsTitle {
  font-size: 21px;
  margin-bottom: 20px;
  font-weight: 300;
  line-height: 1.4;
  font-family: "Lato", sans-serif;
}

.termsNote {
  font-weight: 700 !important;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
}

.termsSiteNote {
  text-align: justify;
  font-size: 14px;
  line-height: 1.42857143;
  font-family: "Lato", sans-serif;
}

.termsCheckBoxNote {
  font-weight: 700;
  font-family: "Nunito";
  text-transform: capitalize;
  font-size: 12px;
  color: #000000;
  letter-spacing: 0.25px;
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}

.termsAgreeCheckbox {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
  margin-top: 4px \9;
  width: 23px;
  height: 23px;
  margin-top: 1px \9;
  line-height: normal;
}

.termsCheckboxInsideLabel {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}

.termsAgreeOuter {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.termsPolicyLinksInfo {
  margin-right: 25px;
  color: #337ab7;
  text-decoration: none;
  background-color: transparent;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
}

.termsPolicyLinksPrivacy {
  color: #337ab7;
  text-decoration: none;
  background-color: transparent;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
}

.termsNoteStrong {
  font-weight: 700 !important;
}

.privacyMainTitleDiv {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5) !important;
  color: #fff !important;
  font-family: "Nunito", sans-serif !important;
  padding-left: 0px !important;
  line-height: 25px !important;
  font-size: 17px !important;
  font-weight: 500 !important;
  background-image: linear-gradient(#7f7fd8, #7f81f6) !important;
}

.privacyMainTitle {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
  color: #fff;
  font-family: "Nunito", sans-serif;
  padding-left: 7px;
  margin-right: 7em;
  line-height: 25px;
  font-size: 17px;
  font-weight: 500;
  background-color: #7f7fd8;
  background-image: linear-gradient(#7f7fd8, #7f81f6);
  margin-top: 20px;
  margin-bottom: 10px;
}

.infoMainTitle {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
  color: #fff;
  font-family: "Nunito", sans-serif;
  padding-left: 7px;
  margin-right: 7em;
  line-height: 25px;
  font-size: 17px;
  font-weight: 500;
  background-color: #7f7fd8;
  background-image: linear-gradient(#7f7fd8, #7f81f6);
  margin-top: 20px;
  margin-bottom: 20px;
}

.privacyH4 {
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  box-sizing: border-box;
  font-family: "Lato", sans-serif;
}

.privacyP {
  margin: 0 0 10px;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
}

.infoTermsPTag {
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  font-family: "Lato", sans-serif;
  text-align: justify;
  margin: 0 0 10px;
}

.infoBody {
  margin: 5px !important;
}

.infoUl {
  margin-bottom: 10px;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
}

.infoLi {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
}

.infoITag {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.1;
  color: inherit;
  font-family: "Lato", sans-serif;
}

.termsProceedBtn {
  opacity: 0.65;
  /* cursor: not-allowed !important; */
  pointer-events: none;
}

#termsCondition {
  padding: 10px;
}
