
html,body {
    width: 100%;
    height: 100%;
    padding: 0px;
    margin: 0px;
    background: #fff;
    overflow: hidden;
}

body {
	background-color: #fff;
	color: #43525A;
	font-size: 11px;
	font-family: 'Open Sans', sans-serif;
	margin: 0;
	padding: 0;
	border: 0; 
	overflow: hidden;
	height: 100%;
	max-height: 100%;
	width: 100%;
}

.tab {
	width: 100%;
	align-items: center;
	display: none;
	justify-content: start;
	flex-direction: column;
	transition: all 0.3s; 
	flex: 1;
}

.tab.active{
	display: flex;
	justify-content: start;
	flex-direction: column;
	transition: all 0.5s;
	flex: 1;
}

.login-left{
	width: 30%;
	min-width: 400px;
	position: relative;
    float: left;
    height: 100%;
    overflow-y: auto;
    background: #fff;
	/*swieta >>>*/
	background-image: url('../images/logging/christmas_tree_silver.png');
	/*<<< swieta*/
	background-position: left bottom;
	background-repeat: no-repeat;
	justify-content: flex-start;
	flex-direction: column;
	display: flex;
}

.tab #backButton{
	position: absolute;
	top: 5px;
	left: 5px;
	border: 0px;
	cursor: pointer;
	opacity: 0.6;
	transition: all 0.5s;
	color: rgb(0, 0, 0);
	background: none;
}

.tab #backButton .image{
	width: 40px;
	height: 40px;
	background: url('../images/logging/back.svg');
	float: left;
	display: inline-block;
}

.tab #backButton .text{
	width: auto;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	font-size: 15px;
}

.tab #backButton:hover{
	opacity: 1;
}

.login-left .form{
	order: 2;
	height: auto;
	width: 50%;

}

.login-left .form form{
	width: 100%;
	max-width: 400px;
	margin: 0 auto;
}

.login-left .logo img{
	width: 100%;
	height: 100%;
	visibility: hidden;
}

