@font-face {
  font-family: 'Host Grotesk';
  font-style: normal;
  src: url("../fonts/host-grotesk/HostGrotesk-Bold.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue';
  font-style: bold;
  src: url("../fonts/helvetica-neue/HelveticaNeueBold.otf") format("truetype");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue';
  font-style: normal;
  src: url("../fonts/helvetica-neue/HelveticaNeueMedium.otf") format("truetype");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue';
  font-style: normal;
  src: url("../fonts/helvetica-neue/HelveticaNeueLight.otf") format("truetype");
  font-weight: 400;
  font-display: swap;
}
.padding-top-10 {
    padding-top: 10px;
}

.padding-bottom-10 {
  padding-bottom: 10px;
}

.padding-bottom-15 {
    padding-bottom: 15px;
}

.padding-top-20 {
  padding-top: 20px;
}

.padding-bottom-20 {
  padding-bottom: 20px;
}

.padding-bottom-30 {
  padding-bottom: 30px;
}

.padding-top-30 {
    padding-top: 30px;
}

.padding-top-40 {
  padding-top: 40px;
}

.padding-bottom-40 {
  padding-bottom: 40px;
}
.has-text-centered {
  text-align: center;
}
.login-wrapper {
  margin: 0 auto;
  height: 100%;
}
.login-container {
  min-height: 100%;
  width: 100%;
}

.card-container {
  padding:53px 0 100px;
  width: 546px;
  margin: auto;
}

.login-logo {
  display: flex;
  justify-content: center;
  align-items: center;
}

.card-container .card {
  background: #FFFFFF;
  box-shadow: 0px 25px 25px #adbccb75;
  border-radius: 34px;
  padding: 50px !important;
  margin: 0;
  transition: none;
}

.card-section {
  display: flex;
  justify-content: center;
  width: 100%;
}

.p1 {
  font-size: 15px;
}

.fa-eye {
  cursor: pointer;
  position: relative;
  left : 94%;
  bottom:36px;
}


.authMechanisms {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.login-container h1 {
  color:#0A2540;
  font-family: "Host Grotesk";
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  text-align: center;
  text-transform: unset;
  margin: 0;
}

input {
  width: 446px !important;
  height: 50px !important;
  background: #FFFFFF !important;
  border: 1px solid #ADBCCB !important;
  border-radius: 8px !important;
  text-indent: 20px;
  margin: 0 !important;
  font-family: "Helvetica Neue";
  padding: 0 !important;
  max-width: 100%;
  transition: none !important;
  box-shadow: none !important;
}

input[type=email]::placeholder, input[type=password]::placeholder {
  font-family: "Helvetica Neue";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 22px;
  color: #ADBCCB;
  opacity: 0.8;
}

input[type=email]:focus,
input[type=password]:focus, input[type=password]:active {
  border: 1px solid #68B6B2 !important;
}

input[type=email]:not(.browser-default):focus:not([readonly]),
input[type=email].valid:not(.browser-default), input[type=email].valid:not(.browser-default):focus,
input[type=password]:not(.browser-default):focus:not([readonly]),
input[type=password].valid:not(.browser-default), input[type=password].valid:not(.browser-default):focus{
  box-shadow: none;
}

.pv-login-label {
  font-family: "Helvetica Neue";
  font-size: 14px !important;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  color: #0A2540;
  margin-bottom: 0 !important;
}

.login-btn-container {
  width: 210px;
  height: 64px;
  left: 50px;
  top: 510px;
  background: #FFFFFF;
  border: 1px solid #ADBCCB;
  box-shadow: 0px 0px 6px #ADBCCB;
  border-radius: 16px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  max-width: 100%;
}

.login-button {
  height: 35px;
  border: none;
  background: white !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
}

.login-btn-container .login-button img {
  margin-right: 10px;
}

.login-btn-container .login-button span {
    color: #314A62;
    font-family: "Helvetica Neue";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

#okta-signup {
  width: auto;
}

.demo-or {
  display: flex;
  flex-direction: row;
  color: #314A62;
  font-family: "Helvetica Neue";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin:0;
  padding-top: 22px;
}

.demo-or:before,
.demo-or:after {
  content: "";
  flex: 1 1;
  border-bottom: 1px solid #ADBCCB;
}
.demo-or:before {
  margin: 7px 35px 7px 0px;
}
.demo-or:after {
  margin: 7px 0px 7px 34px;
}

.color-blue {
  color: #005cc1;
}

.login-highlight-link {
  color: #2180E6;
  margin: 0 5px;
}

.login-highlight-link:hover {
  color: #2180E6;
  text-decoration: underline !important;
}

/* .custom-btn-link {
  font-family: Helvetica Neue;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0;
  text-align: center;
  border-radius: 8px;
  color: #0A2540;
  background: #fff;
  font-size: 14px;
  padding: 6px 14px;
  display: flex;
  align-items: center;
  justify-content: center;
} */

.learnmorelink {
  --arrowSpacing: 5px;
  --arrowHoverTransition: 150ms cubic-bezier(0.215, 0.61, 0.355, 1);
  --arrowHoverOffset: translateX(3px);
  --arrowTipTransform: none;
  --arrowLineOpacity: 0;
  position: relative;
  top: 1px;
  margin-left: var(--arrowSpacing);
  stroke-width: 2px;
  fill: none;
  stroke: currentColor;
}

.learnmorelink__linePath {
  --arrowSpacing: 5px;
  --arrowHoverTransition: 150ms cubic-bezier(0.215, 0.61, 0.355, 1);
  --arrowHoverOffset: translateX(3px);
  --arrowTipTransform: none;
  --arrowLineOpacity: 0;
  opacity: var(--arrowLineOpacity);
  transition: opacity var(--hoverTransition, var(--arrowHoverTransition));
}

.learnmorelink__tipPath {
  transform: none;
  transition: transform
  var(--hoverTransition, 250ms cubic-bezier(0.215, 0.61, 0.355, 1));
}

.submit-btn:hover, .submit-btn:focus {
  background-color: #0A2540;
  color: #FAFAFA;
} 

/* custom dark button */

.custom-dark-btn-link {
  display: inline-flex;
  height: 40px;
  padding: 6px 20px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 8px;
  background: #0A2540;
  border: 0;
}

.custom-dark-btn-link span {
  color: #FAFAFA;
  text-align: center;
  font-family: "Helvetica Neue";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  padding-top: 2px;
}

.custom-dark-btn-link span.learn-more-span{
  width: 16px;
}

.custom-dark-btn-link:hover .right-cheron-img {
  transform: translate(6px) !important;
}
.custom-dark-btn-link .learnmorelink {
  stroke-width: 1.4px;
  top: 4px;
}
.custom-dark-btn-link:hover .learnmorelink__linePath {
  opacity: 1;
}
.custom-dark-btn-link:hover .learnmorelink__tipPath {
  transform: translateX(3px);
}
.custom-dark-btn-link:hover .learnmorelink__linePath {
  opacity: 1;
}

.donot-have-accont-text, .donot-have-accont-text a{
  display: flex;
  justify-content: center;
  font-family: "Helvetica Neue";
  font-size: 14px !important;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  color: #0A2540;
}

.donot-have-accont-text a {
  color: #2180E6 !important;
  font-weight: 500;
  display: flex;
  justify-content: center;
}

.donot-have-accont-text a:hover {
  text-decoration: underline;
}

.donot-have-accont-text {
  display: flex;
  justify-content: center;
}

.forget-password-text {
  font-family: "Helvetica Neue";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #2180E6;
  cursor: pointer;
  padding: 0;
  position: absolute;
  right: 50px;
  cursor: pointer;
  display: inline-block;
}

.forget-password-text:hover {
  text-decoration: underline;
}

/* forget password popup */
.forget-password-card {
  display: none;
  margin: 53px auto 100px;
}
.forget-password-card.active {
  display: block;
}
.logincontainer.removelogincontainer {
  display: none;
}
.forget-password-modal {
  max-width: 546px;
  border-radius: 34px;
  box-shadow: 0px 54px 54px rgb(74 58 255 / 2%), 1px 4px 104px rgb(20 20 43 / 4%), 0px 98px 66px rgb(19 18 66 / 2%);
  padding: 50px !important;
  background: #FFFFFF;
}

.forget-password-modal .modal-content {
  max-width: 546px !important;
  padding: 0;
  margin: 0;
  width: 100%;
}

.forget-password-modal .reset-psd-txt {
  color: #0A2540;
  font-family: "Host Grotesk";
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  text-align: center;
}

.forget-password-modal .reset-psd-content-p {
  font-family: "Helvetica Neue";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  text-align: center;
  color: #314A62;
}

.forget-password-modal .email-address-txt {
  font-family: "Helvetica Neue";
  font-size: 14px !important;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  color: #0A2540;
  margin-bottom: 0 !important;
  display: block;
}

.forget-password-modal input {
  width: 444px !important;
  height: 48px !important;
}

.forget-password-modal .continue-btn {
  /* background: #0A2540 !important;
  border-radius: 8px;
  width: 446px;
  height: 54px;
  font-family: "Helvetica Neue";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  color: #FFFFFF;
  line-height: 54px;
  text-transform: capitalize; */
}
.forget-password-modal .return-to-sign-in-txt {
  font-family: "Helvetica Neue";
  font-size: 14px !important;
  font-style: normal;
  line-height: 100%;
  text-align: center;
  color: #2180E6 !important;
  font-weight: 700;
  display: flex;
  justify-content: center;
}

.forget-password-modal .return-to-sign-in-txt:hover {
  text-decoration: underline !important;
}

#remember-me {
  font-family: "Helvetica Neue";
  font-size: 14px;
  color: #314A62;
  font-weight: 400;
}

.login-error-message {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #EE4042;
}

[type="checkbox"]+label:before, [type="checkbox"]:not(.filled-in)+label:after {
  border: 2px solid #314A62;
}

.character-counter {
  display: none;
}

.login-m-toast {
  background:linear-gradient(90deg, #FF492C 0%, #4D6AFF 100%)
}

@media (min-width: 320px) {
  html {
      font-size: 12px !important;
      line-height: normal;
  }
}

@media screen and (max-width:520px) {
  .card-container {
      max-width: 560px;
      width: 100%;
      padding: 30px 0 30px 0;
  }
  .login-container h1 {
      font-size: 20px;
      padding-bottom: 15px;
  }
  .card-container .card {
      padding:30px 30px 0 30px !important;
      box-shadow: none;
      margin: 0 !important;
  }
  input {
      border-radius: 4px !important;
  }
  .demo-or {
      margin:0;
  }
  .demo-or:before {
      margin: 10px 10px 10px 0px;
  }
  .demo-or:after {
      margin: 10px 0px 10px 10px;
  }

  .login-btn-container {
      border-radius: 0;
  }
  .login-button img {
      margin-left: 10px;
  }
  .login-button span {
      font-size: 17px;
      text-align:center;
      display: inline;
      margin: 0 auto;
  }
  .p1 {
      font-size: 14px;
      margin-bottom: 0;
  }
  .submit-btn {
      width: 100%;
      border-radius: 4px;
      font-weight: bold;
  }
  .login-account-text {
      padding-top: 10px !important;
  }
  .login-footer{
      margin-top:20px;
  }
  .login-footer .p1{
    text-align: center;
  }

  .forget-password-modal .reset-psd-txt {
      font-size: 20px;
      padding-bottom: 0 !important;
  }

  .forget-password-card.active .forget-password-modal{
      max-width: 340px;
      width: 100%;
      padding: 20px !important;
      border-radius: 4px !important;
  }
  .forget-password-modal .continue-btn {
      width: 100%;
      border-radius: 4px !important;
  }
}