
html{
  height:100%;
  width:100%;
}

body{
  height:100%;
  font-family: Arial, Verdana,Helvetica;
  text-align:center;
  margin:0px;
}

.loginLogo img{
  padding:20px;
  display: block;
  margin:15px auto 15px auto;
}

#cookie-message {
  display:none;
  background-color: #ddd;
  color: #black;
  margin: 0 auto;
  position:fixed;
  width:100%;
  left:0px;
  bottom:0px;
  text-align:center;
  font-size:12pt;
  border:1px solid gray;
}

.cookiePolicyX{
  background-color: red;
  color:white;
  font-weight:bold;
  display:inline-block;
  border:1px solid purple;
  float:right;
  padding:2px;
  font-size:12pt;
  width:15px;
  text-align:center;
  margin-right:2px;
}

.xOuter{
  text-align:right;
  width:100%;
}

.loginContent{
  background-color:#ffffff;
  min-height:100%;
  display: inline-block;
  position:relative;
  width:100%;
  max-width:1100px;
  text-align:left;
}

.loginBody{
  text-align:center;
  background-image: url("images/Web_JPG-Lotus Sectional Lifestyle.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 640px;
}

.loginErrorWrapper{
  display:inline-block;
  height:60px;
  margin: 10px;
  text-align:center;
  width: 450px;
}

.loginError{
  border:1px solid #ccc;
  display:none;
  padding:5px;
  background-color:#ffffff;
  max-width:450px;
  width:90%;
}

.loginCaption{
  font-size:1.2em;
}

.loginCenter {
	text-align: center;
	font-size: 1.2em;
	margin-bottom: 20px;
}
		
.loginDivider {
	margin-top:5px;
	margin-bottom:5px;
	background: #000000;
	height: 1px;
}

.C_Link{
  margin:4px;
}


/*  .loginRow{
  text-align:left;
  margin-bottom:10px;
}  */

.col1{
  display:inline-flex;
  text-align:left;
  font-weight:normal;
  padding:2px;
  width:99%;
}

.col2{
  display:inline-flex;
  text-align:left;
  padding:2px;
  width:99%;
}

.loginTable{
  margin:10px;
  padding:30px;
  border:1px solid #ccc;
  width:200px;
  display:inline-block;
  background-color: #fff;
  border-radius:10px;
  text-align: left;
}

.loginButtons{
   padding-top:20px;
   padding-bottom:20px;
}

#poweredBy{
  font-size:.8em;
  vertical-align:bottom;
}

.loginInput{
  width:100%;
  border-top-style: hidden;
  border-left-style: hidden;
  border-right-style: hidden;
  border-bottom-style: hidden;
  
}
 
.loginInput::placeholder{
   font-size: 13.5px;
} 


.login-footer{
  position:absolute; 
  width:100%;
  max-width:1100px;
  padding-top:10px;
  padding-bottom:10px;
  text-align:center;
  bottom:0px;
}

.login-footer-content{
  border-top:1px solid black;
  font-size: 12px;
  padding: 10px;
  background-color:#f2f2f2;
}



@media (max-width: 800px) {

  .loginErrorWrapper{
    margin-top:10px;
  }

  .loginTable{
    margin-top:10px;
  }
}

.login-bg-image {
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -5;
  background-image: url('images/Web_JPG-Lotus Sectional Lifestyle.jpg');
}

/*  .loginLogo{
  border-bottom: 1px solid #ddd;
  margin:20px 0px;
}  */

/*  .loginFrm{
   padding:20px;
   display:inline-block;
   max-width:300px;
}  */

/* .loginButtons{
  margin:30px 0px 20px 0px;
  text-align:center;
  width:100%;
}  */

.loginButton{
  width:100%;
  font-size: 1.2em;
  padding: 8px;
  background-color: #eee;
  border: 1px solid gray;
  color:black;
}

/*  #forgotRow{
  text-align:center;
} */

#pageProcessingImage{
  position: relative;
  top: 35%;
}

#pageProcessing{
  display:none;
  position:fixed;
  top:0px;
  left:0px;
  width:100%;
  height:100%;
  background-color:black;
  opacity: 0.50;
  -moz-opacity: 0.50; /* older Gecko-based browsers */
  filter:alpha(opacity=50); /* For IE6&amp;7 */
  text-align:center;
  z-index: 999;
}

button {
      
     font-size: 16px;
     font-weight:bold;
     background-color:#000000 !important; 
     color:white!important;     
     cursor:pointer;
     border-style:solid;
     border-width:1.5px;
     padding-left:20px;
     padding-right:20px;
     padding-top:5px;
     padding-bottom:5px;
	 width:100%;
}

button:hover{
	background-color:#da291c !important;
}

