body {  
    overflow: hidden;
    padding: 0;
    margin: 0;
}

body::before  {
  display: none;
}

  :root
{
	--color-FLEX-logo-start: #fff;
	--color-FLEX-logo-end: #333;
}

#Page_Footer
{
	z-index: 5;
}

/* Left Box start */
.leftBox video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
  
.leftBox {
    width: 40%;
    height: 100%;
    background: #333;
    position: absolute;
    top: 0;
    left: 0;
    background: url(/_customers/images/ui/Rowan/Flex-Site-Imag_1.png);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: cover;
    animation: slide-in-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 3s both;
}
  
@keyframes slide-in-left {
    0% {
      transform: translateX(-1000px);
      opacity: 0;
    }
    100% {
      transform: translateX(0);
      opacity: 1;
    }
}  

.leftBox-logo {
  width: 400px;
  height: 100px;
  position: fixed;
  bottom: 0; 
  right: 0;
  background: url(/_customers/images/ui/Rowan/logo-white.svg);
  background-position: center;
  background-size: 300px;
  background-repeat: no-repeat;
}
  
/* Left Box end */  
.lineLeft, .lineRight {
    width: 100%;
    height: 20%;
    min-height: 200px;
    background: #F4D3D6;
    position: relative;
    display: block;
}
:root {
    --animation-delay: 5s;
}
  .lineLeft {  
    animation: slide-out-left 0.5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
    animation-delay: var(--animation-delay);
  }
  .lineRight {
    animation: slide-out-right 0.5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
    animation-delay: var(--animation-delay);
  }
  .lineLeft:nth-child(1) {  
    animation-delay: calc(var(--animation-delay) + .1s);
  }
  .lineRight:nth-child(2) {  
    animation-delay: calc(var(--animation-delay) + .2s);
  }
  .lineLeft:nth-child(3) {
    animation-delay: calc(var(--animation-delay) + .3s);
  }
  .lineRight:nth-child(4) {
    animation-delay: calc(var(--animation-delay) + .4s);
  }
  .lineLeft:nth-child(5) {
    animation-delay: calc(var(--animation-delay) + .5s);
  }
  
  /* <-- Left */
  @keyframes slide-out-left {
    0% {
      transform: translateX(0);
      opacity: 1;
    }
    100% {
      transform: translateX(-1000px);
      opacity: 0;
    }
  }
  
  /* Right ---> */
  @keyframes slide-out-right {
    0% {
      transform: translateX(0);
      opacity: 1;
    }
    100% {
      transform: translateX(1000px);
      opacity: 0;
    }
  }
  

  
  @keyframes bgAni {
      0%      {  opacity: 0; }
      40%     {  opacity: 1; }
      90%     {  opacity: 1; }
      100%    {  opacity: 0; }
  }
  
  @keyframes bgAni-1 {
      0%      {  opacity: 1; }
      100%    {  opacity: 0; }
  }
/*   
 
  
  /* Front LOGO Start here! */
  .frontLogo {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: fit-content;
    height: fit-content;
    /* animation: slide-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 10s both; */
    animation: 1s bgAni-1 ease-out 5s both;
  }

  
  :root {
    --animation-delai-2: 3s;
  }
  .frontLogo svg path {
    animation: scale-down-center .8s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation-delay: var(--animation-delai-2);
    fill: #F9423A;
  }
  @keyframes scale-down-center {
    0% {
        transform: rotateY(30deg) translateY(-300px) skewY(-30deg);
        opacity: 0;
      }
    
    100% {
        transform: rotateY(0deg) translateY(0) skewY(0deg);
        opacity: 1;
      }         
  }
  
  .frontLogo svg path:nth-child(1) {
    animation-delay: calc(var(--animation-delai-2) + .2s);
  }
  .frontLogo svg path:nth-child(2) {
    animation-delay: calc(var(--animation-delai-2) + .4s);
  }
  .frontLogo svg path:nth-child(5) {
    animation-delay: calc(var(--animation-delai-2) + .6s);
  }
  .frontLogo svg path:nth-child(4) {
    animation-delay: calc(var(--animation-delai-2) + .8s);
  }
  .frontLogo svg path:nth-child(3) {
    animation-delay: calc(var(--animation-delai-2) + 1s);
  }
  

  /* LOGIN */

  
form {
	display: grid;
	padding: 65px 20px 30px 20px;	
	position: fixed;
	top: 0;
	right: 15%;
	bottom: 0;
	margin: auto;
	min-height: 240px;
	max-height: 300px;
	height: min-content;
	min-width: 390px;
	width: fit-content;
  background: url(/_customers/images/ui/Rowan/Login.png);
  background-repeat: no-repeat;
  background-position: left 20px top 0;
  background-size: 100px;

	color: #000;
	border-radius: 4px;
	z-index: 3;
	animation: formAni 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) 5.5s both;
}

@keyframes formAni {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

form div {
	font-size: 12px;
	text-align: left;
	grid-area: 4 / 1 / 9 / 1;
	margin-top: 40px;
	color: #000000;
	font-style: normal;
	padding:0px;
	letter-spacing: 0px;
	position: absolute;
	right: 50px;
	top: 100px;
}

input {
	padding: 10px 20px;
	color: #333;
	background: #fff;
  border: none;
	border-bottom: 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: #750538;
	color: #fff;	
	cursor: pointer;
    display: block;
	grid-area: 4 / 1 / 6 / 2;
}

button.login-only.login:hover {
	background: #750538;
	transition: 0.3s;
    transform: translateY(-2px);
}

button.login-only.register {
	background: #F8423A;
	margin-left: 205px;
	cursor: pointer;
	display: block;
	grid-area: 4 / 1 / 6 / 2;
}

button.login-only.register:hover {
	background: #F8423A;
	transition: 0.3s;
    transform: translateY(-2px);
}

button.login-only.forgot {
	background: none;
	color: #0081C6;
	width: 50%;
	text-align: left;
	font-weight: 400;
	line-height: 20px;
	cursor: pointer;
	font-size: 13px;
	grid-area: 5 / 1 / 8 / 2;
	margin-top: 36px;
	height: 20px;
}

button.login-only.forgot:hover {
	color: #000000;
	font-weight: 400;
	transition: 0.3s;
}

button.register-only.register {
	background:#F44336;
	color: #fff;
	grid-area: 5 / 1 / 7 / 2;
}

button.register-only.register:hover {
	background: #f52718;
	color: #fff;
	transition: 0.3s;
}

button.register-only.cancel {
	background: #8c2f44;
	margin-left: 205px;
	grid-area: 5 / 1 / 7 / 2;
}

button.register-only.cancel:hover {
	background: #bb2548;
	transition: 0.3s;
}
/* LOGIN END */