:root
{
	--color-FLEX-logo-start: #136BBC;
	--color-FLEX-logo-end: #fff;

	--form-font: "brandon-grotesque", sans-serif;
    --color: #441d1f;
}

/* --------------- */
body {
    background: #136BBC;
}

form {
	display: grid;
	padding: 100px 20px 30px 20px;	
	position: fixed;
	top: 0px;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	min-height: 240px;
	max-height: 300px;
	height: min-content;
	min-width: 390px;
	width: fit-content;

	color: #000;
	border-radius: 4px;
	/* border: 1px solid rgba(255, 255, 255, 0.09);
	background: rgba(255, 255, 255, 0.09); */
	font-family: var(--font-kelson-normal);
	background: url(/_customers/images/ui/RossDemo/logo-ross.svg);
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: top 0px center;
	z-index: 3;
	animation: formAni 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) 7s both;
}

@keyframes formAni {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

form div {
	font-size: 12px;
	text-align: left;
	/* grid-area: 6 / 1 / 9 / 2; */
	margin-top: 40px;
	color: #000000;
	font-style: normal;
	padding:0px;
	letter-spacing: 0px;
	position: absolute;
	right: -385px;
	top: 100px;
}

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: #0081C6;
	color: #fff;	
	cursor: pointer;
    display: block;
	grid-area: 4 / 1 / 6 / 2;
}

button.login-only.login:hover {
	background: #004e79;
	transition: 0.3s;
    transform: translateY(-2px);
}

button.login-only.register {
	background: #0081C6;
	margin-left: 205px;
	cursor: pointer;
	display: block;
	grid-area: 4 / 1 / 6 / 2;
}

button.login-only.register:hover {
	background: #004e79;
	transition: 0.3s;
    transform: translateY(-2px);
}

button.login-only.forgot {
	background: none;
	color: #0081C6;
	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:#0081C6;
	color: #fff;
	grid-area: 5 / 1 / 7 / 2;
}

button.register-only.register:hover {
	background: #004e79;
	color: #fff;
	transition: 0.3s;
}

button.register-only.cancel {
	background: #0081C6;
	margin-left: 205px;
	grid-area: 5 / 1 / 7 / 2;
}

button.register-only.cancel:hover {
	background: #004e79;
	transition: 0.3s;
}
/* LOGIN END */
/* LOGIN BOX */
.loginBox {
    width: 600px;
    min-height: 420px;
    height: fit-content;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    animation: scale-down-center 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) 6.8s both;
}

@keyframes scale-down-center {
    0% {
      transform: scale(5);
    }
    100% {
      transform: scale(1);
    }
  }

  /* FRONT LOGO  */
.frontLogo svg {
	width: 600px;
  }

.frontLogo {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 2;
    width: fit-content;
    height: fit-content;
    animation: 4.5s frontLogo ease-out 2.5s both;   
}

@keyframes frontLogo {
	0% {
		opacity: 0;
	}
  50% {
		opacity: 1;
	}
	90% {
		opacity: 1;
	}
  100% {
		opacity: 0;
	}
}