.login-left .logo {
	width: 55%;
	order: 1;
	margin: 13vh auto 13vh auto;
	transition: all 0.5s;
	background: url('../images/logging/TransMobil-full.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}
/* 
.login-left .logo.full{
}
.login-left .logo.eco{
	background: url('../images/logging/TransMobil-eco.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;

}
.login-left .logo.mobile{
	background: url('../images/logging/TransMobil-mobile.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
} */

.login-right{
    margin-left: 30%;
    height: 100%;
	display: flex;
	position: relative;
}
.login-right img{
    height: 100%;
	background-size: contain;
}
.login-right .rest{
	flex-grow: 1;
	/*background: url('../images/logging/background-repeat.jpg');*/
	/*swieta >>>*/
	background: url('../images/logging/background-repeat_winter.jpg');
	/*<<< swieta*/
	background-size: auto 100%;
	background-repeat: repeat-x;
}

input[type="submit"]:disabled {
	opacity: 0.5;
	cursor: progress;
}

input[type="submit"] {
	background: #187cbd;
	padding: 9px 17px;
	color: #fff;
	border-radius: 5px;
	border: 0px;
	outline: none;
	cursor: pointer;
	font-size: 14px;
	font-weight: bold;
	float: right;
	margin-top: 20px;
}

.input {
	position: relative;
	display: block;
	margin-top: 20px;
	width: 100%;
  }
  .input__label {
	position: absolute;
	left: 0;
	top: 0;
	white-space: nowrap;
	transform: translate(0px, 14px);
	transform-origin: 0 0;
	background: #fff;
	transition: transform 120ms ease-in;
	line-height: 1.2;
	color: #00000085;
	font-size: 16px;
  }
  .input__field {
	box-sizing: border-box;
	display: block;
	width: 100%;
	border: 0px;
	border-bottom: 2px solid #c5c5c5;
    padding: 20px 15px 7px  0px;
	color: #000;
	background: transparent;
	font-size: 16px;
  }
  .input__field:focus
  {
	border-bottom: 2px solid #187cbd;
	  outline: none;

  }
  .input__field:focus + .input__label
  {
	
	color: #187cbd;
  }

  .input__field:not(:-moz-placeholder-shown) + .input__label {
	transform: translate(0px, -49%) scale(0.9);
	padding: 4px 4px 4px 0px;
  }
  .input__field:not(:-ms-input-placeholder) + .input__label {
	transform: translate(0px, -49%) scale(0.9);
	padding: 4px 4px 4px 0px;
		
  }
  .input__field:focus + .input__label, .input__field:not(:placeholder-shown) + .input__label {
	transform: translate(0px, -49%) scale(0.9);
	padding: 4px 4px 4px 0px;
  }

  input:-webkit-autofill + .input__label,
  input:-webkit-autofill:hover + .input__label, 
  input:-webkit-autofill:focus + .input__label,
  textarea:-webkit-autofill + .input__label,
  textarea:-webkit-autofill:hover + .input__label,
  textarea:-webkit-autofill:focus + .input__label,
  select:-webkit-autofill + .input__label,
  select:-webkit-autofill:hover + .input__label,
  select:-webkit-autofill:focus + .input__label {
	color: #187cbd;
  }
  
  input:-webkit-autofill,
  input:-webkit-autofill:hover, 
  input:-webkit-autofill:focus,
  textarea:-webkit-autofill,
  textarea:-webkit-autofill:hover,
  textarea:-webkit-autofill:focus,
  select:-webkit-autofill,
  select:-webkit-autofill:hover,
  select:-webkit-autofill:focus {	
	  border: 0px;
	border-bottom: 2px solid #187cbd;
	-webkit-text-fill-color: #000;
	padding: 20px 15px 7px  0px;
	-webkit-box-shadow: 0px;
	transition: background-color 5000s ease-in-out 0s;
  }

.languages 
{
	display: flex;
	order: 3;
	height: 60px;
	align-items: center;
	justify-content: center;
	margin-top: 20px;
}

.languages button.active,.languages button:hover {
  color: #fff;
  -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
  opacity: 1;
  -webkit-box-shadow: 1px 1px 10px -1px rgba(0,0,0,0.41); 
	box-shadow: 1px 1px 10px -1px rgba(0,0,0,0.41);
}


.languages button {
	border-radius: 50%;
	width: 36px;
	height: 36px;
	opacity: 0.5;
	border: 0px;
	margin: 0px 5px;
	cursor: pointer;
	transition: all 0.4s ease;
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%);

}

.languages button.pl{
	background: url('../images/logging/pl.jpg');
	background-size: cover;
}

.languages button.en{
	background: url('../images/logging/en.jpg');
	background-size: cover;
}

.languages button.ru{
	background: url('../images/logging/ru.jpg');
	background-size: cover;
}

/* ////////////////////////////////////////// */

.error {
	height: auto;
    overflow: hidden;
	text-align: right;
	order: 2;
	color: #fff;
	margin-top: 10px;
	background: #f00;
	text-align: center;
	font-size: 14px;
	transition: all 0.5s;
}

.error .alert {
	padding: 10px;
}

.buttons-row {
	height: auto;
    overflow: hidden;
	text-align: right;
}

.forgot-password span{
	color: #187cbd;
	transition: all 0.4s ease;
	font-size: 13px;
	cursor: pointer;
}

.forgot-password span:hover{
	color: #000;
}

.forgot-password {
	margin-top: 10px;
}

.checkbox-box {
	float: left; 
	margin-top: 28px;
}

label.checkbox {
	user-select: none;
	cursor: pointer;
	margin-bottom: 0;
	height: 20px;
  }
  label.checkbox input:checked + .checkbox {
	border-color: #187cbd;

  }

  label.checkbox input:checked ~ div.label {
	color: #187cbd;
  }

  label.checkbox input:checked + .checkbox svg path {
	fill: #187cbd;
  }
  label.checkbox input:checked + .checkbox svg polyline {
	stroke-dashoffset: 0;
  }
  label.checkbox:hover .checkbox svg path {
	stroke-dashoffset: 0;
  }
  label.checkbox .checkbox {
	position: relative;
	float: left;
	margin-right: 8px;
	width: 12px;
	height: 12px;
	border: 2px solid #C8CCD4;
	border-radius: 3px;
  }
  label.checkbox .checkbox svg {
	position: absolute;
	top: -2px;
	left: -2px;
  }
  label.checkbox .checkbox svg path {
	fill: none;
	stroke: #187cbd;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-dasharray: 71px;
	stroke-dashoffset: 71px;
	transition: all 0.6s ease;
  }
  label.checkbox .checkbox svg polyline {
	fill: none;
	stroke: #FFF;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-dasharray: 17px;
	stroke-dashoffset: 17px;
	transition: all 0.3s ease;
  }
  label.checkbox > div.label {
	pointer-events: none;
	vertical-align: middle;
	line-height: 16px;
    height: 16px;
	display: inline-block;
	font-size: 13px;
	color: #aaaaaa;
	transition: all 0.3s ease;  
}
label.checkbox .invisible {
	position: absolute;
	z-index: -1;
	width: 0;
	height: 0;
	opacity: 0;
  }

  #switch
  {
	height: 29px;
	background: #ebebeb;
	border-radius: 20px;
	overflow: hidden;
	transition: all 2s;
	position: absolute;
	fill: #ababab;
	right: 5px;
	top: 5px;
	z-index: 1;
  }

  #switch #bg {
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	border-radius: 20px;
	width: 58px;
	height: 29px;
  }
  
