/***
Login page
***/
/* bg color */
.login {
  /*background-color: #c0c6c2 !important;*/
}

.login .logo {
  margin: 0 auto;
  margin-top: 60px;
  padding: 15px;
  text-align: center;
}
.login-form{
    margin-top: 20%;
}
.login .content {
  background-color: #eceef1;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
  width: 400px;
  margin: 40px auto 10px auto;
  padding: 30px;
  padding-top: 10px;
  overflow: hidden;
  position: relative;
}

.login .content h3 {
  color: #4db3a5;
  text-align: center;
  font-size: 28px;
  font-weight: 400 !important;
}

.login .content h4 {
  color: #555;
}

.login .content .hint {
  color: #999;
  padding: 0;
  margin: 15px 0 7px 0;
}

.login .content .login-form,
.login .content .forget-form {
  padding: 0px;
  margin: 0px;
}
.form-control{
    max-height: 45px;
}
.login .content .form-control {
  border: none;
  background-color: #dde3ec;
  height: 43px;
  color: #8290a3;
  border: 1px solid #dde3ec;
}
.login .content .form-control:focus, .login .content .form-control:active {
  border: 1px solid #c3ccda;
}
.login .content .form-control::-moz-placeholder {
  color: #8290a3;
  opacity: 1;
}
.login .content .form-control:-ms-input-placeholder {
  color: #8290a3;
}
.login .content .form-control::-webkit-input-placeholder {
  color: #8290a3;
}

.login .content select.form-control {
  padding-left: 9px;
  padding-right: 9px;
}

.login .content .forget-form {
  display: none;
}

.login .content .register-form {
  display: none;
}

.login .content .form-title {
  font-weight: 300;
  margin-bottom: 25px;
}

.login .content .form-actions {
  clear: both;
  border: 0px;
  border-bottom: 1px solid #eee;
  padding: 0px 30px 25px 30px;
  margin-left: -30px;
  margin-right: -30px;
}

.login-options {
  margin-bottom: 30px;
  overflow: hidden;
}

.login-options h4 {
  float: left;
  font-weight: 600;
  font-size: 15px;
  color: #7d91aa !important;
}

.login-options .social-icons {
  float: right;
  padding-top: 3px;
}

.login-options .social-icons li a {
  border-radius: 15px 15px 15px 15px !important;
  -moz-border-radius: 15px 15px 15px 15px !important;
  -webkit-border-radius: 15px 15px 15px 15px !important;
}

.login .content .form-actions .checkbox {
  margin-left: 0;
  padding-left: 0;
}

.login .content .forget-form .form-actions {
  border: 0;
  margin-bottom: 0;
  padding-bottom: 20px;
}

.login .content .register-form .form-actions {
  border: 0;
  margin-bottom: 0;
  padding-bottom: 0px;
}

.login .content .form-actions .btn {
  margin-top: 1px;
}

.login .content .form-actions .btn-success {
  font-weight: 600;
  padding: 10px 20px !important;
}

.login .content .form-actions .btn-default {
  font-weight: 600;
  padding: 10px 25px !important;
  color: #6c7a8d;
  background-color: #ffffff;
  border: none;
}

.login .content .form-actions .btn-default:hover {
  background-color: #fafaff;
  color: #45b6af;
}

.login .content .forget-password {
  font-size: 14px;
  float: right;
  display: inline-block;
  margin-top: 10px;
}

.login .content .check {
  color: #8290a3;
}

.login .content .rememberme {
  margin-left: 8px;
  margin-top: 10px;
}

.login .content .create-account {
  margin: 0 -40px -40px -40px;
  padding: 15px 0 17px 0;
  text-align: center;
  background-color: #6c7a8d;
  -webkit-border-radius: 0 0 7px 7px;
  -moz-border-radius: 0 0 7px 7px;
  -ms-border-radius: 0 0 7px 7px;
  -o-border-radius: 0 0 7px 7px;
  border-radius: 0 0 7px 7px;
}

.login .content .create-account p a {
  font-weight: 600;
  font-size: 14px;
  color: #c3cedd;
}

.login .content .create-account a {
  display: inline-block;
  margin-top: 5px;
}

/* footer copyright */
.login .copyright {
  text-align: center;
  margin: 0 auto 30px 0;
  padding: 10px;
  color: #7a8ca5;
  font-size: 13px;
}

@media (max-width: 440px) {
  /***
  Login page
  ***/
  .login .logo {
    margin-top: 10px;
  }

  .login .content {
    width: 280px;
    margin-top: 10px;
  }

  .login .content h3 {
    font-size: 22px;
  }

  .forget-password {
    display: inline-block;
    margin-top: 20px;
  }

  .login-options .social-icons {
    float: left;
    padding-top: 3px;
  }

  .login .checkbox {
    font-size: 13px;
  }
}

