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

.wrapper {
	width: 550px;
	min-width: 280px;
	position: absolute;
	top: 45%;
	left: 50%;
	margin: -250px 0 0 -250px;
}

h1 {
	margin-top: 10px;
	font-weight: 400;
	font-size: 28px;
	float: right;
	color: #393939;
	text-shadow: 0 1px 0 #fff;
}

.inner {
	width: 480px;
	margin: auto;
}

.logo {
	height: 50px;
	width: 300px;
	background: url(../images/template/logo.png) no-repeat;
}

.lg-body {
	margin-top: 5px;
	/*height: 235px;*/
	border-radius: 5px;
	border: 1px solid #444;
	/*
	background: url(../images/template/login-bg.jpg);
	border-bottom: 4px solid #333;
	box-shadow: inset 0 1px 0 0 #999;*/
}

#lg-head {
	height: 26px;
	margin: 10px 0;
	background: url(../images/template/login-sprite.png) no-repeat 0 0;
}

#lg-head p {
	padding: 6px 0 0 34px;
	font-size: 17px;
}

.separator {
	height: 2px;
	background: url(../images/separator-dark-hz.png) repeat-x;
	margin: 14px 0;
}

.login {
	/*width: 400px;*/
	margin:0;
	padding-top: 5px;
}

.inner.maxWidth{
	width: 500px;
	margin-left:20px;
}

.login.maxWidth{
	width: 480px;
}


.login ul li {
	margin-top: 14px;
}

#usr-field, #psw-field {
	/*background: url(../images/template/nav/nav-hover.png);*/
	border-radius: 3px;
	height: 32px;
	position: relative;
}

#usr-field-icon {
	display: block;
	width: 22px;
	height: 18px;
	background: url(../images/template/login-sprite.png) no-repeat 0 -28px;
	position: absolute;
	top: 8px;
	left: 8px;
}

#psw-field-icon {
	display: block;
	width: 22px;
	height: 20px;
	background: url(../images/template/login-sprite.png) no-repeat 0 -48px;
	position: absolute;
	top: 6px;
	left: 8px;
}

input {
	background: #fff;
	border-radius: 3px;
	border: 1px solid #ccc;
	outline: none;
	padding: 4px 2px 2px 2px;
	font-size: 12px;
	color: #292929;
}

.input {
	font-size: 12px;
	position: relative;

	/*width: 360px;*/
	width: 83%;
	/*height: 32px;
	padding: 0;
	*/
	background: transparent;
	border: none;
	box-shadow: none;
	
	padding-left:40px;
	margin-left:40px;
	/*background-color:transparent !important;*/
}

#checkbox {
	margin: 16px 0 16px 4px;
}

.checkbox-text {
	margin-left: 6px;
	font-size: 13px;
	float: none;
}

.submit {
	width: 82px;
	height: 26px;
	border: 1px solid #444 !important;
	font-size: 13px !important;
	padding: 0;
}

#lost-psw {
	float: right;
	margin-top: -24px;
}

#lost-psw a {
	font-size: 13px;
}

label.error {
	width: 22px;
	height: 22px;
	display: block;
	clear: both;
	text-indent: -9999px;
	position: absolute;
	top: 6px;
	right: 6px;
	background: url(../images/template/login-sprite.png) no-repeat 0 -68px;
	border: none;
	float: none;
}

.btn.disabled, .btn[disabled], .btn-app.disabled {
    cursor: default;
    background-image: none;
    color: #ffffff ;
    background-color: #6c757d !important;
	border-color: #6c757d !important;
    opacity: 0.75;
    filter: alpha(opacity=75);
}


/* ADAPTIVE LAYOUT */
@media only screen and (min-width: 0px) and (max-width: 500px){
	.wrapper {
		width: 96%;
		/*position: relative;*/
		top: 0;
		/*left: 8%;*/
		left: 2%;
		right: 2%;
		margin: 4px auto !important;
	}
	.inner, .login, fieldset, .logo {
		width: 280px !important;
		margin: auto;
	}
	.logo h1 {
		display: none;
	}
	#lg-head {
		background: none;
	}
	#lg-head p {
		padding: 2px 0 0 2px;
	}
	.separator {
		margin: 6px 0 0 0;
	}
}

/* added for app */
.loginError {
	width: 22px;
	height: 22px;
	display: block;
	clear: both;
	text-indent: -9999px;
	position: absolute;
	top: 6px;
	right: 12px;
	background: url(../images/template/login-sprite.png) no-repeat 0 -68px;
	border: none;
	float: none;
}

.loginSuccess{
	display:none;
}

.forgotPassword{
	padding:10px 0 0 0;
	font-size:14px;
}

.incompatible_resolution{
	display:none;
	margin-top:10px;
}

.password-container i.toggle_Password {
    position: absolute;
	right: 20px;
	top:10px;
    cursor: pointer;
	z-index: 1000;
}

.card-body div.row {
	margin-left:-10px;
}

@media only screen and (min-width: 0px) and (max-width:600px){
	.incompatible_resolution{
		display:block;
	}
}

@media only screen and (min-width: 600px) and (max-width:900px){
	.incompatible_resolution{
		display:block;
	}
}

h1 {
	float: none;
	font-size: 1.2rem;
	margin-bottom: 5px;
}
.login-card {
	box-shadow: 1px 0 20px rgba(0,0,0,.30);
	/* max-width: 400px;
     margin-left: 75px;*/
	margin-bottom: 20px;
}
.login-card .card-body{
	padding: 20px;
	margin-top: 3%;
}
.input-group-text {
	padding-top: 0.55rem;
	padding-bottom: 0.55rem;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	background: #f2f2f2;
	max-height: 35px;
}
.form-control {
	font-size: 12px;
}

@media (max-width: 640px){
	.login-card {
		margin-left: 0;
		max-width: 100%;
	}
}
</pre></body></html>