#switch #full:checked ~ #bg {
	transform: translateX(0);
	background: #187cbd;
	-webkit-box-shadow: 0px 0px 10px -1px rgba(0,0,0,0.41); 
	box-shadow: 0px 0px 10px -1px rgba(0,0,0,0.41);
	transition: transform 0.5s ease-in-out;
}

#switch #mobile:checked ~ #bg {
	transform: translateX(68px);
	background: #187cbd;
	-webkit-box-shadow: 0px 0px 10px -1px rgba(0,0,0,0.41); 
	box-shadow: 0px 0px 10px -1px rgba(0,0,0,0.41);
	transition: transform 0.5s ease-in-out;
}

  /* AFTER ADD ECO OPTION CHANGE ABOVE */

  /* #switch #mobile:checked ~ #bg {
	background: #f26522;
	transform: translateX(122px);
	-webkit-box-shadow: 0px 0px 10px -1px rgba(0,0,0,0.41); 
	box-shadow: 0px 0px 10px -1px rgba(0,0,0,0.41);
	transition: transform 0.5s ease-in-out;
  } */


  #switch #full:checked + label svg{
	fill: #fff;
  }
  #switch #eco:checked + label svg{
	color: #fff;
  }
  #switch #mobile:checked + label svg{
	fill: #fff;
  }

  #switch #bg,
  #switch .labels {
	padding: 2px 20px; 
	border-radius: 20px;
	height: 25px;
	border: 0px;
	display: inline-block;
	cursor: pointer;
	color: #aaaaaa;

	transition: all 0.4s ease;
	width: 26px;
}
#switch .labels svg{
	width: 26px;
}
#switch #radios {
	z-index: 5;
	height: 29px;
	background: #ebebeb;
	border-radius: 20px;
	overflow: hidden;
	transition: all 2s;
	position: absolute;
	color: #aaaaaa;
	right: 5px;
	top: 5px;
  }
  #switch input {
	display: none;
  }

  .app-box {
	width: 110px; 
	height: auto; 
	position: absolute; 
	top: 10px; 
	right: 15px;
	z-index: 1;
  }

  .app-box .app-button {	
	-webkit-box-shadow: 0px 0px 14px -4px rgba(0,0,0,0.95); 
	box-shadow: 0px 0px 14px -4px rgba(0,0,0,0.95);
	opacity: 0.4;
	width: 110px;
	height: 28px;
	display: block;
	margin-top: 5px;
	background-size: contain !important;
	transition: all 0.5s;
  }

  .app-box .app-button:hover {
	opacity: 1;
  }
  
  
  /*---------- girlanda -----------------*/
