body::before {    display: none; }

:root
{
	--color-FLEX-logo-start: #00abec;
	--color-FLEX-logo-end: #0D1636;  
}

.leftBG {
  width: 450px;
  height: 100vh;
  background: url(/_customers/images/ui/Picklr/leftShape.svg);
  background-position: left -5px;
  background-repeat: no-repeat;
  background-size: cover;
  position: fixed;
  z-index: 2;
  animation: 1s FrontVideo ease-in-out 6s both;
}

#frontVideo {
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  overflow-x: -1;
  animation: 1s FrontVideo ease-in-out 6s both;
}

@keyframes FrontVideo {
  0%    { opacity: 0; }
  100%  { opacity: 1; }
}

.Front-video::after {
  content:'';
  background: url(/_customers/images/ui/Picklr/Hero_Overlay.svg) #000;
  background-position: right;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
  animation: 1s FrontVideo ease-in-out 6s both;
}

@keyframes FrontVideo {
  0%    { opacity: 0;  }
  100%  { opacity: .7; }
}

/* LOGIN  */
form {
	display: grid;
	padding: 150px 20px 30px 20px;
	
	position: fixed;
	top: 0;
	left: 5px;
	bottom: 0;
	margin: auto;
	min-height: 240px;
	max-height: 300px;
	height: min-content;
	min-width: 390px;
	width: fit-content;

	color: #000;
	border-radius: 4px;
  background: url(/_customers/images/ui/Picklr/logo-2.svg);
  background-position: center top ;
  background-repeat:no-repeat;
  background-size: 120px;
	font-family: var(--font-kelson-normal);
	
	z-index: 3;
	animation: formAni 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) 6s both;
}

@keyframes formAni {
	0% {
		opacity: 0;
		transform: scaleY(0.4);
    	transform-origin: 0% 100%;
	}
	100% {
		opacity: 1;
		transform: scaleY(1);
    	transform-origin: 0% 100%;
	}
}

form div {
	font-size: 12px;
	text-align: left;
	grid-area: 6 / 1 / 9 / 2;
	margin-top: 40px;
	color: #ccc;
	font-style: normal;
	padding:10px;
	letter-spacing: 1px;
}

input {
	padding: 10px 20px;
	color: #333;
	background: #fff;
	border: 1px solid #adadad;
	font-size: 18px;
	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: #4DB1E2;
	color: #fff;	
	cursor: pointer;
    display: block;
	grid-area: 4 / 1 / 6 / 2;
}

button.login-only.login:hover {
	background: #ca2d06;
	transition: 0.3s;
}

button.login-only.register {
	background: #005e9b;
	margin-left: 205px;
	cursor: pointer;
	display: block;
	grid-area: 4 / 1 / 6 / 2;
}

button.login-only.register:hover {
	background: #0ba57c;
	transition: 0.3s;
}

button.login-only.forgot {
	background: none;
	color: #afafaf;
	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: #ffffff;
	font-weight: 400;
	transition: 0.3s;
}

button.register-only.register {
	background:#8CC63F;
	color: #fff;
	grid-area: 5 / 1 / 7 / 2;
}

button.register-only.register:hover {
	background: #15BEF0;
	color: #fff;
	transition: 0.3s;
}

button.register-only.cancel {
	background: #136BBC;
	margin-left: 205px;
	grid-area: 5 / 1 / 7 / 2;
}

button.register-only.cancel:hover {
	background: #383838;
	transition: 0.3s;
}
/* LOGIN END */

.frontLogo {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: fit-content;
    height: fit-content;
    animation: 1s LogoAni ease 8s both;
}

@keyframes LogoAni {
    0%    { opacity: 1; }
    100%  { opacity: 0; }
}

