<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html,body
{
    height:100%;
    background-color: #2583D8;
}
.login
{	
	/*border:1px solid red;*/
	min-height: 100vh;
	padding :4%;
}
.login-inner
{
	/*padding :4%;*/
}
.login-logo-sec img
{
	margin: 0 auto;
}

.form-content
{
	margin: 0 auto;
	margin-top: 40px;
}
.form-content p.welcome
{
	font-family: 'heebo_mediumregular';
	font-size: 15px;
	text-transform: uppercase;
	color : #FFF;
	text-align: center;
	letter-spacing: 3px;
}

.form-content .form-inner
{
	width: 400px;
	min-height :220px;
	background-color: #FFF;
	border-radius: 5px;
	margin: 0 auto;
}

.form-content .form-inner .form-fields
{
	padding: 40px 20px 20px 20px;
}

.form-content .form-inner .form-fields label
{	
	color: #2583D8;
	/*font-family: 'heebo_mediumregular';*/
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding-left: 0 !important;
}

.checkbox label
{
	color: #000 !important;
	/*font-family: 'heebo_mediumregular';*/
	letter-spacing: 1px !important;
	font-size: 12px !important;
}

.custom-btn
{
	background-color: #2583D8;
	letter-spacing: 2px;
	color: #FFF;
	width: 100%;
}
.custom-btn:hover
{
	background-color: #165083;
	color: #FFF;
}

.form-content .form-inner .checkbox
{
	text-align: right;
}
.form-content .form-inner .checkbox input
{
	width: 17px;
	margin-top: 1px;
	height: 17px;
}
.form-content .form-inner .checkbox label
{
	text-transform: none;
}
.login-footer
{
	text-align: center;
	color: #FFF;
	/*margin: 30px 0 ;*/
}
.login-footer a
{
	color: #FFF;
	font-family: 'heebo_mediumregular';
}
.login-footer .divider
{
	padding: 0 10px;
}
.custom-modal1 .modal-header
{
	padding-bottom: 10px;
}
.custom-modal1 h4.modal-title 
{
	color: #2583D8;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	padding-bottom: 0;
	letter-spacing: 1px;
}
.custom-modal1 .modal-footer
{
	border: none;
	/*text-align: center;*/
}
.custom-modal1 .modal-footer .btn.btn-site
{
	background: #2583D8;
	color: #FFF;
}
.custom-modal1 .control-label
{
	color: #2583D8;
	letter-spacing: 1px;
	font-size: 12px;
	margin-top: 5px;
}
.learn-more
{
	background: #519ee1;
    width: 160px;
    margin: auto;
    margin-top: 20px;
    color: #FFF;
    padding: 5px;
}
.learn-more a
{
	text-decoration: none;
}
.learn-more p
{
	text-align: center;
	margin: 0 ;
	color: #FFF;
}
.learn-more p:first-child
{
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: bold;
}
.lobibox.lobibox-window
{
	border: none;
}
.table.twofactor-table tr td
{
	border: none;
}
.strong
{
	font-weight: bold;
}
.code-content
{
	text-align: left;
}
.twofactor-list
{
	min-height: 120px;
	max-height : 150px;
	overflow-y: auto;
	margin-top: 10px;
}
#code-received-content
{
	display: none;
}
hr
{
	margin-bottom: 0;
	margin-top: 10px;
}
.loading
{
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right : 0;
  width: 100%;
  background: #000;
  opacity: 0.5;
  z-index: 100;
  display: none;
  z-index: 100000;
  opacity: 0.8;
}
.loading::before {
    position: absolute;
    width: 100px;
    height: 100px;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -50px;
    content: "";
    background: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' style='margin: auto; background: none; display: block; shape-rendering: auto;' width='100px' height='100px' viewBox='0 0 100 100' preserveAspectRatio='xMidYMid'%3E%3Ccircle cx='50' cy='50' r='32' stroke-width='8' stroke='%232583d8' stroke-dasharray='50.26548245743669 50.26548245743669' fill='none' stroke-linecap='round'%3E%3CanimateTransform attributeName='transform' type='rotate' dur='1s' repeatCount='indefinite' keyTimes='0;1' values='0 50 50;360 50 50'%3E%3C/animateTransform%3E%3C/circle%3E%3Ccircle cx='50' cy='50' r='23' stroke-width='8' stroke='%23337633' stroke-dasharray='36.12831551628262 36.12831551628262' stroke-dashoffset='36.12831551628262' fill='none' stroke-linecap='round'%3E%3CanimateTransform attributeName='transform' type='rotate' dur='1s' repeatCount='indefinite' keyTimes='0;1' values='0 50 50;-360 50 50'%3E%3C/animateTransform%3E%3C/circle%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: fit;
    background-position: center;
}
.twofactor-user-list
{
	padding: 2px 0;
}
.twofactor-user-list:hover
{
	background: #CCC;
}
.twofactor-user-list .radio, .twofactor-user-list .radio label
{
	width: 100%;
}
.twofactor-user-list span
{
	float: left;
	width: 45%;
}
.twofactor-user-list span:first-child
{
	width: 10%;
	text-align: left;
}
.twofactor-large-text
{
	margin-top: 0;
}
#devicename-section
{
	margin-top: 10px;
	display: none;
}
#devicename-section label
{
	width: 119px;
	text-align: right;
}

@media screen and (max-width: 767px) 
{
	.login-logo-sec img
	{
		width:300px;
	}
	.form-content .form-inner
	{
		width: 90%;
	}
	.form-content .form-inner .form-fields label
	{
		padding-left: 15px !important;
	}
}

@media screen and (max-width: 425px) 
{
	.form-content .form-inner
	{
		width: 100%;
	}
	.form-content .form-inner .form-fields
{
	padding: 40px 0 0 0;
}
</pre></body></html>