﻿@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');

html,
body,
form {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
}

.container {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
	width: 100%;
}

.header {
	background: url(Images/header_gradient.png) repeat-x;
	max-height: 55px;
	line-height: 55px;
}

.header a {
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	vertical-align: middle;
}

.header img {
	vertical-align: middle;
	margin-right: 8px;
	margin-left: 65%;
}

.footer {
	margin-top: 24px;
}

.footer svg {
	display: block;
	margin: 0 auto;
}

.footer div {
	color: #666666;
	text-align: center;
	font-family: 'Roboto', Arial;
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 16px;
	margin-top: 20px;
}

.main {
	display: flex;
	height: 100%;
	justify-content: space-between;
}


.leftBlock {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-around;
	width: 100%;
	min-width: 500px;
	box-sizing: border-box;
	overflow: hidden;
	flex-shrink: 0;
}

#logo {
	width: 100%;
	text-align: center;
	overflow: hidden;
	height: auto;
}

.logo {
	display: block;
	height: auto;
	max-width: 330px;
	margin: 0 auto;
}

.secondaryLogo {
	margin: 0 auto;
	margin-top: 20px;
	width: 900px;
}

.secondaryLogoImg {
	margin: 0 auto;
	width: 900px;
}

#loginForm {
	display: flex;
	flex-direction: column;
	flex-shrink: 0;
}

#loginForm label {
	font-size: 13px;
	line-height: 18px;
	font-family: 'Roboto', Arial;
	color: #333333;

}

#_upLoginForm label {
	padding-top: 16px;
	display: block;
}

#loginForm label:first-child {
	padding-top: 20px;
}

.loginFormInput {
	padding: 0 10px;
	box-sizing: border-box;
	display: block;
	width: 340px;
	height: 40px;
	line-height: 40px;
	background: #ffffff !important;
	background-image: none !important;
	border: 1px solid #CCCCCC;
	border-radius: 4px;
	font-family: 'Roboto', Arial;
	color: #333333;
	margin-top: 4px;
	font-size: 13px;
}

@media screen and (max-width: 1024px) {
	.loginFormInput {
		font-size: 16px;
	}
}

.loginFormInput:focus {
	outline: 1px solid #349FDD;
	border: 1px solid #349FDD;
}

.loginFormInput::selection {}

.loginFormButton {
	margin-bottom: 20px;
}

.loginFormLink {
	margin-left: 10px;
	color: #0079BF;
	text-decoration: none;
	display: inline-block;
	font-family: 'Roboto', Arial;
	font-style: normal;
	font-weight: 400;
	font-size: 13px;
	line-height: 18px;
}

.loginFormLink:hover {
	color: #0069A6;
}

#rightBlock {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

#imageRotate {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
}

#links {
	display: flex;
	max-width: 100%;
	padding-top: 56px;
	overflow: hidden;
	gap: 16px;
	justify-content: center;
}

.linkBlock {
	width: 250px;
	max-width: 250px;
	min-width: 180px;
	box-sizing: border-box;
	border: 1px solid #E1E4E6;
	border-radius: 7px;
	padding: 20px;
}

.linkBlock h2 {
	margin: 0;
}

.linkBlock img {
	margin-right: 5px;
}

.linkBlock p {
	padding: 0;
	margin: 0;
	margin-top: 12px;
	font-size: 13px;
	line-height: 17px;
	color: #333;
	font-family: 'Roboto', Arial;
}

.learnMore {
	font-family: 'Roboto', Arial;
	font-style: normal;
	font-weight: 400;
	font-size: 13px;
	line-height: 17px;
	margin-top: 12px;
}

.learnMore a {
	text-decoration: none;
	color: #0079BF;
}

.messageError {
	color: #FF0000;
	font: 10pt RubikRegular, Arial;
	text-align: justify;
	margin: 0;
	background-color: #FFEAEA;
	border: solid 1px #FFA5A5;
	padding: 0 10px;
	box-sizing: border-box;
}

.photo {
	float: left;
	display: inline;
}