/* LOGO ANIMATION START HERE */

 @keyframes animate-svg-stroke-1 {
	0% {
	  stroke-dashoffset: 972.1884155273438px;
	  stroke-dasharray: 972.1884155273438px;
	}
  
	100% {
	  stroke-dashoffset: 0;
	  stroke-dasharray: 972.1884155273438px;
	}
  }
  
  @keyframes animate-svg-fill-1 {
	0% {
	  fill: transparent;
	}
  
	100% {
	  fill: rgb(0, 129, 198);
	}
  }
  
  .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: 307.2942810058594px;
	  stroke-dasharray: 307.2942810058594px;
	}
  
	100% {
	  stroke-dashoffset: 0;
	  stroke-dasharray: 307.2942810058594px;
	}
  }
  
  @keyframes animate-svg-fill-2 {
	0% {
	  fill: transparent;
	}
  
	100% {
	  fill: rgb(0, 129, 198);
	}
  }
  
  .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: 773.090576171875px;
	  stroke-dasharray: 773.090576171875px;
	}
  
	100% {
	  stroke-dashoffset: 0;
	  stroke-dasharray: 773.090576171875px;
	}
  }
  
  @keyframes animate-svg-fill-3 {
	0% {
	  fill: transparent;
	}
  
	100% {
	  fill: rgb(0, 129, 198);
	}
  }
  
  .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: 949.6685791015625px;
	  stroke-dasharray: 949.6685791015625px;
	}
  
	100% {
	  stroke-dashoffset: 0;
	  stroke-dasharray: 949.6685791015625px;
	}
  }
  
  @keyframes animate-svg-fill-4 {
	0% {
	  fill: transparent;
	}
  
	100% {
	  fill: rgb(0, 129, 198);
	}
  }
  
  .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: 949.670654296875px;
	  stroke-dasharray: 949.670654296875px;
	}
  
	100% {
	  stroke-dashoffset: 0;
	  stroke-dasharray: 949.670654296875px;
	}
  }
  
  @keyframes animate-svg-fill-5 {
	0% {
	  fill: transparent;
	}
  
	100% {
	  fill: rgb(0, 129, 198);
	}
  }
  
  .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: 281.73944091796875px;
	  stroke-dasharray: 281.73944091796875px;
	}
  
	100% {
	  stroke-dashoffset: 0;
	  stroke-dasharray: 281.73944091796875px;
	}
  }
  
  @keyframes animate-svg-fill-6 {
	0% {
	  fill: transparent;
	}
  
	100% {
	  fill: rgb(0, 129, 198);
	}
  }
  
  .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: 209.54107666015625px;
	  stroke-dasharray: 209.54107666015625px;
	}
  
	100% {
	  stroke-dashoffset: 0;
	  stroke-dasharray: 209.54107666015625px;
	}
  }
  
  @keyframes animate-svg-fill-7 {
	0% {
	  fill: transparent;
	}
  
	100% {
	  fill: rgb(0, 129, 198);
	}
  }
  
  .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: 97.68598175048828px;
	  stroke-dasharray: 97.68598175048828px;
	}
  
	100% {
	  stroke-dashoffset: 0;
	  stroke-dasharray: 97.68598175048828px;
	}
  }
  
  @keyframes animate-svg-fill-8 {
	0% {
	  fill: transparent;
	}
  
	100% {
	  fill: rgb(0, 129, 198);
	}
  }
  
  .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: 209.5411376953125px;
	  stroke-dasharray: 209.5411376953125px;
	}
  
	100% {
	  stroke-dashoffset: 0;
	  stroke-dasharray: 209.5411376953125px;
	}
  }
  
  @keyframes animate-svg-fill-9 {
	0% {
	  fill: transparent;
	}
  
	100% {
	  fill: rgb(0, 129, 198);
	}
  }
  
  .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: 97.68598937988281px;
	  stroke-dasharray: 97.68598937988281px;
	}
  
	100% {
	  stroke-dashoffset: 0;
	  stroke-dasharray: 97.68598937988281px;
	}
  }
  
  @keyframes animate-svg-fill-10 {
	0% {
	  fill: transparent;
	}
  
	100% {
	  fill: rgb(0, 129, 198);
	}
  }
  
  .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: 97.68597412109375px;
	  stroke-dasharray: 97.68597412109375px;
	}
  
	100% {
	  stroke-dashoffset: 0;
	  stroke-dasharray: 97.68597412109375px;
	}
  }
  
  @keyframes animate-svg-fill-11 {
	0% {
	  fill: transparent;
	}
  
	100% {
	  fill: rgb(0, 129, 198);
	}
  }
  
  .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;
  }
  
  @keyframes animate-svg-stroke-12 {
	0% {
	  stroke-dashoffset: 184.80914306640625px;
	  stroke-dasharray: 184.80914306640625px;
	}
  
	100% {
	  stroke-dashoffset: 0;
	  stroke-dasharray: 184.80914306640625px;
	}
  }
  
  @keyframes animate-svg-fill-12 {
	0% {
	  fill: transparent;
	}
  
	100% {
	  fill: rgb(0, 129, 198);
	}
  }
  
  .svg-elem-12 {
	animation: animate-svg-stroke-12 1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.32s both,
				 animate-svg-fill-12 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 3.9s both;
  }
  
  @keyframes animate-svg-stroke-13 {
	0% {
	  stroke-dashoffset: 151.4773406982422px;
	  stroke-dasharray: 151.4773406982422px;
	}
  
	100% {
	  stroke-dashoffset: 0;
	  stroke-dasharray: 151.4773406982422px;
	}
  }
  
  @keyframes animate-svg-fill-13 {
	0% {
	  fill: transparent;
	}
  
	100% {
	  fill: rgb(0, 129, 198);
	}
  }
  
  .svg-elem-13 {
	animation: animate-svg-stroke-13 1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.44s both,
				 animate-svg-fill-13 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 4s both;
  }
  
  @keyframes animate-svg-stroke-14 {
	0% {
	  stroke-dashoffset: 93.41419219970703px;
	  stroke-dasharray: 93.41419219970703px;
	}
  
	100% {
	  stroke-dashoffset: 0;
	  stroke-dasharray: 93.41419219970703px;
	}
  }
  
  @keyframes animate-svg-fill-14 {
	0% {
	  fill: transparent;
	}
  
	100% {
	  fill: rgb(0, 129, 198);
	}
  }
  
  .svg-elem-14 {
	animation: animate-svg-stroke-14 1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.56s both,
				 animate-svg-fill-14 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 4.1s both;
  }
  
  @keyframes animate-svg-stroke-15 {
	0% {
	  stroke-dashoffset: 231.83099365234375px;
	  stroke-dasharray: 231.83099365234375px;
	}
  
	100% {
	  stroke-dashoffset: 0;
	  stroke-dasharray: 231.83099365234375px;
	}
  }
  
  @keyframes animate-svg-fill-15 {
	0% {
	  fill: transparent;
	}
  
	100% {
	  fill: rgb(0, 129, 198);
	}
  }
  
  .svg-elem-15 {
	animation: animate-svg-stroke-15 1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.6799999999999997s both,
				 animate-svg-fill-15 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 4.2s both;
  }
  
  @keyframes animate-svg-stroke-16 {
	0% {
	  stroke-dashoffset: 93.02798461914062px;
	  stroke-dasharray: 93.02798461914062px;
	}
  
	100% {
	  stroke-dashoffset: 0;
	  stroke-dasharray: 93.02798461914062px;
	}
  }
  
  @keyframes animate-svg-fill-16 {
	0% {
	  fill: transparent;
	}
  
	100% {
	  fill: rgb(0, 129, 198);
	}
  }
  
  .svg-elem-16 {
	animation: animate-svg-stroke-16 1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.8s both,
				 animate-svg-fill-16 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 4.3s both;
  }
  
  @keyframes animate-svg-stroke-17 {
	0% {
	  stroke-dashoffset: 231.69740295410156px;
	  stroke-dasharray: 231.69740295410156px;
	}
  
	100% {
	  stroke-dashoffset: 0;
	  stroke-dasharray: 231.69740295410156px;
	}
  }
  
  @keyframes animate-svg-fill-17 {
	0% {
	  fill: transparent;
	}
  
	100% {
	  fill: rgb(0, 129, 198);
	}
  }
  
  .svg-elem-17 {
	animation: animate-svg-stroke-17 1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.92s both,
				 animate-svg-fill-17 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 4.4s both;
  }
  
  @keyframes animate-svg-stroke-18 {
	0% {
	  stroke-dashoffset: 285.2030029296875px;
	  stroke-dasharray: 285.2030029296875px;
	}
  
	100% {
	  stroke-dashoffset: 0;
	  stroke-dasharray: 285.2030029296875px;
	}
  }
  
  @keyframes animate-svg-fill-18 {
	0% {
	  fill: transparent;
	}
  
	100% {
	  fill: rgb(0, 129, 198);
	}
  }
  
  .svg-elem-18 {
	animation: animate-svg-stroke-18 1s cubic-bezier(0.47, 0, 0.745, 0.715) 4.04s both,
				 animate-svg-fill-18 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 4.5s both;
  }
  
  @keyframes animate-svg-stroke-19 {
	0% {
	  stroke-dashoffset: 285.1614074707031px;
	  stroke-dasharray: 285.1614074707031px;
	}
  
	100% {
	  stroke-dashoffset: 0;
	  stroke-dasharray: 285.1614074707031px;
	}
  }
  
  @keyframes animate-svg-fill-19 {
	0% {
	  fill: transparent;
	}
  
	100% {
	  fill: rgb(0, 129, 198);
	}
  }
  
  .svg-elem-19 {
	animation: animate-svg-stroke-19 1s cubic-bezier(0.47, 0, 0.745, 0.715) 4.16s both,
				 animate-svg-fill-19 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 4.6s both;
  }
  
  @keyframes animate-svg-stroke-20 {
	0% {
	  stroke-dashoffset: 285.19384765625px;
	  stroke-dasharray: 285.19384765625px;
	}
  
	100% {
	  stroke-dashoffset: 0;
	  stroke-dasharray: 285.19384765625px;
	}
  }
  
  @keyframes animate-svg-fill-20 {
	0% {
	  fill: transparent;
	}
  
	100% {
	  fill: rgb(0, 129, 198);
	}
  }
  
  .svg-elem-20 {
	animation: animate-svg-stroke-20 1s cubic-bezier(0.47, 0, 0.745, 0.715) 4.279999999999999s both,
				 animate-svg-fill-20 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 4.7s both;
  }
  
  @keyframes animate-svg-stroke-21 {
	0% {
	  stroke-dashoffset: 284.715087890625px;
	  stroke-dasharray: 284.715087890625px;
	}
  
	100% {
	  stroke-dashoffset: 0;
	  stroke-dasharray: 284.715087890625px;
	}
  }
  
  @keyframes animate-svg-fill-21 {
	0% {
	  fill: transparent;
	}
  
	100% {
	  fill: rgb(0, 129, 198);
	}
  }
  
  .svg-elem-21 {
	animation: animate-svg-stroke-21 1s cubic-bezier(0.47, 0, 0.745, 0.715) 4.4s both,
				 animate-svg-fill-21 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 4.8s both;
  }
  
  @keyframes animate-svg-stroke-22 {
	0% {
	  stroke-dashoffset: 290.14813232421875px;
	  stroke-dasharray: 290.14813232421875px;
	}
  
	100% {
	  stroke-dashoffset: 0;
	  stroke-dasharray: 290.14813232421875px;
	}
  }
  
  @keyframes animate-svg-fill-22 {
	0% {
	  fill: transparent;
	}
  
	100% {
	  fill: rgb(0, 129, 198);
	}
  }
  
  .svg-elem-22 {
	animation: animate-svg-stroke-22 1s cubic-bezier(0.47, 0, 0.745, 0.715) 4.52s both,
				 animate-svg-fill-22 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 4.9s both;
  }
  
  @keyframes animate-svg-stroke-23 {
	0% {
	  stroke-dashoffset: 206.72760009765625px;
	  stroke-dasharray: 206.72760009765625px;
	}
  
	100% {
	  stroke-dashoffset: 0;
	  stroke-dasharray: 206.72760009765625px;
	}
  }
  
  @keyframes animate-svg-fill-23 {
	0% {
	  fill: transparent;
	}
  
	100% {
	  fill: rgb(0, 129, 198);
	}
  }
  
  .svg-elem-23 {
	animation: animate-svg-stroke-23 1s cubic-bezier(0.47, 0, 0.745, 0.715) 4.64s both,
				 animate-svg-fill-23 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 5s both;
  }
  
/* LOGO ANIMATION END HERE */
