:root {
	--info: #afcbe4;
	--succes: #BBD53A;
	--warning: #dfca11;
	/*--error: #FF646D;*/
	--error: #F6002E;
}


* {
	font-family: 'Open Sans', Arial, sans-serif;
}

html, body {
	overflow: hidden;
	width: 100%;
	height: 100%;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: -moz-none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

html:root > * {
	cursor: url('../img/cursor.png'), auto !important;
}

/* IE */
.IE {
	cursor: url('../img/cursor.cur'), auto !important;
}


body {
    background-image: url('../images/loginBG/bg-16.jpg');
	background-size: cover;
}


@media (max-width: 800px) {
	html, body {
		overflow: visible;
		overflow-x: hidden !important;
	}

	body {
		background-position: 70% center;
		background-attachment: fixed;
	}
}



#internet {
	display: none;
	*zoom: 1;
	position: fixed;
	z-index: 999999;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	opacity: 1;
	background: rgba(255,255,255, .5);
}

#internet div {
	width: 100%;
	height: 100%;
	overflow: hidden;
	display: table;
	table-layout: fixed;
}
#internet div div {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

#internet div div p {
	margin: 0 0 15px 0;
	padding: 10px;
	background: rgba(255,255,255, .8);
	box-shadow: 0 1px 1px rgba(0,0,0, .2);
	font-weight: bold;
}





#customBackground.active {
	-webkit-filter: blur(10px);
	        filter: blur(10px);
}

#customBackground.active:after {
	visibility: visible;
	opacity: .5;
}

#customBackground {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	background-size: cover;
	height: 100%;
	transition: background-image .55s;
}

#customBackground:after {
	content: "";
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	position: fixed;
	background-color: #000;
	visibility: hidden;
	opacity: 0;
	transition: opacity .25s ease-in;
	will-change: opacity;
}



.bg-shadow {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	opacity: 0.2;
	background-size: 100%;
	background-image: -moz-radial-gradient(500px, rgba(0, 0, 0, 0), #000000);
	background-image: -webkit-radial-gradient(500px, rgba(0, 0, 0, 0), #000000);
	background-image: radial-gradient(500px, rgba(0, 0, 0, 0), #000000);
}



.container {
	position: relative;
	z-index: 10;
	margin: 0 auto;
	width: 100%;
	max-width: 380px;
	padding: 10px;
	font-size: 14px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #222;
}



#message {
	margin: 0 auto;
	padding: 6px 2px;
	font-weight: 600;
	font-size: 16px;
	color: #222;
	clear: both;
	word-wrap: break-word;
	border-radius: 5px;
}

#message a {
	color: #fff;
}

#message.info {
	background: var(--info);
	color: #fff;
}

#message.succes {
	background: var(--succes);
	color: #fff;
}

#message.warning {
	background: var(--warning);
}

#message.error {
	background-color: var(--error);
	color: #fff;
}

@keyframes logo-top-animation {
	from {
		top: -600px;
		opacity: 0;
	}

	to {
		top: 0;
		opacity: 1;
	}
}

@keyframes logo-left-animation {
	from {
		right: 0;
		opacity: 1;
	}

	to {
		right: -600px;
		opacity: 0;
	}
}

#logo-wrapper {
	margin: 0 auto;
	text-align: center;
	min-width: 160px;
    width: 60%;
}

#logo {
	animation: logo-top-animation 1s ease;
	position: relative;
	padding: 10px 10px 20px 10px;
	cursor: move;
	width: 100%;
	-webkit-filter: drop-shadow(0 8px 5px rgba(0, 0, 0, 0.2));
			filter: drop-shadow(0 8px 5px rgba(0, 0, 0, 0.2));
}

#logo.logo-left {
	animation: logo-left-animation 1s ease;
}

#form-wrapper {
	position: relative;
	padding: 15px 20px 10px 20px;
	border-radius: 0 0 7px 7px;
	-webkit-filter: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1));
	        filter: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1));
	text-align: center;
	background: rgba(255, 255, 255, 0.6);
	/*background: rgba(255, 255, 255, 0.6) url(https://mirusmed.com/wp-content/uploads/2018/11/White-Abstract-Wallpapers-Gallery-89-Plus-PIC-WPW405898-1.png) center center no-repeat;
	background-size: cover;*/
	/*
	https://mirusmed.com/wp-content/uploads/2018/11/White-Abstract-Wallpapers-Gallery-89-Plus-PIC-WPW405898-1.png
	https://stmed.net/sites/default/files/white-wallpapers-25354-2757189.jpg
	https://i.ya-webdesign.com/images/bokeh-png-4.png
	*/
}