.description {
	font-weight: 500;
	font-size: 15px;
	line-height: 19px;
	color: #333;
	font-family: 'Roboto', Arial;
}

.idocBtnEmp input {
	line-height: 17px;
}

.bx-wrapper {
	height: 100%;
	width: 100%;
}

.bx-wrapper .bx-viewport {
	border: 0 none;
	box-shadow: 0;
	left: 0;
	height: 100% !important;
	background-color: transparent;
}

.bx-wrapper img {
	max-width: none;
}

.bottomControls {
	width: 340px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-around;
}

#rememberMe {
	margin: 0;
	padding: 0;
	margin-right: 6px;
	border: 1px solid #ACACB3;
	cursor: pointer;
	width: 16px;
	height: 16px;
}

#rememberMe:hover {
	border: 1px solid #0079BF;
}

label[for='rememberMe'] {
	position: relative;
	top: -2px;
	line-height: normal;
}

.slide {
	height: 100%;
}

.slide a {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	height: 100%;
}

.slide img {
	width: 100%;
	flex-shrink: 0;
}

.bx-wrapper .bx-controls-direction .bx-prev,
.bx-wrapper .bx-controls-direction .bx-next {
	z-index: 90;
}

.login-side {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-around;
	overflow: hidden;
	padding: 24px 16px;
	box-sizing: border-box;
}

.login-content {
	max-width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: auto;
	min-height: 100%;
}

#_upLoginForm {}

.leftBlock input.btn-blue,
.leftBlock button.btn-blue,
.leftBlock input.btn-grayish,
.leftBlock button.btn-grayish {
	width: 340px;
	height: 40px;
	background: #0079BF;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 4px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	cursor: pointer;
	padding: 0;
	margin: 0;
	display: block;
}

.leftBlock input.btn-blue:hover,
.leftBlock button.btn-blue:hover {
	background: #0069A6;
	border: 1px solid rgba(0, 0, 0, 0.15);
}

.leftBlock input.btn-grayish,
.leftBlock button.btn-grayish {
	background-color: #E2EAF1;
	color: #2A669E;
}

.leftBlock input.btn-grayish:disabled,
.leftBlock button.btn-grayish:disabled {
	background-color: #E2EAF1;
	color: #666666;
	cursor: default;
}

.leftBlock input.btn-blue,
.leftBlock button.btn-blue {
	background: #0079BF;
	border: 1px solid rgba(0, 0, 0, 0.15);
	color: #ffffff;
}

.leftBlock input.btn-blue:disabled,
.leftBlock button.btn-blue:disabled {
	background-color: #666666;
	cursor: default;
}

.buttonAndText {
	margin-top: 20px;
	width: 100%;
}

.btn-row {
	display: flex;
	justify-content: space-between;
}

#errorcontainer {
	width: 330px;
	flex-shrink: 0;
	font-family: RubikRegular, Arial, Verdana, sans-serif;
	font-size: 13px;
	line-height: 1.5;
}

.browser-warning-block {
	text-align: justify;
}

.browser-warning-wrapper {
	padding-top: 1px;
	margin-bottom: 10px;
}

.login-content-wrapper {
	width: 100%;
	height: 100%;
	overflow-y: auto;
	overflow-x: hidden;
}

@media screen and (max-width: 1200px) {
	.rightBlock {
		display: none;
	}

	.container {
		height: 100%;
	}
}

@media screen and (max-width: 700px),
screen and (max-height: 800px) and (max-width: 1200px) {
	.main {
		display: block;
	}

	.login-side {
		height: auto;
		padding: 38px 16px 24px;
	}

	#links {
		flex-direction: column;
		justify-content: flex-start;
		overflow-x: scroll;
	}

	.linkBlock {
		min-width: initial;
		width: auto;
		max-width: 340px;
	}

	.footer {
		max-width: 190px;
	}

	.footer div {
		margin-top: 12px;
	}
}

@media screen and (max-height: 700px) {
	.header {
		display: none;
	}
}