body {
	margin:0;
	background: url("/app/Default/data/images/demo-bg.jpg") no-repeat fixed center center / cover  rgba(0, 0, 0, 0);
	height: 100%;
    margin: 0;
    background-attachment: fixed;
	/*position:relative!important;*/
	overflow:visible!important;
}
.nomargin {margin:0!important}
.login_error {
    color: #EA4B4B;
    font-size: 14px;
    font-weight: bold;
    /* height: 20px; */
    padding: 0;
    text-align: center;
	width:100%;
}
.login_warning {
    color: #f36e15;
	font-weight: 500;
    margin: 3px 6px;
}

form { margin: 0;}
.inputBox {
	padding-top: 16px;
    width: 390px;
    display: flex;
    align-items: center;
}
.inputBox span {font-size:10px}
.inputTitle {
	color: #333;
    display: inline-block;
    font-family: Arial;
    font-size: 13px;
    padding-left: 1px;
    width: 150px;
    padding-right: 10px;
    font-weight: normal!important;
    box-sizing: border-box;
}

.inputBox input, .inputBox select {
    -moz-box-sizing: border-box;
    border: 1px solid #999;
    color: #333;
    display: inline-block;
    font-size: 14px;
    height: 30px;
    line-height: 18px;
    margin: 0;
    overflow: visible;
    padding: 5px;
    width: 270px;
}
.inputBox input:focus, .inputBox select:focus{border:1px solid #333}
.bigButton {
		/*display:block;*/
		border:solid;
		background: #00adef;
		color:#fff;
		border-width:1px;
		font-size:15px;
		margin: 20px auto 0;
		padding: 7px 25px;
		border-radius: 3px;
		cursor:pointer;
		text-align:center;
}
.bigButton:hover {background: #009FDB;color:#fff!important}

.buttonsDiv {
	text-align: center;
}

.fixedWidth {
	width: 140px;
}

#error_message { background: none repeat scroll 0 0 #E47575;  border: 1px solid #BC5151;  color: #A54848;font-family: calibri; font-size: 19px; margin-left: auto; margin-right: auto; margin-top: 16px; text-align: center; width: 80%;display:none;}
.messageHeader {
    padding: 10px;
    text-align: center;
}
.messageBody {
    margin-top: 30px;
    text-align: justify;
}
.messageBody p {
    font-size: 18px;
    text-align: center;
}
#infoPanel {
    font-family: calibri;
    font-size: 19px;
    margin: 20px auto;
    padding: 10px 0;
    text-align: center;
    width: 100%;
}
.box.tabsTitle .header {
    color: #888888;
    font-family: 'Comfortaa',Arial,sans-serif;
    font-size: 30px;
    margin-bottom: 25px;
    text-align: center;
    text-shadow: -1px -1px 0 #FFFFFF;
}
.box .header {
    font-weight: 400;
    line-height: 1.2;
    min-height: 32px;
    padding-left: 10px;
}
.gkCopyrights {
    margin: 10px 0 20px;
    text-align: center;
	font-family:Arial;
	color:#8D9196;
}
.gkCopyrights a {color:#6F98B4}
.main-container {
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    background: white;
    font-size: 14px;
    height: 385px !important;
    left: 50%;
    margin-left: -280px;
    margin-top: -160px;
    position: fixed;
    top: 40%;
    width: 560px;
    border-radius: 5px;
}
.main-container {
    display: table;
    height: 100%;
}
.content-logo {
    /*background: none repeat scroll 0 0 #8D9196;*/
    border-bottom: 4px solid #00AFDA;
    /*border-radius: 5px 5px 0 0;*/
    padding: 5px 0;
    text-align: center;
}
.content-bottom {
	padding:20px;
	/*box-shadow:0 10px 10px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow:0 10px 10px rgba(0, 0, 0, 0.25);
	background:#fff;*/
}
.content-bottom h1 {color:#5d85a0;font-weight:normal;margin: 6px 0;font-size:22px;text-align:center}
.content-bottom p{color:#999;margin:15px 0 0;text-align:center}
.content-bottom h1,
.content-bottom p{font-family:arial}

.main-container[login='sso'] {height:285px!important;}
.content-bottom.login-sso {padding:0px;}
.content-bottom.login-sso .bigButton{
	border-radius:0px; display: inline-block;  height: 30px;
    width: 100px; font-size: 20px; line-height: 30px;}
.main-container[login='sso'] .content-bottom.login-normal {display:none;}
.content-bottom.login-sso .gkCopyrights {position:absolute; left:0px; right:0px; bottom:10px;}
[login='normal'] .content-bottom.login-sso {display:none;}

/* Login Type Switch */
.login-type-switch { position: absolute; right: 20px; }
[ad-auth="false"] .login-type-switch {display:none;}
.login-switch-background{ position: absolute; top: 7px; color: white; font-weight: bold }
input:checked + .slider > .login-switch-background {left: 10px;}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}
.switch input {display:none;}
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
  width: 70px;
}
.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}
input:checked + .slider {
  background-color: #00adef;
}
input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}
input:checked + .slider:before {
  -webkit-transform: translateX(36px);
  -ms-transform: translateX(36px);
  transform: translateX(36px);
}
.slider.round { border-radius: 34px; }
.slider.round:before { border-radius: 50%; }

.disabled {
	pointer-events: none;
	cursor: default;
	opacity: 0.5;
	box-shadow: inset 0px 0px 5px rgba(0,0,0,0.3)
}