@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

:root
{
	--color-FLEX-logo-start: #00AEEF;
	--color-FLEX-logo-end: #FFF;

    --font-familly: "Inter";
    --theme-color: #00AEEF;
}

body  {
  margin: 0;
  padding: 0;
  overflow: hidden;
}

body::before {  display: none;  }

.frontBox-bottom {
  position: absolute;
  bottom: 0;
  height: 100px;
  background: #000;
  width: 100%;
  animation: .5s ease bgFadeIn 4s both;
  z-index: -1;
}

@keyframes bgFadeIn {
      from {
        background-color: transparent;
      }
      to {
        background-color: black;
      }
    }

.frontLogo svg {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 100px;
    animation: opacityR .5s ease-in 6s both;
}
@keyframes opacityR {
    0%      {    opacity: 1; }
    100%    {    opacity: 0; }
}

.backGround {
    width: 100%;
    height: 100vh;
    background: var(--theme-color);
    position: relative;
    z-index: -1;
    animation: scale-in-ver-center 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) 7s both;
}
@keyframes scale-in-ver-center {
    0% {
      transform: scaleY(0);
      opacity: 1;
    }
    100% {
      transform: scaleY(1);
      opacity: 1;
    }
}

.bottom-svg img {
    bottom: 97px;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    width: 95%;
    animation: opacity .5s ease-in 9s both;
}

@keyframes opacity {
    0%      {    opacity: 0; }
    100%    {    opacity: 1; }
}

/* LOGIN FORM */

form {
	display: grid;
	padding: 100px 50px 30px 50px;	
	position: fixed;
	right: 0;
    left: 0;
	bottom: 30%;
	margin: auto;
	min-height: 240px;
	max-height: 360px;
	height: min-content;
	min-width: 400px;
	width: fit-content;
	color: #000;
    font-family: var(--font-familly);
    background-image: url(/_customers/images/ui/ShackShine/Logo.svg);
    background-repeat: no-repeat;
    background-position: center top 15px;
    background-size: 400px;
	background-color: #FFFFFF;
	border-radius: 0px;	
	z-index: 3;
	animation: formAni 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) 6.5s 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: 50px;
	color: #fff;
	font-style: var(--font-familly);
	padding: 20px;
	letter-spacing: 1px;
}

input {
	padding: 10px 20px;
	color: #333;
	background: #fff;
    border: none;
	border-bottom: 1px solid #adadad;	
	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-style: var(--font-familly);
	font-weight: 600;
	font-size: 15px;
	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: #042862;
	cursor: pointer;
    display: block;
	grid-area: 4 / 1 / 6 / 2;
}

button.login-only.login:hover {
	background: #0442a7;
	transition: 0.3s;
}

button.login-only.register {
	background: var(--theme-color);
	margin-left: 205px;
	cursor: pointer;
	display: block;
	grid-area: 4 / 1 / 6 / 2;
}

button.login-only.register:hover {
	background: #009dff;
	transition: 0.3s;
}

button.login-only.forgot {
	background: none;
	color: #999;
	width: 50%;
	text-align: left;
	font-weight: 600;
	line-height: 20px;
	cursor: pointer;
	font-size: 12px;
	grid-area: 5 / 1 / 8 / 2;
	margin-top: 40px;
	height: 20px;
  text-transform: capitalize;
  padding: 0;
}

button.login-only.forgot:hover {
	color: var(--theme-color);
	transition: 0.3s;
}

button.register-only.register {
	background:#042862;
	color: #fff;
	grid-area: 5 / 1 / 7 / 2;
}

button.register-only.register:hover {
	background: #0442a7;
	color: #fff;
	transition: 0.3s;
}

button.register-only.cancel {
	background: var(--theme-color);
	margin-left: 205px;
	grid-area: 5 / 1 / 7 / 2;
}

button.register-only.cancel:hover {
	background: #009dff;
	font: #fff;
	transition: 0.3s;
}
/* LOGIN FORM -------------------------------------------------------------- */ 

