@-ms-viewport { 
  width: device-width; 
}
::-ms-reveal,
::-ms-clear {
  display: none !important;
}

body {
	font: 12px 'Roboto', Arial, Helvetica, sans-serif;
	margin: 0px;

	height: 100vh;
	width: 100vw;
	background-color: #fbfbfb;
	display: flex;
	/*justify-content: safe center;
	align-items: safe center;
	align-content: center;*/

	box-sizing: border-box;

}
a {
	color: #1665d8;
	text-decoration: none;
}
a:hover {
  	color: #1665d8;
	font-weight: 400;
/*	line-height: 22px;*/
	text-decoration: underline;
	border: none;
}

a:visited,
a:active {
	color: #660099;
	text-decoration: none;
}

h2 {
	font-size: 24px;
}
h3 {
	font-size: 18px;
}
main {

	display: block;
	width: 730px;

	margin: auto;


}
main > section {
	display: block;
	width: 100%;
	min-height: 517px;

	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
	border-radius: 4px;
	background-color: #ffffff;

	padding-bottom: 20px;

}

#loginFormContainer {
	background-image: url('/img/login/login-background.png');
	background-position: top left;
	background-size: 730px 100%;
	background-repeat: no-repeat;
	
}

main > section > header.authHeader {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

main > section > header.authHeader h1 {
	margin: 0px;
	padding: 0px;

	font-size: 42px;
	font-weight: 400;

}

main > section > header img {
	width: 400px;
	height: 41px;
}
#authFormContainer > header,
#loginFormContainer > header img {
	
	padding-top: 42px;
	padding-left: 39px;
	padding-bottom: 43px;
	padding-right: 40px;

	border-bottom: 1px solid #eaedf3;
}
main > section > section {
	padding: 0px 30px;
}
main > section > section.infoSection {
	padding: 30px;
}



main > section ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	margin-top: 27px;
	margin-left: 40px;
	
	
}

main > section li {
	display: block;
	margin-bottom: 20px;
	
}

main > section label {
	display: block;
	width: 100%;
	height: 25px;
	color: #3e3f42;
	font-size: 12px;
	font-weight: 400;
	line-height: 22px;
}


.button,
main > section input[type="text"],
main > section input[type="password"]
{
	font-size: 14px;
	width: 253px;
	height: 28px;
	box-shadow: inset 0 1px 2px rgba(102, 113, 123, 0.21);
	
	border-radius: 4px;
	border: 1px solid #e2e5ed;
	background-color: #ffffff;

	padding: 5px 16px;
	color: #3e3f42;
	

}
main > section input[type="text"].code-input {
	width: 60px;
}
main > section input[type="password"]
{
	font-size: 20px;
	font-weight: bolder;
	line-height: 30px;
}

main > section input[type="text"],
main > section input[type="password"]::placeholder
{

	font-size: 14px!important;
	font-weight: 400;
	line-height: 22px;
}
main > section input::placeholder
{
	color: #9ea0a5;
}
main > section input:-ms-input-placeholder{
	color: #9ea0a5;
	font-size: 14px;
	font-weight: 400;
	line-height: 22px;
}
main > section input::-webkit-input-placeholder {
	color: #9ea0a5;
	font-size: 14px;
	font-weight: 400;
	line-height: 22px;
	
}
@supports (-ms-ime-align:auto) {
	main > section input[type="password"]
	{
		font-size: 14px!important;
		font-weight: 400;
		line-height: 22px;
	}
}
/*main > section input[type="password"]::-ms-input-placeholder
{
	font-size: 14px!important;
	font-weight: 400;
	line-height: 22px;

}*/


main > footer {
	width: 100%;
	text-align: center;

	margin-top:28px;
	margin-bottom:28px;
	height: 24px;
	color: #6b6c6f;
	font-family: Roboto;
	font-size: 14px;
	font-weight: 400;
	line-height: 22px;
	
}
main > section input[type="password"].withEye  {

	background-image: url('/img/sign-eye.png');
	background-position: calc(100% - 10px) 50%;
	background-repeat: no-repeat;

}
main > section > form {

}
.button,
input[type="submit"], 
input[type="button"] {
	width: 285px;
	height: 38px;
	box-shadow: 0 1px 1px rgba(19, 31, 21, 0.1), inset 0 2px 0 rgba(255, 255, 255, 0.06);
	border-radius: 4px;
	border: 1px solid #dd5429;
	background-color: #f2663a;

	margin-top: 10px;
	cursor: pointer;

	color: #ffffff;
	font-size: 14px;
	font-weight: bolder;
	line-height: 22px;
}
input[type="text"]
{
	box-sizing: content-box;
}
.button:hover,
input[type="submit"]:hover, input[type="button"]:hover {
	box-shadow: 0 2px 1px rgba(19, 31, 21, 0.1), inset 0 2px 0 rgba(255, 255, 255, 0.06);
	background-color: #fb744a;
}
.button:visited,
.button:active,
input[type="submit"]:visited, input[type="button"]:visited,
input[type="submit"]:active, input[type="button"]:active {
	box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.06);
}