#form-wrapper.x-ray::after {
	--animation-name: x-ray-indicator;
	content: "";
	position: absolute;
	bottom: -5px;
	left: 5px;
	height: 5px;
	width: 100px;
	max-width: 100px;
	border-radius: 0 0 5px 5px;
	background: #BBD53A;
}

#form-wrapper.x-ray::after {
	animation: var(--animation-name) 2s linear infinite alternate;
}

@keyframes x-ray-indicator {
	100% {
		transform: translateX(250px);
	}
}

@media (max-width: 390px) {
	@keyframes x-ray-indicator {
		100% {
			transform: translateX(243px);
		}
	}
}

@media (max-width: 340px) {
	@keyframes x-ray-indicator {
		100% {
			transform: translateX(186px);
		}
	}
}

.form-control {
	display: block;
	width: 100%;
	position: relative;
	z-index: 10;
	background-color: rgba(129,123,123, 0.4);
	border: 1px solid rgba(76,66,66, 0.6);
	font-size: 18px;
	padding: 8.4px 16px;
	color: #fff;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
	-moz-transition: all 0.35s ease-in;
	-o-transition: all 0.35s ease-in;
	-webkit-transition: all 0.35s ease-in;
	transition: all 0.35s ease-in;
}

input::-webkit-input-placeholder {
	color: rgba(255,255,255, 0.4);
}

input:focus::-webkit-input-placeholder {
	color: rgba(255,255,255, 0.7);
}

input::-moz-placeholder {
	color: rgba(255,255,255, 0.4);
}

input:-moz-placeholder {
	color: rgba(255,255,255, 0.4);
}

input:focus::-moz-placeholder {
	color: rgba(255,255,255, 0.7);
}

input:-webkit-autofill,
input:-webkit-autofill:focus
textarea:-webkit-autofill,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:focus {
	border: 1px solid rgba(76,66,66, 0.6);
	-webkit-text-fill-color: #fff;
	-webkit-box-shadow: 0 0 0px 1000px rgba(129,123,123, 0.7) inset;
	transition: background-color 5000s ease-in-out 0s;
}

input[type="text"] {
	border-radius: 5px 5px 0 0;
}

input[type="password"] {
	border-radius: 0 0 5px 5px;
}

.form-control:focus {
	border: 1px solid #ffffff;
	outline: none;
	z-index: 20;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), 0 0 8px rgba(255,255,255, 0.8);
}

.form-group-input {
	margin-bottom: 10px;
}

.form-group-input > .form-control + .form-control {
	top: -1px;
}

.form-group-button {
	margin-top: 10px;
}

.btn {
	display: inline-block;
	width: 100%;
	max-width: 200px;
	padding: 10px 16px;
	border: 1px solid rgba(255,255,255, 0.4);
	background-color: #fff;
	color: #000;
	text-transform: uppercase;
	letter-spacing: 1px;
	outline: none;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15), 0 3px 9px rgba(0, 0, 0, 0.15);
	background-image: -moz-radial-gradient(80px, rgba(162,159,159, 0.3), rgba(0, 0, 0, 0));
	background-image: -webkit-radial-gradient(80px, rgba(162,159,159, 0.3), rgba(0, 0, 0, 0));
	background-image: radial-gradient(80px, rgba(162,159,159, 0.3), rgba(0, 0, 0, 0));
	-moz-transition: all 0.35s ease-in;
	-o-transition: all 0.35s ease-in;
	-webkit-transition: all 0.35s ease-in;
	transition: all 0.35s ease-in;
	border-radius: 5px;	
}

.btn:hover {
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15), 0 6px 18px rgba(0, 0, 0, 0.25);
}

.btn:active {
	box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.15), 0 6px 18px rgba(0, 0, 0, 0.25);
}

.btn:disabled:active {
    box-shadow: none;
}

#login-dot {
	position: relative;
	height: 1px;
	z-index: 7;
	margin: 30px auto;
}

#login-dot:before {
	content: "";
	position: absolute;
	top: 0;
	left: 5%;
	right: 5%;
	width: 90%;
	height: 1px;
	background-image: linear-gradient(to right, transparent, rgb(48,49,51), transparent);
}

