:root
{
	--color-FLEX-logo-start: #333;
	--color-FLEX-logo-end: #333;
}
body {  overflow: hidden;   }
/* FORM LOGIN */

form {
	display: grid;
	padding: 100px 20px 30px 20px;
	background: url(/_customers/images/ui/MedstarHealth/logo-3.svg);
    background-position: left 20px top 0px;
    background-repeat: no-repeat;
    background-size: 200px;
	position: fixed;
    margin: auto;
	bottom: 0;
    top: 0;
    left: 60%;
	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) 10s 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; */
    /* grid-area: 6 / -2 / 1 / 1; */
	margin-top: 40px;
	color: #333;
    font-family: Helvetica, sans-serif;
	font-style: normal;
	padding:10px;
	letter-spacing: 1px;
}

input {
	padding: 10px 20px;
	color: #333;
	background: #fff;
	border-bottom: 1px solid #adadad;
    border-top: unset;
    border-left: unset;
    border-right: unset;
	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: #FCD900;
	color: #000;	
	cursor: pointer;
    display: block;
	grid-area: 4 / 1 / 6 / 2;
}

button.login-only.login:hover {
	background: #ca2d06;
	transition: 0.3s;
}

button.login-only.register {
	background: #002664;
    color: #FFF;
	margin-left: 205px;
	cursor: pointer;
	display: block;
	grid-area: 4 / 1 / 6 / 2;
}

button.login-only.register:hover {
	background: #0ba57c;
	transition: 0.3s;
}

button.login-only.forgot {
	background: none;
	color: #002664;
	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:#8CC63F;
	color: #fff;
	grid-area: 5 / 1 / 7 / 2;
}

button.register-only.register:hover {
	background: #15BEF0;
	color: #fff;
	transition: 0.3s;
}

button.register-only.cancel {
	background: #136BBC;
	margin-left: 205px;
	grid-area: 5 / 1 / 7 / 2;
}

button.register-only.cancel:hover {
	background: #383838;
	transition: 0.3s;
}
/* FORM LOGIN */
.frontCircle::before {
    width: 540px;
    height: 540px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: -6%;
    content: " ";
    display: block;
    border-radius: 561px;
    background: transparent;
    border: 50px solid #FFF;
    z-index: 2;
}
.frontCircle {
    width: 561px;
    height: 561px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 50%;
    flex-shrink: 0;
    border-radius: 100%;
    background: #003181;
    animation: formAni 0.4s cubic-bezier(0.390, 0.575, 0.565, 1.000) 10.5s both;
}
.frontDoc {
    left: 60px;
    top: 120px;
    position: relative;
}
.frontDoc img {
    position: relative;
    height: 450px;
    flex-shrink: 0;
    z-index: 1;
}

.upperLine {
    width: 100%;
    height: 500px;
    position: relative;
    top: 0;
    left: 0;
    z-index: 3;
}

.frontBox {
    position: absolute;
    width: 50%;
    height: fit-content;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    animation: 2s frontBox ease-in both;
    animation-delay: calc(var(--animation-delay) + 4s);
    z-index: -1;
}
@keyframes frontBox {
    0% { opacity: 1;  }
       
    100% {  opacity: 0;  }
}
:root {
    --animation-delay: 3s;
}

@keyframes FrontText {
    0% {    opacity: 0;
            filter: blur(16px);
            transform: scaleX(2); }

    100% {  opacity: 1;
            filter: 0;
            transform: scaleX(1); }
}
@keyframes LogoBoxAni {
    0% {    opacity: 0;
            filter: blur(16px);
            transform: rotateY(80deg) }

    100% {  opacity: 1;
            filter: blur(0px);
            transform: rotateY(0) }
}

path.LogoLeftBox {
    animation: 1s LogoBoxAni ease-in both;
    animation-delay: calc(var(--animation-delay) + 1.6s)
}
path.LogoRightBox {
    animation: 1s LogoBoxAni ease-in both;
    animation-delay: calc(var(--animation-delay) + 2s);
}
path.LogoText {   opacity: 0;  }

path.LogoText:nth-child(1) {
    animation: .5s FrontText ease-in both;
    animation-delay: calc(var(--animation-delay) + 0s);
}
path.LogoText:nth-child(2) {
    animation: .5s FrontText ease-in both;
    animation-delay: calc(var(--animation-delay) + 0.2s);
}
path.LogoText:nth-child(3) {
    animation: .5s FrontText ease-in both;
    animation-delay: calc(var(--animation-delay) + 0.3s);
}
path.LogoText:nth-child(4) {
    animation: .5s FrontText ease-in both;
    animation-delay: calc(var(--animation-delay) + 0.4s);
}
path.LogoText:nth-child(5) {
    animation: .5s FrontText ease-in both;
    animation-delay: calc(var(--animation-delay) + 0.5s);
}
path.LogoText:nth-child(6) {
    animation: .5s FrontText ease-in both;
    animation-delay: calc(var(--animation-delay) + 0.6s);
}
path.LogoText:nth-child(7) {
    animation: .5s FrontText ease-in both;
    animation-delay: calc(var(--animation-delay) + 0.7s);
}
path.LogoText:nth-child(8) {
    animation: .5s FrontText ease-in both;
    animation-delay: calc(var(--animation-delay) + 0.8s);
}
path.LogoText:nth-child(9) {
    animation: .5s FrontText ease-in both;
    animation-delay: calc(var(--animation-delay) + 0.9s);
}
path.LogoText:nth-child(10) {
    animation: .5s FrontText ease-in both;
    animation-delay: calc(var(--animation-delay) + 1.1s);
}
path.LogoText:nth-child(11) {
    animation: .5s FrontText ease-in both;
    animation-delay: calc(var(--animation-delay) + 1.2s);
}
path.LogoText:nth-child(12) {
    animation: .5s FrontText ease-in both;
    animation-delay: calc(var(--animation-delay) + 1.3s);
}
path.LogoText:nth-child(13) {
    animation: .5s FrontText ease-in both;
    animation-delay: calc(var(--animation-delay) + 1.4s);
}