.button.blue {

	width: auto;
	color: white;
	text-decoration: none;
	font-weight: bold;
	font-weight: 500;
	box-shadow: 0 1px 1px rgba(22, 29, 37, 0.1), inset 0 2px 0 rgba(255, 255, 255, 0.06);
	border: 1px solid #1461d2;
	background-image: linear-gradient(to top, #1665d8 0%, #1f6fe5 100%);

}

.button.blue:hover {
	color: white;
	text-decoration: none;
	box-shadow: 0 2px 1px rgba(22, 29, 37, 0.1), inset 0 2px 0 rgba(255, 255, 255, 0.06);
	background-image: linear-gradient(to top, #206fe2 0%, #2c82ff 100%);
	
}

.button.blue:active {
	color: white;
	text-decoration: none;
	box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.06);
	background-image: linear-gradient(to top, #1f6fe5 0%, #1665d8 100%);
}

.button.orange {
	color: white;
	text-decoration: none;
	font-weight: 500;
	box-shadow: 0 1px 1px rgba(19, 31, 21, 0.1), inset 0 2px 0 rgba(255, 255, 255, 0.06);
	border: 1px solid #dd5429;
	background-color: #f2663a;
}
.button.orange:hover {
	color: white;
	text-decoration: none;
	box-shadow: 0 2px 1px rgba(19, 31, 21, 0.1), inset 0 2px 0 rgba(255, 255, 255, 0.06);
	background-color: #fb744a;
}
.button.orange:visited,
.button.orange:active {
	color: white;
	text-decoration: none;
	box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.06);
	background-color: #f2663a;
}

#codeContainer,
#codeError {
	display: none;
}
#codeError {
	width: 285px;
	margin-top:5px;
}

ul.error {
	list-style-type: disc;
	padding-left: 20px;
}
ul.error li {
	display: list-item;
	color: red;
	font-weight: 500;
	font-size: 14px;
	margin-bottom: 10px;


}
ul.flash {
	margin-left:0px;
}
ul.flash li{
	color: red;
	font-weight: 500;
	font-size: 14px;
	margin-bottom: 10px;
	text-align: center;
}


ul.flash li.notice {
	color: #00A;
}
ul.flash li.great {
	color: #0A0;
}
ul.flash li.info {
	color: #333;
}
ul.flash li.warning {
	color: #A70;
}
ul.flash li.caution,
ul.flash li.error,
ul.flash li.critical
{
	color: #A00;
}


.authForm div {
	width: 100%;
	
	text-align: center;
	padding: 0px;
	margin: 0px;

	margin-bottom: 20px;
}
.authFormHeader {
	margin-top: 50px;
	text-align: center;
}
#snippet--flashMessage {
	margin-bottom: 30px;
}
.bottomVersion {
	color:silver;
	font-size:10px;
}
		

@media only screen and (max-width: 730px) {
	body {
		display: block;
	}
	main {

		display: block;
		width: 100%;
	}
	main > section {
		background-position: 365px 0px;
	}

	main > section > header.authHeader {
		flex-direction: column;
	}

	main > section > header.authHeader h1 {
		margin-top: 30px;
	}
}

/*@media only screen and (max-height: 700px) {
	body {
		align-items: flex-start; 
	}
}*/

@media only screen and (max-width: 365px) {
	body {
		display: block;
	}
	
	main {

		display: block;
		width: 100%;
	}
	main > section {
		background-image: none;
	}
	main > section > header img {
		width: calc(100% - 80px);
		height: auto;
	}
	main > section input[type="text"],
	main > section input[type="password"] {
		width: calc(100% - 80px);
	}
	input[type="submit"], input[type="button"] {
		width: calc(100% - 45px);
		overflow: hidden;
	}
	#codeError {
		width: calc(100% - 80px);
	}
}
