<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

/* LOGIN */


.login {
	position: absolute;
	background: #ebebeb url(/_Core/Repository/Images/bckBody.png) no-repeat 0 -800px;
	width: 100%;
	height: 100%;
}

.login * {
	box-sizing: border-box;	
}


#loginPanel {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 700px;
	height: 390px;
	font-family: Arial;
	margin: -195px -350px;
	background: transparent url(/_Core/Repository/Images/bckLogin.png) no-repeat 55px center;
}

#loginPanel #sxColLogin {
	float: left;
	width: 232px;
	height: 390px;
	margin: 0 0px 0 0;
	display: table;
}

#loginPanel #dxColLogin {
	float: left;
	width: 425px;
	margin: 0;
	padding: 0;
	/*border: 1px solid green;*/
}

#loginPanel #dxColLogin .bttLogin {
	width: auto;
	background-color: #f4f4f4;
	border: 1px solid #ccc;
}

#loginPanel #dxColLogin .bttLogin:hover{
	background-color: #ACC958;
}

#loginPanel #sxColLogin #logo {
	margin-top: 68px;
	width: 232px;
	height: 255px;
	float: none;
	cursor: pointer;
}

#loginPanel #sxColLogin #logo div {
	font-family: 'label';
	text-transform: uppercase;
	font-size: 2.2em;
}

#loginPanel #sxColLogin div {
	float: right;
	width: 230px;
	margin: 0px 0px 0 0;
	text-align: right;
	color: #808080;
	vertical-align: middle;
	display: table-cell;
}

#loginPanel #title {
	float: left;
	/*width: 100%;*/
	width: 380px;
	margin: 15px 10px;
	/*height: 110px;*/
	/*padding: 10px 0;*/
	text-align: center;
	/*background: transparent url(/_Project/Images/bckTopLogin.png) no-repeat top center;*/
	border-bottom: 1px solid #c4bcac;
	color: #333;
}

#loginPanel #title div {
	width: 100%;
	font-size: 1.1em;
	color: #666;
	letter-spacing: 1px;
	text-transform:uppercase;
	font-family: Verdana;
	margin-top: 80px;
}

#loginPanel #dxColLogin #divForm {
	float: left;
	font-size: .9em;
	/*width: 380px;*/
	padding: 75px 0 0 70px;
	/*margin: 0 10px 10px 10px;*/
	color: #666;
	text-align: left;
	/*border: 1px solid #ccc;*/
}


#loginPanel #dxColLogin #divForm #txtLogin {
	margin-top: 15px;
	margin-bottom: 20px;
	padding-bottom: 5px;
	border-bottom: 1px solid #ccc;
}

#loginPanel #dxColLogin #divForm #txtLogin .title {
	font-family: 'label';
	text-transform: uppercase;
	font-size: 19px;
	line-height: 30px;
	/*color: #ACC958;*/
	/*
	color: #A6C62E;
	*/
}

#loginPanel #divForm .elementForm {
	float: left;
	width: 48%;
	margin: 2% 1% 0 0px;
}


a#fromext, a.link#fromext, a.visited#fromext {
	font-weight: normal;
	color: #666;
}

a:hover#fromext, a:active#fromext, a:focus#fromext {
	color: #666;
}


.forgotPassword,
.forgotPassword:active,
.forgotPassword:focus,
.forgotPassword:link,
.forgotPassword:visited
 {
	color: #4c90d9;
	cursor: pointer;
	width: 100%; 
	padding-top: 10px; 
	font-size: 1.2em;
}

.forgotPassword:hover {
	color: #000;
}



</pre></body></html>