:root
{
	--color-FLEX-logo-start: #FF754B;
	--color-FLEX-logo-end: #00B371;
}
.help-registration
{
	bottom: 70%;
	right: 30%;
	--help-title: "Registering for Site Access";
}

body {
    overflow: hidden;
    padding: 0;
    margin: 0;
}
.top-bg, .bot-bg {
    position: fixed;
    width: 40%;
    height: 300px; 
}
.top-bg {    
    background: url(/_customers/images/ui/KindlyMD/top-bg.svg);
    animation: slide-in-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 9.5s both;
    top: 0;
    left: 0;   
    background-repeat: no-repeat;
    background-size: 100%;
    position: relative;
    z-index: -1;
    min-height: 325px;
}
.bot-bg {
    background: url(/_customers/images/ui/KindlyMD/bot-bg.svg);
    animation: slide-in-bottom 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 9.5s both;
    right: 0;
    bottom: 0;   
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom right;
    height: -webkit-fill-available;
}

@keyframes slide-in-top {
    0% {
      transform: translateY(-1000px);
      opacity: 0;
    }
    100% {
      transform: translateY(0);
      opacity: 1;
    }
}  

@keyframes slide-in-bottom {
    0% {
      transform: translateY(1000px);
      opacity: 0;
    }
    100% {
      transform: translateY(0);
      opacity: 1;
    }
}
  
.frontLogo {
    animation: .5s logoAniMain ease-in-out 9s both;
    width: 100%;
    height: fit-content;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 10;
}

@keyframes logoAniMain {
    0% {
        left: 0%;
        transform: scale(1);
    }   
       
    100% {
        left: -50%;
        transform: scale(.4);
    }
}

.frontLogo svg {
    width: 80%;
    height: fit-content;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    animation: 3s logoAni ease-in-out 3s both;
}

@keyframes logoAni {
    0% {
        left: 35%;
    }   
    80% {
        left: 35%;
    }    
    100% {
        left: 0%;
    }
}

:root {
    --animation-delay: 6s;
}

.svg-elem-4,  .svg-elem-5,  .svg-elem-6,  .svg-elem-7,  .svg-elem-8,  .svg-elem-9,  
.svg-elem-10, .svg-elem-11, .svg-elem-12, .svg-elem-13, .svg-elem-14  
{
    animation: slide-in-right 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@keyframes slide-in-right {
    0% {
      transform: translateX(1000px);
      opacity: 0;
      filter: blur(16px);
    }
    100% {
      transform: translateX(0);
      opacity: 1;
      filter: blur(0);
    }
}

.svg-elem-4 {    animation-delay: calc(var(--animation-delay) + 0.1s);  }
.svg-elem-5 {    animation-delay: calc(var(--animation-delay) + 0.2s);  }
.svg-elem-6 {    animation-delay: calc(var(--animation-delay) + 0.3s);  }
.svg-elem-7 {    animation-delay: calc(var(--animation-delay) + 0.4s);  }
.svg-elem-8 {    animation-delay: calc(var(--animation-delay) + 0.5s);  }
.svg-elem-9 {    animation-delay: calc(var(--animation-delay) + 0.6s);  }
.svg-elem-10 {   animation-delay: calc(var(--animation-delay) + 0.7s);  }
.svg-elem-11 {   animation-delay: calc(var(--animation-delay) + 0.8s);  }
.svg-elem-12 {   animation-delay: calc(var(--animation-delay) + 0.9s);  }
.svg-elem-13 {   animation-delay: calc(var(--animation-delay) + 1.0s);  }
.svg-elem-14 {   animation-delay: calc(var(--animation-delay) + 1.1s);  }


/*  */

@keyframes animate-svg-stroke-1 {
    0% {
      stroke-dashoffset: 1276.375244140625px;
      stroke-dasharray: 1276.375244140625px;
    }
  
    100% {
      stroke-dashoffset: 0;
      stroke-dasharray: 1276.375244140625px;
    }
}
  
@keyframes animate-svg-fill-1 {
    0% {
      fill: transparent;
    }
  
    100% {
      fill: rgb(16, 176, 121);
    }
}
  
.svg-elem-1 {
    animation: animate-svg-stroke-1 0.8s 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: 1531.489990234375px;
      stroke-dasharray: 1531.489990234375px;
    }
  
    100% {
      stroke-dashoffset: 0;
      stroke-dasharray: 1531.489990234375px;
    }
}
  
