body {
	background: url('../images/bg-liquidice.jpg') no-repeat center center
		fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	color: #fff;
	font-family: 'Open Sans', Arial, Helvetica, Sans-Serif;
}
/*https://msdn.microsoft.com/en-us/library/windows/apps/hh465740.aspx*/
::-ms-clear {
   display: none;
}
::-ms-reveal {
   display: none;
}
.inner-addon {
	position: relative;
}

.pwdMessage {
	padding: 20px;
}

.logo {
	background-image: url(../images/logo.png);
}

.poweredby {
	background-image: url(../images/poweredby.png);
	height: 37px;
}

.logoContainer {
	width: 200px;
	height: 50px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.poweredByContainer {
	background-position: right;
	background-repeat: no-repeat;
	background-size: contain;
}

.loginwarning {
	display: inline-block;
	text-align: center;
	color: #a94442;
	width: 100%;
	margin: 0px;
}

.inner-addon .fa {
	position: absolute;
	padding: 10px;
	pointer-events: none;
	color: #cccccc;
}

.right-addon .fa {
	right: 0px;
}

.right-addon input {
	padding-right: 30px;
}

.panel {
	border: none;
	margin-bottom: 0px;
	border-radious: 0px;
	background-color: #fff;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.logintable>tbody>tr>td {
	padding: 0px;
	border: none;
	vertical-align: middle;
}

.panel-default {
	background-color: #F5f5f5;
}

.panel-heading {
	padding: 30px 30px 5px 30px;
	border: none;
}

.panel-footer {
	border: none;
}

.carousel-inner {
	background: url('../images/sliderbg.png') no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.carousel-indicators {
	bottom: -50px;
}

.jumbotron {
	background: transparent;
	padding: 50px;
	padding-top: 100px;
}

.small-text {
	font-size: 10px;
}

.footr {
	position: relative;
	bottom: 0;
	width: 100%;
	display: block;
}

.vertical-center {
	min-height: 100%;
	min-height: 70vh;
	display: flex;
	align-items: center;
}

.margleft {
	padding-left: 30px;
}

.btn-primary {
	background-color: #3e5f7f;
	border-radius: 3px;
}

.btn-lg {
	font-size: 18px;
	font-weight: 500;
}

.btn-primary.disabled,.btn-primary[disabled],fieldset[disabled] .btn-primary,.btn-primary.disabled:hover,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary:hover,.btn-primary.disabled:focus,.btn-primary[disabled]:focus,fieldset[disabled] .btn-primary:focus,.btn-primary.disabled.focus,.btn-primary[disabled].focus,fieldset[disabled] .btn-primary.focus,.btn-primary.disabled:active,.btn-primary[disabled]:active,fieldset[disabled] .btn-primary:active,.btn-primary.disabled.active,.btn-primary[disabled].active,fieldset[disabled] .btn-primary.active
	{
	background-color: #36526e;
	border-color: #2d455d;
}
.clearText{
	color: #333;
}

.captcha-style{
	width: 87%;
	display: inline;
}

.button-style{
	float: right;
	padding: 9px;
	color: black;
}

.captcha-div-style{
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 5px;
	margin-bottom: 10px;
}

.eulaModal-div-style{
	color: black;
}

.eulaModal-title-style{
	font-size: 15px;
}

.eulaModal-body-style{
	height: 300px;
	overflow: auto;
	padding: 20px;
	text-align: justify;
	letter-spacing: 0.8px;	
}

#js_disabled {
	width: 100%;
	height: 100%;
	background:#000000;
	position:absolute;
	left: 0;
	top: 0;
	z-index:5;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	opacity: 0.9; 
	margin:auto;
}
#js_disabled div {
	display:block;
	position:absolute;
	top:40%;
	left:35%;
	width:350px;
	z-index:7;
	color:#f00000;
	font-size: 16px;
	text-align: left;
	background:#ffffff;
	border:1px solid #0000FF;
	padding: 5px;
}

.hideNow{
				display:none;
	}
@media only screen and (max-width : 1024px){
	.hideNow{
				display:block;
				overflow: hidden;
	}
}
	
.agreementTextTable > tbody > tr > td {
	padding-right: 20px;
	padding-top: 5px;
	vertical-align: top;
}