.limiter {
    width: 100%;
    margin: 0 auto;
}
.container-login100 {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    flex-wrap: wrap;
/*    background: #E0EAFC;
    background: -webkit-linear-gradient(to right, #CFDEF3, #E0EAFC);
    background: linear-gradient(to left, #CFDEF3, #E0EAFC);*/
}
.login100-more {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    width: calc(100% - 490px);
    position: relative;
    z-index: 1;
    background-image: url(/assets/image/logo-bg-vector.png);
}
.wrap-login100 {
    width: 490px;
    min-height: 100vh;
    background: #fff;
    border-radius: 2px;
    position: relative;
    padding: 30px;
    max-height: fit-content;
}
.login100-more::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.8;
}
.triangle-right {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    height: -webkit-fill-available;
    border-style: solid;
    border-width: 0 0 115vh 14rem;
    border-color: transparent transparent #fff;
    z-index: 10;
}
.login100-form {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.welcome-odin{
    right: 15px;
    position: absolute;
    top: 20px;
}



@keyframes rhythm {
  0% {
    transform: translateY(0);
  }
  26.6666666667% {
    transform: translateY(0);
    opacity: 1;
  }
  33.3333333333% {
    transform: translateY(-100%);
    opacity: 0;
  }
  33.3343333333% {
    transform: translateY(100%);
    opacity: 0;
  }
  33.3363333333% {
    transform: translateY(100%);
    opacity: 1;
  }
  93.3333333333% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes city {
  0% {
    transform: translateY(0);
  }
  26.6666666667% {
    transform: translateY(0);
  }
  33.3333333333% {
    transform: translateY(-100%);
  }
  60% {
    transform: translateY(-100%);
    opacity: 1;
  }
  66.6666666667% {
    transform: translateY(-200%);
    opacity: 0;
  }
  66.6676666667% {
    transform: translateY(0);
  }
  66.6696666667% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes voice {
  0% {
    transform: translateY(-300%);
  }
  0.0001% {
    transform: translateY(0);
  }
  26.6666666667% {
    transform: translateY(0);
  }
  33.3333333333% {
    transform: translateY(-100%);
  }
  60% {
    transform: translateY(-100%);
  }
  66.6666666667% {
    transform: translateY(-200%);
  }
  93.3333333333% {
    transform: translateY(-200%);
    opacity: 1;
  }
  100% {
    transform: translateY(-300%);
    opacity: 0;
  }
}
.scrolltext-container {
  min-height: 100vh;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media (max-width: 1021px) {
    .scrolltext-container{
        display: none;
      }
}
.word {
  display: flex;
  grid-column: 2;
  grid-row: auto;
}
.word span {
  display: inline-block;
}

.rhythm span:nth-child(1) {
  animation: rhythm 6s ease-in-out both 0.05s infinite;
}

.city span:nth-child(1) {
  animation: city 6s ease-in-out both 0.05s infinite;
}

.voice span:nth-child(1) {
  animation: voice 6s ease-in-out both 0.05s infinite;
}

.rhythm span:nth-child(2) {
  animation: rhythm 6s ease-in-out both 0.1s infinite;
}

.city span:nth-child(2) {
  animation: city 6s ease-in-out both 0.1s infinite;
}

.voice span:nth-child(2) {
  animation: voice 6s ease-in-out both 0.1s infinite;
}

.rhythm span:nth-child(3) {
  animation: rhythm 6s ease-in-out both 0.15s infinite;
}

.city span:nth-child(3) {
  animation: city 6s ease-in-out both 0.15s infinite;
}

.voice span:nth-child(3) {
  animation: voice 6s ease-in-out both 0.15s infinite;
}

.rhythm span:nth-child(4) {
  animation: rhythm 6s ease-in-out both 0.2s infinite;
}

.city span:nth-child(4) {
  animation: city 6s ease-in-out both 0.2s infinite;
}

.voice span:nth-child(4) {
  animation: voice 6s ease-in-out both 0.2s infinite;
}

.rhythm span:nth-child(5) {
  animation: rhythm 6s ease-in-out both 0.25s infinite;
}

.city span:nth-child(5) {
  animation: city 6s ease-in-out both 0.25s infinite;
}

.voice span:nth-child(5) {
  animation: voice 6s ease-in-out both 0.25s infinite;
}

.rhythm span:nth-child(6) {
  animation: rhythm 6s ease-in-out both 0.3s infinite;
}

.rhythm span:nth-child(7) {
  animation: rhythm 6s ease-in-out both 0.35s infinite;
}

.rhythm span:nth-child(8) {
  animation: rhythm 6s ease-in-out both 0.4s infinite;
}

.rhythm span:nth-child(9) {
  animation: rhythm 6s ease-in-out both 0.45s infinite;
}

.city span:nth-child(6) {
  animation: city 6s ease-in-out both 0.3s infinite;
}

.voice span:nth-child(6) {
  animation: voice 6s ease-in-out both 0.3s infinite;
}

.title {
  padding: 0 20px;
  display: grid;
  grid-template-columns: repeat(2, min-content);
  grid-template-rows: auto;
  overflow: hidden;
  max-height: 8vw;
}
.title {
  color: #333333ba;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 8vw;
  line-height: 8vw;
  letter-spacing: 3px;
  font-family: 'Montserrat', sans-serif;
  left: 0;
  position: absolute;
}
.logo-container{
    width: fit-content;
    margin: auto;
}
.login-logo{
    width: 300px;
    /*margin: auto;*/
    display: block;
}
.login-sub-logo{
    width: 100px;
    margin-left: auto;
    display: block;
    position: relative;
    top: 20px;
}
.login-button{
    width: 49%;
}