/* FRONT LOGO ANIMATION START */

 @keyframes animate-svg-stroke-1 {
    0% {
      stroke-dashoffset: 72.79800415039062px;
      stroke-dasharray: 72.79800415039062px;
    }
  
    100% {
      stroke-dashoffset: 0;
      stroke-dasharray: 72.79800415039062px;
    }
  }
  
  @keyframes animate-svg-fill-1 {
    0% {
      fill: transparent;
    }
  
    100% {
      fill: rgb(25, 39, 45);
    }
  }
  
  .svg-elem-1 {
    animation: animate-svg-stroke-1 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2s both,
                 animate-svg-fill-1 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.8s both;
  }
  
  @keyframes animate-svg-stroke-2 {
    0% {
      stroke-dashoffset: 107.66399383544922px;
      stroke-dasharray: 107.66399383544922px;
    }
  
    100% {
      stroke-dashoffset: 0;
      stroke-dasharray: 107.66399383544922px;
    }
  }
  
  @keyframes animate-svg-fill-2 {
    0% {
      fill: transparent;
    }
  
    100% {
      fill: rgb(25, 39, 45);
    }
  }
  
  .svg-elem-2 {
    animation: animate-svg-stroke-2 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.12s both,
                 animate-svg-fill-2 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.9s both;
  }
  
  @keyframes animate-svg-stroke-3 {
    0% {
      stroke-dashoffset: 106.06400299072266px;
      stroke-dasharray: 106.06400299072266px;
    }
  
    100% {
      stroke-dashoffset: 0;
      stroke-dasharray: 106.06400299072266px;
    }
  }
  
  @keyframes animate-svg-fill-3 {
    0% {
      fill: transparent;
    }
  
    100% {
      fill: rgb(25, 39, 45);
    }
  }
  
  .svg-elem-3 {
    animation: animate-svg-stroke-3 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.24s both,
                 animate-svg-fill-3 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 3s both;
  }
  
  @keyframes animate-svg-stroke-4 {
    0% {
      stroke-dashoffset: 661.5762329101562px;
      stroke-dasharray: 661.5762329101562px;
    }
  
    100% {
      stroke-dashoffset: 0;
      stroke-dasharray: 661.5762329101562px;
    }
  }
  
  @keyframes animate-svg-fill-4 {
    0% {
      fill: transparent;
    }
  
    100% {
      fill: rgb(0, 173, 238);
    }
  }
  
  .svg-elem-4 {
    animation: animate-svg-stroke-4 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.36s both,
                 animate-svg-fill-4 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 3.0999999999999996s both;
  }
  
  @keyframes animate-svg-stroke-5 {
    0% {
      stroke-dashoffset: 798.8060913085938px;
      stroke-dasharray: 798.8060913085938px;
    }
  
    100% {
      stroke-dashoffset: 0;
      stroke-dasharray: 798.8060913085938px;
    }
  }
  
  @keyframes animate-svg-fill-5 {
    0% {
      fill: transparent;
    }
  
    100% {
      fill: rgb(0, 173, 238);
    }
  }
  
  .svg-elem-5 {
    animation: animate-svg-stroke-5 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.48s both,
                 animate-svg-fill-5 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 3.1999999999999997s both;
  }
  
  @keyframes animate-svg-stroke-6 {
    0% {
      stroke-dashoffset: 265.1771240234375px;
      stroke-dasharray: 265.1771240234375px;
    }
  
    100% {
      stroke-dashoffset: 0;
      stroke-dasharray: 265.1771240234375px;
    }
  }
  
  @keyframes animate-svg-fill-6 {
    0% {
      fill: transparent;
    }
  
    100% {
      fill: rgb(25, 39, 45);
    }
  }
  
  .svg-elem-6 {
    animation: animate-svg-stroke-6 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.6s both,
                 animate-svg-fill-6 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 3.3s both;
  }
  
  @keyframes animate-svg-stroke-7 {
    0% {
      stroke-dashoffset: 161.03199768066406px;
      stroke-dasharray: 161.03199768066406px;
    }
  
    100% {
      stroke-dashoffset: 0;
      stroke-dasharray: 161.03199768066406px;
    }
  }
  
  @keyframes animate-svg-fill-7 {
    0% {
      fill: transparent;
    }
  
    100% {
      fill: rgb(25, 39, 45);
    }
  }
  
  .svg-elem-7 {
    animation: animate-svg-stroke-7 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.7199999999999998s both,
                 animate-svg-fill-7 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 3.4s both;
  }
  
  @keyframes animate-svg-stroke-8 {
    0% {
      stroke-dashoffset: 300.84515380859375px;
      stroke-dasharray: 300.84515380859375px;
    }
  
    100% {
      stroke-dashoffset: 0;
      stroke-dasharray: 300.84515380859375px;
    }
  }
  
  @keyframes animate-svg-fill-8 {
    0% {
      fill: transparent;
    }
  
    100% {
      fill: rgb(25, 39, 45);
    }
  }
  
  .svg-elem-8 {
    animation: animate-svg-stroke-8 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.84s both,
                 animate-svg-fill-8 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 3.5s both;
  }
  
  @keyframes animate-svg-stroke-9 {
    0% {
      stroke-dashoffset: 322.7906494140625px;
      stroke-dasharray: 322.7906494140625px;
    }
  
    100% {
      stroke-dashoffset: 0;
      stroke-dasharray: 322.7906494140625px;
    }
  }
  
  @keyframes animate-svg-fill-9 {
    0% {
      fill: transparent;
    }
  
    100% {
      fill: rgb(25, 39, 45);
    }
  }
  
  .svg-elem-9 {
    animation: animate-svg-stroke-9 1s cubic-bezier(0.47, 0, 0.745, 0.715) 2.96s both,
                 animate-svg-fill-9 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 3.5999999999999996s both;
  }
  
  @keyframes animate-svg-stroke-10 {
    0% {
      stroke-dashoffset: 205.30001831054688px;
      stroke-dasharray: 205.30001831054688px;
    }
  
    100% {
      stroke-dashoffset: 0;
      stroke-dasharray: 205.30001831054688px;
    }
  }
  
  @keyframes animate-svg-fill-10 {
    0% {
      fill: transparent;
    }
  
    100% {
      fill: rgb(25, 39, 45);
    }
  }
  
  .svg-elem-10 {
    animation: animate-svg-stroke-10 1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.08s both,
                 animate-svg-fill-10 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 3.6999999999999997s both;
  }
  
  @keyframes animate-svg-stroke-11 {
    0% {
      stroke-dashoffset: 312.344482421875px;
      stroke-dasharray: 312.344482421875px;
    }
  
    100% {
      stroke-dashoffset: 0;
      stroke-dasharray: 312.344482421875px;
    }
  }
  
  @keyframes animate-svg-fill-11 {
    0% {
      fill: transparent;
    }
  
    100% {
      fill: rgb(25, 39, 45);
    }
  }
  
  .svg-elem-11 {
    animation: animate-svg-stroke-11 1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.2s both,
                 animate-svg-fill-11 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 3.8s both;
  }
   
/* FRONT LOGO ANIMATION END */