@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;400;500;600;700;800&family=Nunito+Sans:wght@400;500;600;700&display=swap");

.account-activation-header {
  height: 70px;
  width: 100vw;
  border-bottom: 1px solid #E0E0E0;
  background-color: #fff;
  position: fixed;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 32px;
}

.new-account-password-container {
  display: flex;
  height: 90%;
  width: 100%;
  align-items: center;
}

.new-account-form-label {
  font-weight: 500;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
  padding: 32px 0;
}

.new-account-password-form {
  display: flex;
  justify-content: center;
  flex: 2 0 0;
}

.new-account-password-lock-graphic {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex: 1 0 0;
  height: calc(100vh - 70px);
  margin-top: 40px;
  background-color: #F9FAFE;
}

.new-account-activated-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  flex-direction: column;
  width: 700px;
}

.new-account-activated-title {
  width: 636px;
  padding-top: 64px;
  line-height: 36px;
  text-align: center !important;
}

.auth-flow {
  --max-text-width: 1040px;
  --delay: 0s;
}

.auth-flow * {
  font-family: 'Poppins', Helvetica, sans-serif;
}

.auth-flow--fade-in {
  opacity: 0;
  animation: fade-in forwards 1.8s;
  -webkit-animation: fade-in forwards 1.8s;
  -moz-animation: fade-in forwards 1.8s;
  -o-animation: fade-in forwards 1.8s;

  animation-delay: var(--delay);
  -webkit-animation-delay: var(--delay);
  -moz-animation-delay: var(--delay);
  -o-animation-delay: var(--delay);
}

.auth-flow--display-flex {
  display: flex;
}

.auth-flow--display-none {
  display: none;
}

.auth-flow--color-white {
  color: white;
}

.auth-flow--color-blue {
  color: #1a4ee5;
}

.auth-flow--color-grey {
  color: #646464;
}

.auth-flow-article {
  text-align: center;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  padding-top: 7em;
}

.auth-flow-article__header {
  display: inline-flex;
  align-items: center;
}