/* Logo Animation */

 @keyframes animate-svg-stroke-1 {
    0% {
      stroke-dashoffset: 354.7569274902344px;
      stroke-dasharray: 354.7569274902344px;
    }
  
    100% {
      stroke-dashoffset: 0;
      stroke-dasharray: 354.7569274902344px;
    }
  }
  
  @keyframes animate-svg-fill-1 {
    0% {
      fill: transparent;
    }
  
    100% {
      fill: rgb(255, 255, 255);
    }
  }
  
  .svg-elem-1 {
    animation: animate-svg-stroke-1 1s cubic-bezier(0.47, 0, 0.745, 0.715) 3s both,
                 animate-svg-fill-1 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 3.8s both;
  }
  
  @keyframes animate-svg-stroke-2 {
    0% {
      stroke-dashoffset: 354.7569274902344px;
      stroke-dasharray: 354.7569274902344px;
    }
  
    100% {
      stroke-dashoffset: 0;
      stroke-dasharray: 354.7569274902344px;
    }
  }
  
  @keyframes animate-svg-fill-2 {
    0% {
      fill: transparent;
    }
  
    100% {
      fill: rgb(35, 31, 32);
    }
  }
  
  .svg-elem-2 {
    animation: animate-svg-stroke-2 1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.12s both,
                 animate-svg-fill-2 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 3.9s both;
  }
  
  @keyframes animate-svg-stroke-3 {
    0% {
      stroke-dashoffset: 955.1986083984375px;
      stroke-dasharray: 955.1986083984375px;
    }
  
    100% {
      stroke-dashoffset: 0;
      stroke-dasharray: 955.1986083984375px;
    }
  }
  
  @keyframes animate-svg-fill-3 {
    0% {
      fill: transparent;
    }
  
    100% {
      fill: rgb(35, 31, 32);
    }
  }
  
  .svg-elem-3 {
    animation: animate-svg-stroke-3 1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.24s both,
                 animate-svg-fill-3 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 4s both;
  }
  
  @keyframes animate-svg-stroke-4 {
    0% {
      stroke-dashoffset: 405.083984375px;
      stroke-dasharray: 405.083984375px;
    }
  
    100% {
      stroke-dashoffset: 0;
      stroke-dasharray: 405.083984375px;
    }
  }
  
  @keyframes animate-svg-fill-4 {
    0% {
      fill: transparent;
    }
  
    100% {
      fill: rgb(35, 31, 32);
    }
  }
  
  .svg-elem-4 {
    animation: animate-svg-stroke-4 1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.36s both,
                 animate-svg-fill-4 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 4.1s both;
  }
  
  @keyframes animate-svg-stroke-5 {
    0% {
      stroke-dashoffset: 359.679443359375px;
      stroke-dasharray: 359.679443359375px;
    }
  
    100% {
      stroke-dashoffset: 0;
      stroke-dasharray: 359.679443359375px;
    }
  }
  
  @keyframes animate-svg-fill-5 {
    0% {
      fill: transparent;
    }
  
    100% {
      fill: rgb(35, 31, 32);
    }
  }
  
  .svg-elem-5 {
    animation: animate-svg-stroke-5 1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.48s both,
                 animate-svg-fill-5 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 4.2s both;
  }
  
  @keyframes animate-svg-stroke-6 {
    0% {
      stroke-dashoffset: 351.2887268066406px;
      stroke-dasharray: 351.2887268066406px;
    }
  
    100% {
      stroke-dashoffset: 0;
      stroke-dasharray: 351.2887268066406px;
    }
  }
  
  @keyframes animate-svg-fill-6 {
    0% {
      fill: transparent;
    }
  
    100% {
      fill: rgb(255, 255, 255);
    }
  }
  
  .svg-elem-6 {
    animation: animate-svg-stroke-6 1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.6s both,
                 animate-svg-fill-6 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 4.3s both;
  }
  
  @keyframes animate-svg-stroke-7 {
    0% {
      stroke-dashoffset: 351.2887268066406px;
      stroke-dasharray: 351.2887268066406px;
    }
  
    100% {
      stroke-dashoffset: 0;
      stroke-dasharray: 351.2887268066406px;
    }
  }
  
  @keyframes animate-svg-fill-7 {
    0% {
      fill: transparent;
    }
  
    100% {
      fill: rgb(35, 31, 32);
    }
  }
  
  .svg-elem-7 {
    animation: animate-svg-stroke-7 1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.7199999999999998s both,
                 animate-svg-fill-7 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 4.4s both;
  }
  
  @keyframes animate-svg-stroke-8 {
    0% {
      stroke-dashoffset: 860.2621459960938px;
      stroke-dasharray: 860.2621459960938px;
    }
  
    100% {
      stroke-dashoffset: 0;
      stroke-dasharray: 860.2621459960938px;
    }
  }
  
  @keyframes animate-svg-fill-8 {
    0% {
      fill: transparent;
    }
  
    100% {
      fill: rgb(35, 31, 32);
    }
  }
  
  .svg-elem-8 {
    animation: animate-svg-stroke-8 1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.84s both,
                 animate-svg-fill-8 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 4.5s both;
  }
  
  @keyframes animate-svg-stroke-9 {
    0% {
      stroke-dashoffset: 380.73406982421875px;
      stroke-dasharray: 380.73406982421875px;
    }
  
    100% {
      stroke-dashoffset: 0;
      stroke-dasharray: 380.73406982421875px;
    }
  }
  
  @keyframes animate-svg-fill-9 {
    0% {
      fill: transparent;
    }
  
    100% {
      fill: rgb(35, 31, 32);
    }
  }
  
  .svg-elem-9 {
    animation: animate-svg-stroke-9 1s cubic-bezier(0.47, 0, 0.745, 0.715) 3.96s both,
                 animate-svg-fill-9 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 4.6s both;
  }
  
  @keyframes animate-svg-stroke-10 {
    0% {
      stroke-dashoffset: 354.704345703125px;
      stroke-dasharray: 354.704345703125px;
    }
  
    100% {
      stroke-dashoffset: 0;
      stroke-dasharray: 354.704345703125px;
    }
  }
  
  @keyframes animate-svg-fill-10 {
    0% {
      fill: transparent;
    }
  
    100% {
      fill: rgb(255, 255, 255);
    }
  }
  
  .svg-elem-10 {
    animation: animate-svg-stroke-10 1s cubic-bezier(0.47, 0, 0.745, 0.715) 4.08s both,
                 animate-svg-fill-10 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 4.7s both;
  }
  
  @keyframes animate-svg-stroke-11 {
    0% {
      stroke-dashoffset: 354.704345703125px;
      stroke-dasharray: 354.704345703125px;
    }
  
    100% {
      stroke-dashoffset: 0;
      stroke-dasharray: 354.704345703125px;
    }
  }
  
  @keyframes animate-svg-fill-11 {
    0% {
      fill: transparent;
    }
  
    100% {
      fill: rgb(35, 31, 32);
    }
  }
  
  .svg-elem-11 {
    animation: animate-svg-stroke-11 1s cubic-bezier(0.47, 0, 0.745, 0.715) 4.2s both,
                 animate-svg-fill-11 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 4.8s both;
  }
  
  @keyframes animate-svg-stroke-12 {
    0% {
      stroke-dashoffset: 953.087646484375px;
      stroke-dasharray: 953.087646484375px;
    }
  
    100% {
      stroke-dashoffset: 0;
      stroke-dasharray: 953.087646484375px;
    }
  }
  
  @keyframes animate-svg-fill-12 {
    0% {
      fill: transparent;
    }
  
    100% {
      fill: rgb(35, 31, 32);
    }
  }
  
  .svg-elem-12 {
    animation: animate-svg-stroke-12 1s cubic-bezier(0.47, 0, 0.745, 0.715) 4.32s both,
                 animate-svg-fill-12 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 4.9s both;
  }
  
  @keyframes animate-svg-stroke-13 {
    0% {
      stroke-dashoffset: 405.0830078125px;
      stroke-dasharray: 405.0830078125px;
    }
  
    100% {
      stroke-dashoffset: 0;
      stroke-dasharray: 405.0830078125px;
    }
  }
  
  @keyframes animate-svg-fill-13 {
    0% {
      fill: transparent;
    }
  
    100% {
      fill: rgb(35, 31, 32);
    }
  }
  
  .svg-elem-13 {
    animation: animate-svg-stroke-13 1s cubic-bezier(0.47, 0, 0.745, 0.715) 4.4399999999999995s both,
                 animate-svg-fill-13 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 5s both;
  }
  
  @keyframes animate-svg-stroke-14 {
    0% {
      stroke-dashoffset: 176.85235595703125px;
      stroke-dasharray: 176.85235595703125px;
    }
  
    100% {
      stroke-dashoffset: 0;
      stroke-dasharray: 176.85235595703125px;
    }
  }
  
  @keyframes animate-svg-fill-14 {
    0% {
      fill: transparent;
    }
  
    100% {
      fill: rgb(35, 31, 32);
    }
  }
  
  .svg-elem-14 {
    animation: animate-svg-stroke-14 1s cubic-bezier(0.47, 0, 0.745, 0.715) 4.5600000000000005s both,
                 animate-svg-fill-14 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 5.1s both;
  }
  
  @keyframes animate-svg-stroke-15 {
    0% {
      stroke-dashoffset: 445.64898681640625px;
      stroke-dasharray: 445.64898681640625px;
    }
  
    100% {
      stroke-dashoffset: 0;
      stroke-dasharray: 445.64898681640625px;
    }
  }
  
  @keyframes animate-svg-fill-15 {
    0% {
      fill: transparent;
    }
  
    100% {
      fill: rgb(35, 31, 32);
    }
  }
  
  .svg-elem-15 {
    animation: animate-svg-stroke-15 1s cubic-bezier(0.47, 0, 0.745, 0.715) 4.68s both,
                 animate-svg-fill-15 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 5.2s both;
  }
  
  @keyframes animate-svg-stroke-16 {
    0% {
      stroke-dashoffset: 370.78448486328125px;
      stroke-dasharray: 370.78448486328125px;
    }
  
    100% {
      stroke-dashoffset: 0;
      stroke-dasharray: 370.78448486328125px;
    }
  }
  
  @keyframes animate-svg-fill-16 {
    0% {
      fill: transparent;
    }
  
    100% {
      fill: rgb(35, 31, 32);
    }
  }
  
  .svg-elem-16 {
    animation: animate-svg-stroke-16 1s cubic-bezier(0.47, 0, 0.745, 0.715) 4.8s both,
                 animate-svg-fill-16 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 5.3s both;
  }
  
  @keyframes animate-svg-stroke-17 {
    0% {
      stroke-dashoffset: 155.1636505126953px;
      stroke-dasharray: 155.1636505126953px;
    }
  
    100% {
      stroke-dashoffset: 0;
      stroke-dasharray: 155.1636505126953px;
    }
  }
  
  @keyframes animate-svg-fill-17 {
    0% {
      fill: transparent;
    }
  
    100% {
      fill: rgb(35, 31, 32);
    }
  }
  
  .svg-elem-17 {
    animation: animate-svg-stroke-17 1s cubic-bezier(0.47, 0, 0.745, 0.715) 4.92s both,
                 animate-svg-fill-17 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 5.4s both;
  }
  
  @keyframes animate-svg-stroke-18 {
    0% {
      stroke-dashoffset: 1310.0155029296875px;
      stroke-dasharray: 1310.0155029296875px;
    }
  
    100% {
      stroke-dashoffset: 0;
      stroke-dasharray: 1310.0155029296875px;
    }
  }
  
  @keyframes animate-svg-fill-18 {
    0% {
      fill: transparent;
    }
  
    100% {
      fill: rgb(0, 174, 239);
    }
  }
  
  .svg-elem-18 {
    animation: animate-svg-stroke-18 1s cubic-bezier(0.47, 0, 0.745, 0.715) 5.04s both,
                 animate-svg-fill-18 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 5.5s both;
  }
  
  @keyframes animate-svg-stroke-19 {
    0% {
      stroke-dashoffset: 2078px;
      stroke-dasharray: 2078px;
    }
  
    100% {
      stroke-dashoffset: 0;
      stroke-dasharray: 2078px;
    }
  }
  
  @keyframes animate-svg-fill-19 {
    0% {
      fill: transparent;
    }
  
    100% {
      fill: rgb(255, 255, 255);
    }
  }
  
  .svg-elem-19 {
    animation: animate-svg-stroke-19 1s cubic-bezier(0.47, 0, 0.745, 0.715) 5.16s both,
                 animate-svg-fill-19 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 5.6s both;
  }
  

/* Logo Animation */