body    {
    margin: 0;
    padding: 0;
    overflow: hidden;
    min-width: 420px;
}
:root
{
	--color-FLEX-logo-start: #DA327D;
	--color-FLEX-logo-end: #FFF;
}
#Page_Footer {
    z-index: 3;
}

.frontContainer {
    width: 400px;
    height: 550px;
    position: absolute;
    left: 0;
    right: 0;
    top: calc(0% + 50%);
    margin: auto;
    z-index: 2;
}

.frontLogo img {
    width: 400px;
    height: 90px;
    position: relative;
    top: 0;
    animation: 3s footPrint ease both;
    animation-delay: calc(var(--anima-delay) + 4s);
}

.footPrintContainer {
    width: 106px;
    height: 600px;
    position: absolute;
    top: 0px;
    left: 61px;
}

.footBox {
    width: 106px;
    height: 54px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
}

.foot_left {
    width: 53px;
    height: 54px;
}

.foot_left img {
    width: 52px;
    height: 54px;
    left: -1px;
    position: relative;
}

.foot_right {
    width: 53px;
    height: 54px;
}

.foot_right img {
    width: auto;
    height: 68px;
    position: relative;
    left: -7px;
    top: -7px;
}

.footBox:not(:first-child) {
    margin-top: 30px;
}

@keyframes footPrint {
    0%      {   opacity: 0; }
    50%     {   opacity: 1; }
    80%     {   opacity: 1; }
    100%    {   opacity: 0; }
}
:root {
    --anima-delay: 2.5s;
}

.footBox:nth-child(1) .foot_left img    { /* ---- 01 ---- */
    animation: 3s footPrint ease both;
    animation-delay: calc(var(--anima-delay) + 2.30s);
}
.footBox:nth-child(1) .foot_right img   { /* ---- 03 ---- */
    animation: 3s footPrint ease both;
    animation-delay: calc(var(--anima-delay) + 2s);
}

.footBox:nth-child(2) .foot_left img   { /* ---- 02 ---- */
    animation: 2s footPrint ease both;
    animation-delay: calc(var(--anima-delay) + 1.80s);
}
.footBox:nth-child(3) .foot_right img   { /* ---- 03 ---- */
    animation: 2s footPrint ease both;
    animation-delay: calc(var(--anima-delay) + 1.60s);
}
.footBox:nth-child(4) .foot_left img   { /* ---- 04 ---- */
    animation: 2s footPrint ease both;
    animation-delay: calc(var(--anima-delay) + 1.40s);
}
.footBox:nth-child(5) .foot_right img   { /* ---- 05 ---- */
    animation: 2s footPrint ease both;
    animation-delay: calc(var(--anima-delay) + 1.20s);
}
.footBox:nth-child(6) .foot_left img   { /* ---- 06 ---- */
    animation: 2s footPrint ease both;
    animation-delay: calc(var(--anima-delay) + 1s);
}
.footBox:nth-child(7) .foot_right img   { /* ---- 07 ---- */
    animation: 2s footPrint ease both;
    animation-delay: calc(var(--anima-delay) + .80s);
}
.footBox:nth-child(8) .foot_left img   { /* ---- 08 ---- */
    animation: 2s footPrint ease both;
    animation-delay: calc(var(--anima-delay) + .60s);
}
.footBox:nth-child(9) .foot_right img   { /* ---- 09 ---- */
    animation: 2s footPrint ease both;
    animation-delay: calc(var(--anima-delay) + .40s);
}
.footBox:nth-child(10) .foot_left img   { /* ---- 10 ---- */
    animation: 2s footPrint ease both;
    animation-delay: calc(var(--anima-delay) + .20s);
}
/* LOGO BOTTOM RIGHT */
.frontLogo-bottom {
    background: url(/_customers/images/ui/WoofGangBakery/newLogo.png);
    background-size: 260px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: 20px;
    bottom: 20px;
    width:300px;
    min-height: 68px;
}
/* LOGO BOTTOM RIGHT */