.auth-flow-article__content {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.auth-flow-article__title {
  max-width: var(--max-text-width);
  font-size: 3em;
  font-weight: 600;
  margin: 33px 0;
}

.auth-flow-article__header__icon {
  margin-right: 1em;
}

.auth-flow-article__subtitle {
  max-width: var(--max-text-width);
  font-size: 24px;
  font-weight: 500;
  color: #000;
  text-align: left;
}

.auth-flow-article__description {
  font-weight: 700;
  font-size: 24px;
}

.auth-flow-article__footer {
  margin-top: auto;
  line-height: 1;
  padding-bottom: 2em;
}

.auth-flow-article--fine-print {
  font-size: 14px;
  font-weight: 500;
}

.auth-flow-article--fullscreen {
  background-color: #fff;
  height: 100vh;
}

.auth-flow-article--justify-center {
  justify-content: center;
}

.auth-flow-article--no-padding {
  padding: 0;
}

.auth-flow-article--bg-blue {
  background-image: url("https://oix-static-assets.s3.amazonaws.com/images/backgrounds/incentify_background_blue.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}

.auth-flow-button {
  outline: none;
  border: none;
  color: white;
  width: 100%;
  border-radius: 5px;
  background-color: #1A4FE5; 
  user-select: none;
}

.auth-flow-button:hover {
  opacity: 1;
  cursor: pointer;
}

.auth-flow-button--small {
  font-size: 1.25em;
  font-weight: 600;
  padding: 0.6em 2em;
}

.auth-flow-button--large {
  font-size: 1.25em;
  font-weight: 600;

}

.auth-flow-cards {
  display: flex;
  max-width: 690px;
  align-items: stretch;
}

.auth-flow-card {
  flex: 1 0 10vw;
  padding: 2em;
}

.auth-flow-dotted-line {
  border-style: none;
}

.auth-flow__dotted-line--vertical {
  border-left: 5px dotted #999999;
  transform: translateX(50%);
  margin: 1em;
}

.auth-flow__dotted-line--horizontal {
  position: relative;
  border-top: 3px dotted white;
  left: 0;
  float: right;
  transform: translateY(50%);

  width: 100%;
}

.auth-flow-form {
  text-align: left;
}

.auth-flow-form__container {
  width: 560px;
  padding: 32px;
}

.auth-flow--login {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-align: left;
  position: relative;

  box-shadow: 2px 2px 2px #ccc;
}

.auth-flow--login__aside {
  text-align: left;
  color: white;
  background-color: #4873eb;
  width: 40%;
  /* min-width: 617px; */
  min-height: 100vh;

  display: flex;
  flex-direction: column;
  justify-content: space-between;

  background-image: url("../styles/images/login-graphic.svg"), url("../styles/images/login-bg.png");
  background-size: 520px, 617px 860px;
  background-repeat: no-repeat;
  background-position: bottom left, top right;
}

.auth-flow--login__aside__header {
  padding: 20% 3em 1.6em 3em;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}

.auth-flow--login__aside__footer {
  padding: 1.6em 3em 1em 3em;
  height: 100%;
  display: flex;
  align-items: end;
  color: rgba(0, 0, 0, 0.38);
  font-weight: 500;
  font-size: 16px;
}

.adp-flow--login__aside {
  text-align: left;
  color: white;
  background-color: #141C4C;
  width: 40%;
  /* min-width: 617px; */
  min-height: 100vh;

  display: flex;
  flex-direction: column;
  justify-content: space-between;

  background-image: url("https://oix-static-assets.s3.amazonaws.com/images/auth/adp/adp-login-background-1.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
}

.adp-flow--login__aside__box {
  padding: 4em 4em 8em 4em;
  height: 100vh;
  display: flex;
  position: relative;
  align-items: center;
}

.adp-flow--login__aside__header {
  display: flex;
  flex-direction: column;
  position: relative;
}

.adp-flow--login__title {
  font-size: 46px;
  font-weight: 700;
  line-height: 1.1;
  padding-top: 30px;
}

.adp-flow--login__subtitle {
  font-size: 20px;
  font-weight: 500;
  padding-top: 30px;
}

.auth-flow--login__main {
  width: 60%;
  height: 100vh;

  background: white;
  position: relative;

  box-shadow: 2px 2px 7px #cccccc;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.auth-flow--login__form-notification {
  background-color: #F1F9F1;
  border-left: 4px solid #3B873E;
  width: 435px;
  font-size: 14px;
  font-weight: 600;
  text-indent: 10px;
  padding: 6px 0;
  margin-top: 40px;
  text-align: start;
  font-family: Nunito Sans;
  color: #3B873E;
}

.tooltipSpan {
  font-family: 'nunito-sans', 'Nunito Sans';
  font-weight: 600;
  font-size: 14px;
}

.auth-flow--login__form-container {
  position: relative;
  height: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
}

.auth-flow--login__form {
  width: 100%;
  padding: 3.7em;
  padding-top: 8px;
  padding-bottom:10px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.auth-flow--login__title {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.1;
  padding-top: 40px;
}

.auth-flow--login__subtitle {
  font-size: 20px;
  font-weight: 500;
  padding-top: 30px;
}

.auth-flow--login__button {
  font-size: 15px;
  font-weight: 500;
  padding: 13px 0;
  border-radius: 4px;
  width: 100%;
  background-color: #1A4FE5;
}

.clear-bg-button {
  padding: 12px 0;
  font-size: 15px;
  font-weight: 500;
  border-radius: 4px;
  margin: 16px 0 48px;
  background-color: #fff;
  border: 1px solid #1A4FE5;
  color: #1A4FE5;
}

.auth-flow--login__form-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 2em;
  padding-bottom: 1em;
  text-align: start;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.38);
}

.auth-flow--login__back-action-container {
  display: flex;
  justify-content: space-between;
  padding: 16px 0 48px;
}

.login-header {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.auth-container {
  width: 500px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.auth-email-container {
  width: 435px;
  font-size: 14px;
  font-weight: 500;
  padding-top: 40px;
}

.auth-forgot-ps-container {
  width: 435px;
  text-align: end;
  padding-top: 28px;
}

.forgot-ps-link {
  font-size: 16px;
  font-weight: 400;
  font-family: Nunito Sans;
  color: #1A4FE5;
  transition: border-color 0.2s;
  border-bottom: 1px solid #fff;
}

.forgot-ps-link:hover {
  opacity: 1;
  border-color: #1A4FE5;
}

.help-email-link {
  color: rgba(0, 0, 0, 0.38);
  transition: border-color 0.2s;
  border-bottom: 1px solid #fff;
}

.help-email-link:hover {
  opacity: 1;
  border-color: rgba(0, 0, 0, 0.38);
}

.input-label {
  padding-bottom: 8px;
  font-size: 14px;
  font-weight: 500;
  text-align: left;
  color:rgba(0, 0, 0, 0.6);
}

input[type=text], input[type="password"] {
  padding: 11.5px 12px;
  font-family: Nunito Sans;
  font-size: 16px;
  border-radius: 4px;
  transition: border-color 0.2s;
  margin-bottom: 4px;
}

input[type=text]::placeholder, input[type="password"]::placeholder {
  font-weight: 400;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.38);
}

input[type=text]:focus, input[type="password"]:focus {
  background-color: #fff;
  border-color: #1A4FE5 !important;
}

.invalid-email-error {
  position: absolute;
  font-family: Nunito Sans;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #F44336;
}

.stepTwoEmail {
  padding: 11px 12px;
  font-family: Nunito Sans;
  border-radius: 4px;
  font-size: 16px;
  background-color: #F8F8F8;
  color: rgba(0, 0, 0, 0.38);
  border: 1px solid #E0E0E0;
  border-radius: 4px;
}

.auth-action-container {
  width: 435px;
  padding: 48px 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
}

.login-submitting-email {
  width: 435px;
  background-color: #F8F8F8;
  color: rgba(0, 0, 0, 0.38);
  padding: 13px 0;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 500;
}

.login-password-box {
  position: relative;
}

.password-display {
  position: absolute;
  top: 10px;
  right: 15px;
  cursor: pointer;
}

.login-back-button {
  font-size: 15px;
  font-weight: 500;
  color: #1A4FE5;
  height: 44px;
  display: flex;
  align-items: center;
}

.error-banner {
  background-color: #FEF0EF;
  border-left: 4px solid #D2190B;
  width: 435px;
  font-size: 14px;
  font-weight: 600;
  padding: 6px 8px;
  margin-top: 40px;
  text-align: start;
  font-family: Nunito Sans;
  color: #D2190B;
}

.warning-banner {
  background-color: #FFF7EB;
  color: #C77700;
  border-color: #C77700;
}

.hidden-banner {
  visibility: hidden;
  margin-top: 0px;
}

.login-disclamer {
  font-family: Nunito Sans;
  color: rgba(0, 0, 0, 0.6);
  font-weight: 400;
  font-size: 16px;
}

.login-terms-link {
  text-decoration: underline;
  color: rgba(0, 0, 0, 0.87);
  font-family: Nunito Sans;
  font-weight: 400;
  font-size: 16px;
}

@keyframes fade-in {
  from {
    opacity: 0;
  }
  70% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes lift {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-1px);
  }
}

@media (max-width: 832px) {
  .auth-flow--login__aside {
    display: none;
  }
  .adp-flow--login__aside {
    display: none;
  }

  .auth-flow--login__main {
    width: 100%;
  }

  .new-account-password-form {
    width: 100%;
  }
  
  .new-account-password-lock-graphic {
    display: none;
  }
}

@media (max-width: 1500px) {
  .auth-flow--login__aside {
    background-size: 90%, 617px 860px;
  }
  .adp-flow--login__aside {
    background-size: 90%, 617px 860px;
  }
}

@media (max-width: 800px) {
  .new-account-activated-container {
    width: 600px;
  }

  .new-account-activated-title {
    max-width: 600px;
  }
}

@media (max-width: 700px) {
  .new-account-activated-container {
    width: 400px;
  }

  .new-account-activated-title {
    max-width: 400px;
  }
}

@media (max-width: 400px) {
  .new-account-activated-container {
    width: 300px;
  }

  .new-account-activated-title {
    max-width: 300px;
    font-size: 18px;
    line-height: 22px;
  }
}

@media (max-height: 800px) {
  .auth-flow--login__aside {
    background-image: url("../styles/images/login-bg.png");
    background-size: 617px 860px;
    background-position: top;
  }
}