/* Page background */
.page-background {
	background-image: linear-gradient(#f4efef, #f5efef);
	position: relative;
	height: 100vh;
	margin: 0;
}

/* Center container */
.auth-container {
	width: 565px;
	height: 380px;
	background: white;
	border: 2px solid transparent;
	box-shadow: 
		0 4px 8px rgba(0, 0, 0, 0.2),
		0 6px 20px rgba(0, 0, 0, 0.19);
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

/* Logo wrapper (existing .logo remains untouched) */
.auth-logo {
	margin: 20px auto 30px auto;
	width: 300px;
	height: 70px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

/* Error heading */
.auth-error-title {
	color: #e40000;
	margin-left: 50px;
	margin-top: 22px;
	font-weight: normal;
}

/* Support text */
.auth-support-text {
	color: #174ea6;
	margin-left: 50px;
	font-size: 15pt;
	font-weight: normal;
	display: block;
	margin-top: 0;
}

/* Redirect link section */
.auth-redirect {
	color: #1b1b1b;
	margin-left: 50px;
	font-size: 12pt;
	font-weight: normal;
	margin-top: 30px;
}

/* Page background */
.logoutpage-bg {
	background-image: linear-gradient(#f4efef, #f5efef);
	position: relative;
	height: 100vh;
	margin: 0;
}

/* Main centered container */
.logoutpage-container {
	width: 565px;
	height: 380px;
	background: #ffffff;
	box-shadow:
		0 4px 8px rgba(0, 0, 0, 0.2),
		0 6px 20px rgba(0, 0, 0, 0.19);
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}

/* Wrapper (future-safe for padding/layout changes) */
.logoutpage-wrapper {
	width: 100%;
	height: 100%;
}

/* Logo wrapper */
.logoutpage-logo-wrapper {
	text-align: center;
}

/* Logo sizing — existing `.logo` stays unchanged */
.logoutpage-logo {
	margin: 20px auto 30px auto;
	width: 300px;
	height: 70px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

/* Message wrapper */
.logoutpage-message-wrapper {
	margin-top: 10px;
}

/* Title text */
.logoutpage-title {
	color: #1b1b1b;
	margin-left: 50px;
	margin-bottom: 0;
	font-weight: normal;
}

/* Subtitle text */
.logoutpage-subtitle {
	color: #1b1b1b;
	margin-left: 50px;
	font-size: 15pt;
	font-weight: normal;
	display: block;
	margin-top: 0;
}

/* Redirect section */
.logoutpage-redirect {
	color: #1b1b1b;
	margin-left: 50px;
	font-size: 12pt;
	font-weight: normal;
	margin-top: 30px;
}
/* Error title override */
.logoutpage-error-title {
	color: #e40000;
	margin-top: 22px;
}

/* Info text override */
.logoutpage-info-text {
	color: #174ea6;
}
body {
	background: url('../images/bg-liquidice.jpg') no-repeat center center
		fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	color: #fff;
	font-family: 'Open Sans', Arial, Helvetica, Sans-Serif;
}
/*https://msdn.microsoft.com/en-us/library/windows/apps/hh465740.aspx*/
::-ms-clear {
   display: none;
}
::-ms-reveal {
   display: none;
}
.inner-addon {
	position: relative;
}

.pwdMessage {
	padding: 20px;
}

.logo {
	background-image: url(../images/logo.png);
}

.poweredby {
	background-image: url(../images/poweredby.png);
	height: 37px;
}

.logoContainer {
	width: 200px;
	height: 50px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.poweredByContainer {
	background-position: right;
	background-repeat: no-repeat;
	background-size: contain;
}

.loginwarning {
	display: inline-block;
	text-align: center;
	color: #a94442;
	width: 100%;
	margin: 0px;
}

.inner-addon .fa {
	position: absolute;
	padding: 10px;
	pointer-events: none;
	color: #cccccc;
}

.right-addon .fa {
	right: 0px;
}

.right-addon input {
	padding-right: 30px;
}

.panel {
	border: none;
	margin-bottom: 0px;
	border-radious: 0px;
	background-color: #fff;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.logintable>tbody>tr>td {
	padding: 0px;
	border: none;
	vertical-align: middle;
}

.panel-default {
	background-color: #F5f5f5;
}

.panel-heading {
	padding: 30px 30px 5px 30px;
	border: none;
}

.panel-footer {
	border: none;
}

.carousel-inner {
	background: url('../images/sliderbg.png') no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.carousel-indicators {
	bottom: -50px;
}

.jumbotron {
	background: transparent;
	padding: 50px;
	padding-top: 100px;
}

.small-text {
	font-size: 10px;
}

.footr {
	position: relative;
	bottom: 0;
	width: 100%;
	display: block;
}

.vertical-center {
	min-height: 100%;
	min-height: 70vh;
	display: flex;
	align-items: center;
}

.margleft {
	padding-left: 30px;
}

.btn-primary {
	background-color: #3e5f7f;
	border-radius: 3px;
}

.btn-lg {
	font-size: 18px;
	font-weight: 500;
}

.btn-primary.disabled,.btn-primary[disabled],fieldset[disabled] .btn-primary,.btn-primary.disabled:hover,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary:hover,.btn-primary.disabled:focus,.btn-primary[disabled]:focus,fieldset[disabled] .btn-primary:focus,.btn-primary.disabled.focus,.btn-primary[disabled].focus,fieldset[disabled] .btn-primary.focus,.btn-primary.disabled:active,.btn-primary[disabled]:active,fieldset[disabled] .btn-primary:active,.btn-primary.disabled.active,.btn-primary[disabled].active,fieldset[disabled] .btn-primary.active
	{
	background-color: #36526e;
	border-color: #2d455d;
}
.clearText{
	color: #333;
}

.captcha-style{
	width: 87%;
	display: inline;
}

.button-style{
	float: right;
	padding: 9px;
	color: black;
}

.captcha-div-style{
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 5px;
	margin-bottom: 10px;
}

.eulaModal-div-style{
	color: black;
}

.eulaModal-title-style{
	font-size: 15px;
}

.eulaModal-body-style{
	height: 300px;
	overflow: auto;
	padding: 20px;
	text-align: justify;
	letter-spacing: 0.8px;	
}

#js_disabled {
	width: 100%;
	height: 100%;
	background:#000000;
	position:absolute;
	left: 0;
	top: 0;
	z-index:5;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	opacity: 0.9; 
	margin:auto;
}
#js_disabled div {
	display:block;
	position:absolute;
	top:40%;
	left:35%;
	width:350px;
	z-index:7;
	color:#f00000;
	font-size: 16px;
	text-align: left;
	background:#ffffff;
	border:1px solid #0000FF;
	padding: 5px;
}

.hideNow{
				display:none;
	}
@media only screen and (max-width : 1024px){
	.hideNow{
				display:block;
				overflow: hidden;
	}
}
	
.agreementTextTable > tbody > tr > td {
	padding-right: 20px;
	padding-top: 5px;
	vertical-align: top;
}

/* Page background */
.page-background {
	background-image: linear-gradient(#f4efef, #f5efef);
	position: relative;
	height: 100vh;
	margin: 0;
}

/* Center container */
.auth-container {
	width: 565px;
	height: 380px;
	background: white;
	border: 2px solid transparent;
	box-shadow: 
		0 4px 8px rgba(0, 0, 0, 0.2),
		0 6px 20px rgba(0, 0, 0, 0.19);
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

/* Logo wrapper (existing .logo remains untouched) */
.auth-logo {
	margin: 20px auto 30px auto;
	width: 300px;
	height: 70px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

/* Error heading */
.auth-error-title {
	color: #e40000;
	margin-left: 50px;
	margin-top: 22px;
	font-weight: normal;
}

/* Support text */
.auth-support-text {
	color: #174ea6;
	margin-left: 50px;
	font-size: 15pt;
	font-weight: normal;
	display: block;
	margin-top: 0;
}

/* Redirect link section */
.auth-redirect {
	color: #1b1b1b;
	margin-left: 50px;
	font-size: 12pt;
	font-weight: normal;
	margin-top: 30px;
}

/* Page background */
.logoutpage-bg {
	background-image: linear-gradient(#f4efef, #f5efef);
	position: relative;
	height: 100vh;
	margin: 0;
}

/* Main centered container */
.logoutpage-container {
	width: 565px;
	height: 380px;
	background: #ffffff;
	box-shadow:
		0 4px 8px rgba(0, 0, 0, 0.2),
		0 6px 20px rgba(0, 0, 0, 0.19);
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}

/* Wrapper (future-safe for padding/layout changes) */
.logoutpage-wrapper {
	width: 100%;
	height: 100%;
}

/* Logo wrapper */
.logoutpage-logo-wrapper {
	text-align: center;
}

/* Logo sizing — existing `.logo` stays unchanged */
.logoutpage-logo {
	margin: 20px auto 30px auto;
	width: 300px;
	height: 70px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

/* Message wrapper */
.logoutpage-message-wrapper {
	margin-top: 10px;
	margin-left: 0px !important;
}

/* Title text */
.logoutpage-title {
	color: #1b1b1b;
	margin-left: 50px;
	margin-bottom: 0;
	font-weight: normal;
}

/* Subtitle text */
.logoutpage-subtitle {
	color: #1b1b1b;
	margin-left: 50px;
	font-size: 15pt;
	font-weight: normal;
	display: block;
	margin-top: 0;
}

/* Redirect section */
.logoutpage-redirect {
	color: #1b1b1b;
	margin-left: 50px;
	font-size: 12pt;
	font-weight: normal;
	margin-top: 30px;
}
/* Error title override */
.logoutpage-error-title {
	color: #e40000;
	margin-top: 22px;
}

/* Info text override */
.logoutpage-info-text {
	color: #174ea6;
}
/* Primary action button (new, minimal addition) */
.logoutpage-primary-btn {
	padding: 6px 18px;
	font-size: 12pt;
	border: none;
	border-radius: 4px;
	background-color: #174ea6;
	color: #ffffff;
	cursor: pointer;
}

.logoutpage-primary-btn:hover {
	background-color: #123c85;
}