/* ---------------------- PINK BOX */
@keyframes scale-down-ver-center {
    0% {
      height: 100vh;
      background: #fff;
    }
    100% {
      height: 500px;
      background: #da327eee;
    }
}

.pinkBox {
    width: 100%;
    height: 100vh;
    min-height: 500px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
    animation: scale-down-ver-center 0.8s cubic-bezier(0.250, 0.460, 0.450, 0.940) 8.8s both;
}

.boxLeft {
    position: relative;
    width: 50%;
}
.boxRight {
    position: relative;
    width: 50%;    
}

.boxRight img {
    width: auto;
    height: 400px;
    animation: .5s Opac ease 9.2s both;
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.boxLeft img {
    width: 550px;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    animation: .5s Opac ease 9.2s both;
}
@keyframes Opac {
    0%      {   opacity: 0; }
    100%    {   opacity: 1; }
}

/* ------- VIDEO ------------------------------------------- */

.frontVideo video {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%; 
  min-height: 100%;
}
.frontVideo::after {
    position: absolute;
    width: 100%;
    height: 100vh;
    background: #000000c2;
    content: "";
}

/* ------ FORM ------------------------------------------- */

form {
	display: grid;    
	padding: 70px 10px 30px 10px;
	background: url(/_customers/images/ui/WoofGangBakery/login.svg);
    background-repeat: no-repeat;
    background-position: top left 10px;
	position: fixed;
	top: 0;
	left: 0;
	right: calc(0% + -50%);
	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);
	
	z-index: 3;
	animation: formAni 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) 9s 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: 20px;
	color: #fff;
	font-style: normal;
	padding:10px;
	letter-spacing: 1px;
}

input {
	padding: 10px 20px;
	color: #333;
	background: transparent;
    border: none;
	border-bottom: 1px solid #ffffff;
	font-size: 18px;
	outline: none;
	margin-top: 10px;
	width: 400px;
	height: 40px;
    border-radius: 3px;
}

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: #fff;
}

::placeholder {
	color: #fff;
	font-family: var(--form-font);
	font-size: 14px;
	font-weight: 400;
}

button
{
	border: none;
	color: #222;
	cursor:pointer;
	font-family: system-ui;
	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: #133a6a;
    color: #fff;
	cursor: pointer;
    display: block;
	grid-area: 4 / 1 / 6 / 2;
}

button.login-only.login:hover {
	background: #da538e;
	transition: 0.3s;
}

button.login-only.register {
	background: #FFE0B5;
	margin-left: 205px;
	cursor: pointer;
	display: block;
	grid-area: 4 / 1 / 6 / 2;
}

button.login-only.register:hover {
	background: #d8eff8;
	transition: 0.3s;
}

button.login-only.forgot {
	background: none;
	color: #ddd;
	width: 50%;
	text-align: left;
	font-weight: 600;
	line-height: 20px;
	cursor: pointer;
	font-size: 12px;
	grid-area: 5 / 1 / 8 / 2;
	margin-top: 30px;
	height: 20px;
    text-transform: capitalize;
}

button.login-only.forgot:hover {
	color: #fff;
	transition: 0.3s;
}

button.register-only.register {
	background:#133a6a;
	color: #fff;
	grid-area: 5 / 1 / 7 / 2;
}

button.register-only.register:hover {
	background: #15BEF0;
	color: #333;
	transition: 0.3s;
}

button.register-only.cancel {
	background: #FFE0B5;
	margin-left: 205px;
	grid-area: 5 / 1 / 7 / 2;
}

button.register-only.cancel:hover {
	background: #383838;
    color: #fff;
	transition: 0.3s;
}


/* RESPONSIVE -------------------------------------- */

@media screen and (width <= 835px) {
    .boxLeft img {
        display: none;
    }
    form { 
        right: 0;
    }
}
@media screen and (width <= 400px) {
    body {
        overflow-x: auto;
    }
}






