@font-face {
  font-family: Poppins-SemiBold;
  src: url(/assets/fonts/Poppins-SemiBold.otf);
}

@font-face {
  font-family: Poppins-Regular;
  src: url(/assets/fonts/Poppins-Regular.otf);
}

.login-box {
  width: 100vw;
  height: 100vh;
  background-color: white;
  margin: 0;
}

.login-box.row>div {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
}

.login-box.row .login-right-section {
  background-color: #5cdb94;
}

.login-box.row .login-right-section img {
  width: 85%;
}

.login-box.row>div #loginForm {
  width: 40%;
  min-width: 270px;
  font-family: Poppins-Regular;
}

/* Wider containers for standalone forgot/reset password pages */
.login-box.row>div #forgotPasswordForm,
.login-box.row>div #resetPasswordForm {
  width: 45%;
  max-width: 560px;
  min-width: 320px;
  font-family: Poppins-Regular;
}

/* On very large screens, make them a bit wider */
@media (min-width: 1200px) {
  .login-box.row>div #forgotPasswordForm,
  .login-box.row>div #resetPasswordForm {
    width: 48%;
  }
}

@media (max-width: 767.98px) {
  .login-box.row>div #forgotPasswordForm,
  .login-box.row>div #resetPasswordForm {
    width: 90%;
    max-width: none;
  }
}

.login-box.row>div #loginForm h2 {
  color: #05396b;
  font-size: 4em;
  font-weight: 700;
  font-family: Poppins-SemiBold;
  line-height: 72px;
}

.login-box.row>div #loginForm h3 {
  font-weight: 600;
  font-family: Poppins-SemiBold;
  font-size: 2em;
  line-height: 36px;
  margin-bottom: 14px;
}

.login-box.row>div #loginForm .form-group {
  margin-bottom: 20px;
}

.login-box.row>div #loginForm label {
  font-weight: 400;
  font-family: Poppins-Regular;
  font-size: 1em;
  line-height: 18px;
}

.login-box.row>div #loginForm input {
  border: 1px solid #dadada;
  border-radius: 2px;
  height: 40px;
  font-family: Poppins-Regular;
}

.login-box.row>div #loginForm button {
  background: #5cdb94;
  border: none;
  font-size: 1.5em;
  font-weight: 600;
  font-family: Poppins-SemiBold;
  border-radius: 4px;
  color: white;
  height: 40px;
  padding: 0;
}

.login-box.row>div #loginForm p {
  color: #001020;
  font-size: 1em;
  line-height: 18px;
  margin-top: 16px;
}

.login-box.row>div #loginForm p a {
  color: #05396b;
  font-weight: 600;
  font-family: Poppins-SemiBold;
  font-size: 1em;
  text-decoration: underline;
}

@font-face {
  font-family: system;
  font-style: normal;
  font-weight: 600;
  src: local(".SFNSText-Light"), local(".HelveticaNeueDeskInterface-Light"), local(".LucidaGrandeUI"), local("Ubuntu Light"), local("Segoe UI Light"), local("Roboto-Light"), local("DroidSans"), local("Tahoma");
}




.word {

  color: #fff;
  opacity: 0;
  position: absolute;

}

.w1 {
  animation: w1anim 20s infinite;
}

.w2 {
  animation: w2anim 20s infinite;
}

.w3 {
  animation: w3anim 20s infinite;
}

.w4 {
  animation: w4anim 20s infinite;
}

.w5 {
  animation: w5anim 20s infinite;
}



@keyframes w1anim {
  0% {
    opacity: 0;
  }

  10% {
    opacity: 1;
  }

  20% {
    opacity: 0;
  }
}


@keyframes w2anim {
  20% {
    opacity: 0;
  }

  30% {
    opacity: 1;
  }

  40% {
    opacity: 0;
  }
}

@keyframes w3anim {
  40% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  60% {
    opacity: 0;
  }
}

@keyframes w4anim {
  60% {
    opacity: 0;
  }

  70% {
    opacity: 1;
  }

  80% {
    opacity: 0;
  }
}

@keyframes w5anim {
  80% {
    opacity: 0;
  }

  90% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}