@font-face
{
	font-family:'helvetica_neue';
	src: url(./fonts/HelveticaNeueCyr-Roman.woff2) format('woff2');
}
:root
{
	--color-FLEX-logo-start: #FFF;
	--color-FLEX-logo-end: #FFF;

	--form-font: var(--font-family);
}

.js-loading *,
.js-loading *:before,
.js-loading *:after
{
	animation-play-state: paused !important;
}

body
{
	grid-template-rows: 283px minmax(399px, 1fr) 90px;
}
form
{
	position: relative;
}

@keyframes kf-FLEX-type
{
	0%
	{
		font-weight: normal;
	}
	30%
	{
		letter-spacing: 0px;
		margin-left: 0;
		font-weight:900;
		-webkit-text-stroke: 1px var(--color-FLEX-logo-start);
	}
	55%
	{
		letter-spacing: 0px;
		margin-left: 0;
		font-weight:900;
		-webkit-text-stroke: 1px var(--color-FLEX-logo-start);
	}
	100%
	{
		font-weight:normal;
		letter-spacing: 46px;
		margin-left: 24px;
	}
}
@keyframes kf-FLEX-move
{
	100%
	{
		bottom: 0;
	}
}
@keyframes kf-FLEX-text-color
{
	100%
	{
		color: var(--color-FLEX-logo-end);
	}
}
@keyframes kf-FLEX-logo-color
{
	100%
	{
		background: var(--color-FLEX-logo-end);
	}
}
#Page_Footer
{
	animation: kf-FLEX-move 500ms ease-out 2500ms forwards;
	bottom: 45%;
	height: 90px;
	position: absolute;
	width: 100%;
	z-index: 3;
}
#Page_Footer::before
{
	animation:
		kf-FLEX-type 1500ms ease-in-out forwards 200ms,
		kf-FLEX-text-color 1.5s ease-in-out 2s forwards;
	color: var(--color-FLEX-logo-start);
	content: "FLEX";
	font-family:sans-serif;
	font-size: 14px;
	left: 50%;
	letter-spacing: 46px;
	line-height: 16px;
	margin-left: 24px;
	position: absolute;
	top: 51px;
	transform: translateX(-50%);
}
#Page_Footer::after
{
	animation: kf-FLEX-logo-color 1.5s ease-in-out 2s forwards;
	background: var(--color-FLEX-logo-start);
	content: "";
	height: 100%;
	position: absolute;
	width: 100%;
	-webkit-mask: url(/_assets/images/ui/login/TVC_footer_200324_1425.png) 50% 0 no-repeat;
}

body:not(.Register) .register-only,
body.Register .login-only
{
	max-height: 0;
	max-width: 0;
	overflow: hidden;
	position: absolute;
    visibility: hidden;
}
button.login-only.register::before
{
    content: "register...";
}
button.forgot::before
{
	content: "forgot your login?";
}
button.register-only.cancel::before
{
    content: "cancel";
}
button.register-only.register::before
{
	content: "register";
}
button.login::before
{
	content: "login";
}

:root
{
	--help-delay-start: 4500ms;
}
.help-registration
{
	bottom: 50%;
	right: 50%;
	--help-title: "Registering for Site Access";
}

.browser-IE
{
	background: #C00;
	box-sizing: border-box;
	color: #FFF;
	font-size: 30px;
	left: 50%;
	min-width: 800px;
	text-align: center;
	transform: translateX(-50%);
	padding: 20px;
	position: absolute;
}
.browser-IE::before
{
	content: "Use of this site requires a modern web browser, such as\A Chrome, Firefox, MS Edge, or Safari.\A Internet Explorer is not supported.";
	white-space: pre-wrap;
}

/* ------------- Loggin style start here! ------ */

body {
	background-color: #000;
	overflow: hidden;
	font-family: var(--form-font);
	color: #fff;
	font-size: 16px;
	margin: 0;
	background-image: url(/_customers/images/ui/coit/coitbgbg.png);
	background-size: 600px;
	background-repeat: repeat;
}