@keyframes animate-svg-fill-2 {
    0% {
      fill: transparent;
    }
  
    100% {
      fill: rgb(1, 80, 65);
    }
}
  
.svg-elem-2 {
    animation: animate-svg-stroke-2 0.8s 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: 950.7609813841175px;
      stroke-dasharray: 950.7609813841175px;
    }
  
    100% {
      stroke-dashoffset: 0;
      stroke-dasharray: 950.7609813841175px;
    }
}
  
@keyframes animate-svg-fill-3 {
    0% {
      fill: transparent;
    }
  
    100% {
      fill: rgb(244, 126, 88);
    }
}
  
.svg-elem-3 {
    animation: animate-svg-stroke-3 0.8s 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: 577.5460815429688px;
      stroke-dasharray: 577.5460815429688px;
    }  
    100% {
      stroke-dashoffset: 0;
      stroke-dasharray: 577.5460815429688px;
    }
}
  
/* FORM BEGIN ------------------------------------------------------- */
body::before {
  display: none;
}
form {
border-radius: 0px;
box-shadow: 0 0px 0px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(5.3px);
-webkit-backdrop-filter: blur(5.3px);
border: 1px solid rgba(255, 255, 255, 1);

display: grid;
padding: 100px 50px 100px 50px;	
position: fixed;
bottom: 0;
top: 0;
right: 10%;
margin: auto;
min-height: 340px;
max-height: 300px;
height: min-content;
min-width: 390px;
width: fit-content;
background: url(/_customers/images/ui/KindlyMD/login.svg) rgba(241, 241, 241, 33%);
background-position: left 50px top 45px;
background-repeat: no-repeat;
background-size: 100px;
color: #000;
z-index: 7;
animation: formAni 1s cubic-bezier(0.390, 0.575, 0.565, 1.000) 9s both;
}

@keyframes formAni {
	0% {
		opacity: 0;
		filter: blur(16px);
	}
	100% {
		opacity: 1;
		filter: blur(0);
	}
}
form div {
	font-size: 12px;
	text-align: left;
	/* grid-area: 6 / 1 / 9 / 2; */
    grid-area: 6 / -2 / 1 / 1;
	margin-top: 40px;
	color: #222;
    font-family: Helvetica, sans-serif;
	font-style: normal;
	padding:10px;
	letter-spacing: 1px;
}

input {
	padding: 10px 20px;
	color: #333;
	background: #fafafa;
	border-bottom: 1px solid #adadad;
    border-top: unset;
    border-left: unset;
    border-right: unset;
	font-size: 14px;
	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: #FF754B;
	cursor: pointer;
    display: block;
	grid-area: 4 / 1 / 6 / 2;
}

button.login-only.login:hover {
	background: #ff6030;
	transition: 0.3s;
}

button.login-only.register {
	background: #00B371;
	margin-left: 205px;
	cursor: pointer;
	display: block;
	grid-area: 4 / 1 / 6 / 2;
}

button.login-only.register:hover {
	background: #008f5a;
	transition: 0.3s;
}

button.login-only.forgot {
	background: none;
	color: #015041;
	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:#008ec7;
	color: #fff;
	grid-area: 5 / 1 / 7 / 2;
}

button.register-only.register:hover {
	background: #90dfff;
	color: #fff;
	transition: 0.3s;
}

button.register-only.cancel {
	background: #ff5a4f;
	margin-left: 205px;
	grid-area: 5 / 1 / 7 / 2;
}

button.register-only.cancel:hover {
	background: #ff9c95;
	transition: 0.3s;
}

/* RESPONSIVE */

@media screen and (width <= 950px) {
    .frontLogo svg {
      display: none;
  }

  form {
    animation: formAni 1s cubic-bezier(0.390, 0.575, 0.565, 1.000) 3s both;
    background: url(/_customers/images/ui/KindlyMD/LOGO.svg);
    background-repeat: no-repeat;
    background-position: left 50px top 20px;
    background-size: 260px;
    right: 5%;
    min-height: 450px;
  }

  form div {
    font-size: 12px;
    text-align: left;
    grid-area: 6 / 1 / 9 / 2;
    margin-top: 40px;
    color: #222;
    font-family: Helvetica, sans-serif;
    font-style: normal;
    padding: 10px;
    letter-spacing: 1px;
  }

}