#login-dot:after {
	content: "";
	position: absolute;
	z-index: 1;
	top: -9px;
	left: calc(50% - 9px);
	width: 18px;
	height: 18px;
	background-color: #3EC0D0;
	border: 1px solid rgb(48,49,51);
	border-radius: 50%;
	box-shadow: inset 0 0 0 2px #F6F6F6,
					0 0 0 4px #F6F6F6;
}

#login-dot.succes:after {
	background: var(--succes);
}

#login-dot.warning:after {
	background: var(--warning);
}

#login-dot.error:after {
	background-color: var(--error);
}

#login-dot.ajax {
	animation-name: ajax;
	animation-duration: .4s;
	animation-timing-function: ease-out;
	animation-delay: 1s;
	animation-direction: alternate;
	animation-iteration-count: infinite;
	animation-fill-mode: none;
	animation-play-state: running;
}

@keyframes ajax {
	100% {
		transform: scale(1.4);
		-webkit-transform: scale(1.4);
		-moz-transform: scale(1.4);
		-ms-transform: scale(1.4);
		-o-transform: scale(1.4);
	}

	50% {
		transform: scale(1.2);
		-webkit-transform: scale(1.2);
		-moz-transform: scale(1.2);
		-ms-transform: scale(1.2);
		-o-transform: scale(1.2);
	}

	25% {
		transform: scale(1);
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
	}
}




@-webkit-keyframes shake {
	0%, 100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	16%, 50%, 83% {
		-webkit-transform: translateX(-10px);
		transform: translateX(-10px);
	}

	33%, 66% {
		-webkit-transform: translateX(10px);
		transform: translateX(10px);
	}
}

@keyframes shake {
	0%, 100% {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}

	16%, 50%, 83% {
		-webkit-transform: translateX(-10px);
		-ms-transform: translateX(-10px);
		transform: translateX(-10px);
	}

	33%, 66% {
		-webkit-transform: translateX(10px);
		-ms-transform: translateX(10px);
		transform: translateX(10px);
	}
}

.shake {
	-webkit-animation-name: shake;
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	animation-name: shake;
}














#company-wrapper {
	position: relative;
	display: block;
	border-radius: 7px 7px 0 0;
	width: 100%;
	height: 37px;
	text-align: center;
}

#company-wrapper > p {
	background: #F6002E;
	height: 37px;
	line-height: 37px;
	border-radius: 7px 7px 0 0;
}

.company-input {
	height: 37px;
	border-radius: 7px 7px 0 0;
	-webkit-filter: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1));
	        filter: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1));
	width: 100%;
	border: 0;
	text-align: center;
	position: relative;
	display: block;
	background-color: rgba(255, 255, 255, 0.726);
	color: #f84c4c;
	text-shadow: 1px 1px 2px rgba(40, 40, 40, 1);
	transition: all .25s ease-in-out;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	will-change: opacity;
	height: 37px;
	line-height: 37px;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: .1em;
	text-transform: uppercase;
	font-size: 1.3em;
}

.codeInput-container {
	cursor: pointer;
	max-width: 100%;
	position: relative;
	border-radius: 7px 7px 0 0;
	background-color: rgba(255, 255, 255, 0.726);
	-webkit-filter: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1));
	        filter: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1));
	color: #f84c4c;
	text-shadow: 1px 1px 2px rgba(40, 40, 40, 1);
	transition: all .25s ease-in-out;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	will-change: opacity;
}

.codeInput-container > input {
	display: none;
}

.codeInput-container:before {
	content: '';
	display: block;
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	border-bottom: 1px solid;
	border-color: #E6E8F0;
	transition: opacity .3s ease;
}

.codeInput-container > span {
	font-size: 18px;
	position: absolute;
	left: 0;
	z-index: 1;
	top: 0;
	right: 0;
	line-height: 37px;
	display: block;
	color: #e20000;
	transition: all .3s ease;
	background: #BBD53A;
	border-radius: 7px 7px 0 0;
	color: #fff;
}

.codeInput-container .inputs {
	display: flex;
	flex-flow: row nowrap;
}

.codeInput-container .inputs input {
	-webkit-appearance: none;
	opacity: 0;
	display: flex;
	flex-flow: column nowrap;
	align-items: center;
	flex: 1;
	padding: 0;
	min-width: 0;
	margin-right: 8px;
	border: 0;
	border-bottom: 1px solid;
	border-color: rgb(206, 14, 14);
	background: none;
	line-height: 37px;
	color: #727682;
	text-align: center;
	font-size: 25px;
	outline: none;
	border-radius: 0;
	transition: all .3s ease;
	text-transform: uppercase;

	/*-webkit-text-security: disc !important;*/
}

