body {
    overflow: hidden;
    animation: .5s bodyColor ease-in 6.5s both;
}
@keyframes bodyColor {
    0%      {    background: #fff;   }
    100%    {    background: #fff;   }
}
body::before {
    display: none;
}
:root
{
	--color-FLEX-logo-start: #fff;
	--color-FLEX-logo-end: #0D1636;  
}

.mainBox {
    position: relative;
    width: 100%;
    min-height: 100vh;
    height: 100%;
    z-index: -1;
}
:root {
    --animation-delay: 0s;
}

@keyframes slide-in-left {
    0% {
      transform: translateX(-1000px);
      opacity: 0;
    }
    10% {
      transform: translateX(0);
      opacity: 1;
    }
    90% {
        transform: translateX(0);
        opacity: 1;
      }
    100% {
        transform: translateX(-1000px);
        opacity: 0;
      }
}

.topBox, .middleBox, .botBox {
    width: 100%;
    height: 33.33%;
    min-height: 33.33vh;
    box-sizing: border-box;
    animation: slide-in-left 3s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
.topBox {
    background: #38C6F3;    
    animation-delay: calc(var(--animation-delay) + .3s);
}
.middleBox {
    background: #0B9FDA;
    animation-delay: calc(var(--animation-delay) + .6s);
}
.botBox {
    background: #083175;
    animation-delay: calc(var(--animation-delay) + .9s);
}
.logoLineMain {
    position: absolute;
    width: 80%;
    height: 100px;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.lineTop, .logoLineBottom {
    width: 100%; 
    height: 20px;
    position: relative;
    margin-bottom: 50px;
    background: #0aa0de;
    animation: .5s aniLineAni1 ease 3s both, .5s aniLineAni2 ease-out 4s forwards;
}
@keyframes aniLineAni1 {
    0%   {   
            opacity: 0; 
            filter: blur(16);
            transform: translateX(0); }

    100% {   
            opacity: 1; 
            filter: blur(0);
            transform: translateX(0);  }
}

@keyframes aniLineAni2 {
    0% {
        transform: translateX(0);
        opacity: 1;
    }
    100% {
        transform: translateX(-1500px);
        opacity: 0;
    }
  }

  @keyframes aniLineAni3 {
    0% {
      transform: translateX(0);
      opacity: 1;
      transform: translateX(0);
      opacity: 1;
    }
    100% {
      transform: translateX(1500px);
      opacity: 0;
    }
  }

.lineTop {
    border-radius: 20px 25px 25px 0px;
    animation-delay: 3.8s, 4.2s;
}
.logoLineMiddle {
    background: #0C9ED9;
    width: 100%; 
    height: 20px;
    position: relative;
    margin-bottom: 50px;
    animation-delay: 3.3s, 4s;
    border-radius: 0px 25px 25px 0px;
    animation: .5s aniLineAni1 ease 3.6s both, .5s aniLineAni3 ease 4.3s forwards;
}
.logoLineBottom {
    border-radius: 0px 25px 25px 20px;
    margin-bottom: unset;
    animation-delay: 3.4s, 4.2s;
}

/* FRONT LOGO */
.frontLogo {
  position: absolute;
  width: fit-content;
  height: fit-content;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.frontLogo svg {
    width: 900px;
    animation: 2s LogoAni ease-in-out 4.3s both; 
}

@keyframes LogoAni {
    0%   {   opacity: 0;   }
    40%  {   opacity: 1;   }
    80%  {   opacity: 1;   }
    100% {   opacity: 0;   }
}

@keyframes LogoAni-1 {
    0%    {   opacity: 0;   }
    100%  {   opacity: 1;   }
}

@keyframes logoAni-2 {
    0%   {   opacity: 0;
    }

    100% {   opacity: 1;  
    }
}

/* LOGIN BG */

.loginBg {
   	height: 100%;
    width: 100%;
}
.loginBg svg {
    position: absolute;
    top: 0;
    left: -360px;
    width: 100%;
    height: 100%;
    z-index: -1;
    animation: 1.5s LogoAni-1 ease-in-out 6.5s both;
}

.loginBg-2 svg {
    width: 330px;
    height: 40px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 15%;
    margin: auto;
    animation: .5s LogoAni-1 ease-in-out 6.5s both;
}
@media screen and (width >= 1700px) {
    .loginBg svg {
        left: -600px;
    }
  }

@media screen and (width >= 2100px) {
    .loginBg svg {
        left: -600px;
    }
}

.midLine {
    height: 60%;
    width: 1px;
    display: block;
    background: #ccc;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    animation: .5s LogoAni-1 ease-in-out 6.5s both;
}

/* FORM BEGIN ------------------------------------------------------- */
body::before {
    display: none;
}
body::before {
    display: none;
  }
form {
  border-radius: 25px;
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5.3px);
  -webkit-backdrop-filter: blur(5.3px);
  display: grid;
  padding: 100px 40px 10px 40px;
  position: fixed;
  bottom: 0;
  top: 0;
  right: 5%;
  margin: auto;
  min-height: 340px;
  max-height: 300px;
  height: min-content;
  min-width: 390px;
  width: fit-content;
  background: url(/_customers/images/ui/LumenTransportation/login.svg) #fff;
  background-position: left 40px top 45px;
  background-repeat: no-repeat;
  background-size: 100px;
  color: #000;
  z-index: 7;
  animation: formAni 1s cubic-bezier(0.390, 0.575, 0.565, 1.000) 6.5s both;
}
  
  @keyframes formAni {
      0% {
          opacity: 0;
          filter: blur(16px);
      }
      100% {
          opacity: 1;
          filter: blur(0);
      }
  }
  form div {
      font-size: 12px;
      text-align: left;
      /* grid-area: 6 / 1 / 9 / 2; */
      grid-area: 6 / -2 / 1 / 1;
      margin-top: 40px;
      color: #222;
      font-family: Helvetica, sans-serif;
      font-style: normal;
      padding:10px;
      letter-spacing: 1px;
  }
  
  input {
      padding: 10px 20px;
      color: #333;
      background: #fff;
      border-bottom: 1px solid #adadad;
      border-top: unset;
      border-left: unset;
      border-right: unset;
      font-size: 14px;
      outline: none;
      margin-top: 10px;
      width: 400px;
      height: 40px;
      border-radius: 0px;
  }
  
  input[name="email"] {
      grid-area: 2 / 1 / 3 / 2;
  }
  
  input[name="password"] {
      grid-area: 3 / 1 / 4 / 2;	
  }
  
  input[name="code"] {
      grid-area: 4 / 1 / 5 / 2;
  }
  
  input[name="code"]::placeholder {
      color: #ccc;
  }
  
  ::placeholder {
      color: #888888;
      font-family: var(--form-font);
      font-size: 14px;
      font-weight: 400;
  }
  
  button
  {
      border: none;
      color: #FFF;
      cursor:pointer;
      font-family: var(--font-kelson-bold);
      font-weight: 600;
      font-size: 16px;
      letter-spacing: .5px;
      text-transform: uppercase;
      outline: none;
      display: block;
      margin-top: 10px;
      height: 40px;
      width: 195px;
      border-radius: 0px;
  }
  
  button.login-only.login {
      background: #0c9ed9;
      cursor: pointer;
      display: block;
      grid-area: 4 / 1 / 6 / 2;
  }
  
  button.login-only.login:hover {
      background: #04204e;
      transition: 0.3s;
  }
  
  button.login-only.register {
      background: #005ba6;
      margin-left: 205px;
      cursor: pointer;
      display: block;
      grid-area: 4 / 1 / 6 / 2;
  }
  
  button.login-only.register:hover {
      background: #56578f;
      transition: 0.3s;
  }
  
  button.login-only.forgot {
      background: none;
      color: #8182BF;
      width: 50%;
      text-align: left;
      font-weight: 400;
      line-height: 65px;
      cursor: pointer;
      font-size: 13px;
      grid-area: 5 / 1 / 8 / 2;
      margin-top: 15px;
      height: 20px;
  }
  
  button.login-only.forgot:hover {
      color: #000000;
      font-weight: 400;
      transition: 0.3s;
  }
  
  button.register-only.register {
      background:#008ec7;
      color: #fff;
      grid-area: 5 / 1 / 7 / 2;
  }
  
  button.register-only.register:hover {
      background: #90dfff;
      color: #fff;
      transition: 0.3s;
  }
  
  button.register-only.cancel {
      background: #ff5a4f;
      margin-left: 205px;
      grid-area: 5 / 1 / 7 / 2;
  }
  
  button.register-only.cancel:hover {
      background: #ff9c95;
      transition: 0.3s;
  }
  
  
  