.lightrope {
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	position: absolute;
	z-index: 1;
	margin: -20px 0 0 0;
	padding: 0;
	pointer-events: none;
	width: 100%;
	height: 140px;
	background-image: url('../images/logging/girlanda2.png');
	background-size:  117px 65px;
		background-repeat: repeat-x;
	background-repeat: repeat-x;
  }
  .lightrope li {
	position: relative;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
    width: 8px;
    height: 11px;
    border-radius: 50%;
    margin: 62px 18px 0px 0px;
    display: inline-block;
    background: #a9baf0;
    box-shadow: 0px 4.6666666667px 24px 3px #a9baf0;
    -webkit-animation-name: flash-1;
    animation-name: flash-1;
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
  }
  .lightrope li:nth-child(2n+1) {
    background: #a9baf0;
    box-shadow: 0px 4.6666666667px 24px 3px #a9baf0;
	-webkit-animation-name: flash-2;
			animation-name: flash-2;
	-webkit-animation-duration: 1.4s;
			animation-duration: 1.4s;
  }
  .lightrope li:nth-child(4n+2) {
    background: #a9baf0;
    box-shadow: 0px 4.6666666667px 24px 3px #a9baf0;
	-webkit-animation-name: flash-3;
			animation-name: flash-3;
	-webkit-animation-duration: 3.1s;
			animation-duration: 3.1s;
  }
  .lightrope li:nth-child(4n+3) {
    background: #a9baf0;
    box-shadow: 0px 4.6666666667px 24px 3px #a9baf0;
	-webkit-animation-name: flash-4;
			animation-name: flash-4;
	-webkit-animation-duration: 2.3s;
			animation-duration: 2.3s;
  }
  .lightrope li:nth-child(odd) {
	-webkit-animation-duration: 1.8s;
			animation-duration: 1.8s;
  }
  .lightrope li:nth-child(3n+1) {
	-webkit-animation-duration: 3.4s;
			animation-duration: 3.4s;
  }
  .lightrope li:before {
    content: "";
    position: absolute;
    background: rgba(158, 158, 158, 0.295);
    width: 6px;
    height: 6.333333333300004px;
    border-radius: 16px;
    top: -4.6666666667px;
    left: 1px;
  }
  .lightrope li:after {
	content: "";
    top: -17px;
    left: 6px;
    position: absolute;
    width: 27px;
    height: 15.666666666699996px;
    border-bottom: solid rgba(158, 158, 158, 0.295) 2px;
    border-radius: 50%;
  }
  /* .lightrope li:before {
	content: "";
	position: absolute;
	background: #222;
	width: 10px;
	height: 9.3333333333px;
	border-radius: 3px;
	top: -4.6666666667px;
	left: 1px;
  }
  .lightrope li:after {
	content: "";
	top: -14px;
	left: 9px;
	position: absolute;
	width: 52px;
	height: 18.6666666667px;
	border-bottom: solid #222 2px;
	border-radius: 50%;
  } */
  .lightrope li:last-child:after {
	content: none;
  }
  .lightrope li:first-child {
	margin-left: -40px;
  }
  
  @-webkit-keyframes flash-1 {
	0%, 100% {
		background: #d6e0ffb0;
		box-shadow: 0px 4.6666666667px 12px 3px #d6e0ffb0;
	}
	50% {
		background: #dae3ff;
		box-shadow: 0px 4.6666666667px 12px 3px #dae3ff;
	}
  }
  
  @keyframes flash-1 {
	0%, 100% {
		background: #d6e0ffb0;
		box-shadow: 0px 4.6666666667px 12px 3px #d6e0ffb0;
	}
	50% {
		background: #dae3ff;
		box-shadow: 0px 4.6666666667px 12px 3px #dae3ff;
	}
  }
  @-webkit-keyframes flash-2 {
	0%, 100% {
		background: #d6e0ffb0;
		box-shadow: 0px 4.6666666667px 12px 3px #d6e0ffb0;
	}
	50% {
		background: #b9cbff;
		box-shadow: 0px 4.6666666667px 12px 3px #b9cbff;
	}
  }
  @keyframes flash-2 {
	0%, 100% {
		background: #d6e0ffb0;
		box-shadow: 0px 4.6666666667px 12px 3px #d6e0ffb0;
	}
	50% {
		background: #b9cbff;
		box-shadow: 0px 4.6666666667px 12px 3px #b9cbff;
	}
  }
  @-webkit-keyframes flash-3 {
	0%, 100% {
		background: #d6e0ffb0;
		box-shadow: 0px 4.6666666667px 12px 3px #d6e0ffb0;
	}
	50% {
		background: #b9cbff;
		box-shadow: 0px 4.6666666667px 12px 3px #b9cbff;
	}
  }
  @keyframes flash-3 {
	0%, 100% {
		background: #d6e0ffb0;
		box-shadow: 0px 4.6666666667px 12px 3px #d6e0ffb0;
	}
	50% {
		background: #b9cbff;
		box-shadow: 0px 4.6666666667px 12px 3px #b9cbff;
	}
  }
  @-webkit-keyframes flash-4 {
	0%, 100% {
		background: #d6e0ffb0;
		box-shadow: 0px 4.6666666667px 12px 3px #d6e0ffb0;
	}
	50% {
		background: #b9cbff;
		box-shadow: 0px 4.6666666667px 12px 3px #b9cbff;
	}
  }
  @keyframes flash-4 {
	0%, 100% {
		background: #d6e0ffb0;
		box-shadow: 0px 4.6666666667px 12px 3px #d6e0ffb0;
	}
	50% {
		background: #b9beff;
		box-shadow: 0px 4.6666666667px 12px 3px #b9beff;
	}
  }


  @media  all and (max-height: 525px) {
	/* .languages {
		margin: 10px auto 0 auto;
		position: initial;
		right: initial;
		bottom: initial;
		width: 170px;
		overflow: initial;
		height: 38px;
	}

	.tab {
		margin-bottom: 60px;
	} */


	.login-left .logo {
		width: 65%;
		order: 1;
		margin: 20vh auto 0vh auto;
	}
  }
  
  @media all and  (max-width: 768px) {
	  
	.login-left {
		width: 50%;
	}
	  
	.login-right {
		margin-left: 50%;
	}
  
}

  
  @media all and  (max-width: 640px) {
	  
	.login-left {
		width: 100%;
		min-width: 100%;
	}
	.login-left .form{
		width: 90%;
	}
	.login-left .logo{
		width: 90%;
		margin: 20vh auto 0vh auto;
	}
	  
	.login-right {
		display: none;
	}

	.app-box {
		display: none;
	}

  }
  @media all and  (max-height: 620px) {
	  
	.login-left {
		background-image: none;
	}


  }