.codeInput-container .inputs input:disabled {
    color: rgba(255, 255, 255, 0.199);
}

.codeInput-container .inputs input:focus {
	border-color: #3EC0D0;
}

.codeInput-container .inputs input:last-child {
	margin-right: 0;
}

.codeInput-container.active:before {
	opacity: 0;
}

.codeInput-container.active > span {
	-webkit-transform: translate(0, -100%);
	transform: translate(0, -100%);
	border-color: transparent;
	line-height: 20px;
	font-size: 20px;
	opacity: .9;
}

.codeInput-container.active .inputs input {
	opacity: 1;
}

.codeInput-container.active > span:before,
.codeInput-container.active > span:after {
	content: "";
	position: absolute;
	height: 10px;
	width: 20px;
	bottom: 0;
}

.codeInput-container.active > span:after {
	right: -20px;
	border-radius: 0 0 0 10px;
	-moz-border-radius: 0 0 0 10px;
	-webkit-border-radius: 0 0 0 10px;
	-webkit-box-shadow: -10px 0 0 0 #BBD53A;
	box-shadow: -10px 0 0 0 #BBD53A;
}

.codeInput-container.active > span:before {
	left: -20px;
	border-radius: 0 0 10px 0;
	-moz-border-radius: 0 0 10px 0;
	-webkit-border-radius: 0 0 10px 0;
	-webkit-box-shadow: 10px 0 0 0 #BBD53A;
	box-shadow: 10px 0 0 0 #BBD53A;
}
















.company-dropdown {
	position: absolute;
	left: 0;
	top: 0;
	cursor: pointer;
	width: 100%;
	display: inline-block;
	z-index: 50;
	overflow: hidden;
	border-radius: 7px 7px 0 0;
	-webkit-filter: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1));
	        filter: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1));
}

.company-dropdown.active input[type=radio] + label {
	visibility: visible;
	opacity: 1;
	height: auto;
}

.company-dropdown:not(.active) input[type=radio]:not(:checked) + label {
	visibility: hidden;
	opacity: 0;
	height: 0;
	padding: 0;
	margin: 0;
}

.company-dropdown input[type=radio] {
	display: none;
	pointer-events: none;
}

.company-dropdown input[type=radio]:checked + label {
	z-index: 10;
}

.company-dropdown label {
	cursor: pointer;
	position: relative;
	display: block;
	background-color: rgba(255, 255, 255, 0.726);
	color: #fff;
	text-shadow: 1px 1px 2px rgba(40, 40, 40, 1);
	transition: all .25s ease-in-out;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	will-change: opacity;
	width: 100%;
	height: 37px;
	line-height: 37px;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: .1em;
	text-transform: uppercase;
	font-size: 1em;
	padding: 0 20px 0 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.company-dropdown:after {
	content: "\f078";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 0.4;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-align: center;
	text-shadow: 1px 1px 2px rgba(40, 40, 40, 1);
	padding: 16px 13px 15px 13px;
	position: absolute;
	top: 0;
	height: 37px;
	right: 0;
	font-size: .9em;
	z-index: 10;
	color: #fff;
	transition: none;
	pointer-events: none;
}

.company-dropdown.active:after {
	visibility: hidden;
}

.company-dropdown.active label {
	background-color: rgba(255, 255, 255, 1);
	color: #222;
	text-shadow: none;
}

.company-dropdown.active input[type=radio]:checked + label {
	background: #3EC0D0;
	font-weight: bold;
	color: #fff;
}


.company-dropdown.active input[type=radio]:checked + label:hover {
	background: rgb(88, 206, 221);
	color: #fff;
}

.company-dropdown.active label:hover {
	background-color: #3EC0D0;
	color: #fff;
}








.login-link {
	text-align: center;
}


.login-link a {
	display: inline-block;
	cursor: pointer;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	background: #5AC1D1;
	padding: 5px 10px;
	font-weight: bold;
	border-radius: 5px;
	font-size: 12px;
	-webkit-filter: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1));
		filter: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1));
}

.login-link a:hover{
	background: #68b8b6;
}

.login-link a:active{
	-webkit-filter: none;
	        filter: none;
}

.login-link a.disabled {
	pointer-events: none;
	cursor: default;
}

.login-link a:first-of-type {
	margin-right: 50px;
}

.login-link a:last-of-type {
	margin-left: 50px;
}