.bodyBlack {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #000000;
	animation: 2s coitBodyBlackAni ease-out forwards;
	animation-delay: 3s;
	z-index: 1;
}

@keyframes coitBodyBlackAni {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

form {
	width: 440px;
	max-height: 505px;
	position: absolute;
  	top: 50%;
  	left: 50%;
  	transform: translate(-50%, -50%);
	text-align: center;
	border-radius: 4px;
	z-index: 2;
	color: #333;
	
	padding: 150px 20px 20px 20px;
	background-color: #fff;
	background-image:url(/_customers/images/ui/coit/coitBG.png);
	background-repeat: no-repeat;
	background-size: 400px;
	background-position: 20px 20px;

	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(5, 1fr);
	grid-column-gap: 0px;
	grid-row-gap: 0px;

	animation: coitFormAni 1s ease both;
	animation-delay: 5.5s;
}

@keyframes coitFormAni {
	0% {
		box-shadow: none;
		background-image: none;
		visibility: hidden;
	}
	50% {
		visibility: visible;
	}
	100% {
		box-shadow:  11px 11px 22px #3f3f3f,
             -11px -11px 22px #4e4e4e;
	}
} 

.formBox {
	width: 500px;
    background: #ffffff;
    height:480px;
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 1;
    animation: coitFormBoxAni 2s ease-in-out both;
    animation-delay: 4.5s;
    visibility: hidden;
}

@keyframes coitFormBoxAni {
    0% {
        height: 0px;
        top: 50%;
    }
    20% {
        visibility: visible;
    }
50% {
    height: 580px;
    top: 50%;
}
    100% {
        height: 0px;
        top: 75%;
        visibility: visible;
    }
}


.logo-logo {
	display: flex;
	position: absolute;
	top: 34%;
  	left: -20%;
  	transform: translate(-50%, -50%);
	animation: 3s coitLogoAni cubic-bezier(0.88, 0, 0.08, 0.95) forwards;
	animation-delay: 2.5s;
	z-index: 1;
}

@keyframes coitLogoAni {
	0% {
		left: -20%;
	}
	80% {
		left: 50%;
		opacity: 1;
	}
	100% {
		left:50%;
		opacity: 0;
	}
}

.logo-logo img {
	width: 100%;
}

.logo-one {
	width: 240px;
}

.logo-two {
	width: 240px;
	margin-left: 20px;
}

form div {
	font-size: 12px;
	text-align: left;
	grid-area: 1 / 1 / 2 / 2;
}

input {
	padding: 10px 20px;
	color: #333;
	font-size: 18px;
	outline: none;
	border: none;
	margin-top: 10px;
	border-radius: 2px;
	border: none;
	border-bottom: 1px solid #7a7a7a;
}

input[name="email"] {
	width: 400px;
	height: 50px;
	grid-area: 2 / 1 / 3 / 2;
}

input[name="password"] {
	width: 400px;
	height: 50px;
	grid-area: 3 / 1 / 4 / 2;	
}

input[name="code"] {
	width: 400px;
	height: 50px;
	grid-area: 4 / 1 / 5 / 2;
}

input[name="code"]::placeholder {
	color: #8D8D8D;
}

::placeholder {
	color: #999;
	font-family: var(--form-font);
	font-size: 14px;
	font-weight: 400;
}

button
{
	border: none;
	color: #FFF;
	cursor:pointer;
	font-family: var(--form-font);
	font-weight: 600;
	font-size: 18px;
	letter-spacing: .5px;
	text-transform: uppercase;
	outline: none;
	display: block;
	border-radius: 2px;
}

button.login-only.login {
	background: #59950C;
	height: 50px;
	width: 190px;
	cursor: pointer;
	grid-area: 5 / 1 / 6 / 2;
}

button.login-only.login:hover {
	background: #365a06;
	transition: 0.3s;
}

button.login-only.register {
	background: #087598;
	height: 50px;
	width: 200px;
	margin-left: 200px;
	cursor: pointer;
	display: block;
	grid-area: 5 / 1 / 6 / 2;
}

button.login-only.register:hover {
	background: #084d64;
	transition: 0.3s;
}

button.login-only.forgot {
	background: none;
	color: #333;
	width: 50%;
	text-align: left;
	font-weight: 400;
	line-height: 55px;
	cursor: pointer;
	font-size: 14px;
	grid-area: 6 / 1 / 8 / 2;
}

button.login-only.forgot:hover {
	color: #C00;
	font-weight: 400;
	transition: 0.3s;
}

button.register-only.register {
	background:#087598 ;
	width: 195px;
	height: 50px;
	grid-area: 6 / 1 / 7 / 2;
}

button.register-only.register:hover {
	background: #04475d;
}

button.register-only.cancel {
	background: #5C5C5D;
	width: 195px;
	height: 50px;
	margin-left: 205px;
	grid-area: 6 / 1 / 7 / 2;
}
button.register-only.cancel:hover {
	background: #000;
	transition: 0.3s;
}

/* ======= */
.wrapper {
	height: 100%;
	width: 100%;
	position: absolute;
	background-color: #000000d5;
}

.wrapper div {
	height: 60px;
	width: 60px;
	border: 2px solid rgba(255, 255, 255, 0.7);
	border-radius: 50px;
	position: absolute;
	top: 10%;
	left: 10%;
	animation: 4s linear infinite;
	opacity: .2;
}

div .dot {
	height: 10px;
	width: 10px;
	border-radius: 50px;
	background: rgba(255, 255, 255, 0.5);
	position: absolute;
	top: 20%;
	right: 20%;	
}
  
.wrapper div:nth-child(1) {
	top: 20%;
	left: 20%;
	animation: animate 8s linear infinite;
}
.wrapper div:nth-child(2) {
	top: 60%;
	left: 80%;
	animation: animate 10s linear infinite;
}
.wrapper div:nth-child(3) {
	top: 40%;
	left: 40%;
	animation: animate 3s linear infinite;
}
.wrapper div:nth-child(4) {
	top: 66%;
	left: 30%;
	animation: animate 7s linear infinite;
}
.wrapper div:nth-child(5) {
	top: 90%;
	left: 10%;
	animation: animate 9s linear infinite;
  }
  .wrapper div:nth-child(6) {
	top: 30%;
	left: 60%;
	animation: animate 5s linear infinite;
  }
  .wrapper div:nth-child(7) {
	top: 70%;
	left: 20%;
	animation: animate 8s linear infinite;
  }
  .wrapper div:nth-child(8) {
	top: 75%;
	left: 60%;
	animation: animate 10s linear infinite;
  }
  .wrapper div:nth-child(9) {
	top: 50%;
	left: 50%;
	animation: animate 6s linear infinite;
  }
  .wrapper div:nth-child(10) {
	top: 45%;
	left: 20%;
	animation: animate 10s linear infinite;
  }
  .wrapper div:nth-child(11) {
	top: 10%;
	left: 90%;
	animation: animate 9s linear infinite;
  }
  .wrapper div:nth-child(12) {
	top: 20%;
	left: 70%;
	animation: animate 7s linear infinite;
  }
  .wrapper div:nth-child(13) {
	top: 20%;
	left: 20%;
	animation: animate 8s linear infinite;
  }
  .wrapper div:nth-child(14) {
	top: 60%;
	left: 5%;
	animation: animate 6s linear infinite;
  }
  .wrapper div:nth-child(15) {
	top: 90%;
	left: 80%;
	animation: animate 9s linear infinite;
  }
  @keyframes animate {
	0% {
	  transform: scale(0) translateY(0) rotate(70deg);
	}
	100% {
	  transform: scale(1.3) translateY(-100px) rotate(360deg);
	}
  }
  

/* ======= */

/* ------------- Loggin style ends here! ------ */