
html{
  height:100%;
  width:100%;
}

body{
  height:100%;
  font-family: Arial, Verdana,Helvetica;
  text-align:center;
  margin:0px;
}


#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{
  min-height:100%;
  display: inline-block;
  position:relative;
  width:100%;
  text-align:left;
  display:inline-flex;
  flex-direction:column;
}

.loginBody{
  text-align:center;
  flex-grow:1;
}

.loginErrorWrapper{
  display:block;
  height:60px;
  margin-top:30px;
  text-align:center;
  text-align:center;
}

.loginError{
  border:1px solid #ccc;
  display:none;
  padding:5px;
  background-color:#ffffff;
  max-width:450px;
  width:90%;
}

.loginCaption{
  font-size:1.2em;
  margin-top:10px;
  margin-bottom:20px;
}

.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-top:30px;
  padding:0px;
  padding-bottom:20px;
  border:1px solid #ccc;
  max-width:450px;
  width:90%;
  display:inline-block;
  background-color: #fff;
  border-radius:10px;
}

#poweredBy{
  font-size:.8em;
  vertical-align:bottom;
}

.loginInput{
  width:100%;
  font-size:20px;
  padding:3px;
}
               


.login-footer{
  width:100%;
  padding-top:10px;
  padding-bottom:10px;
  text-align:center;
  bottom:0px;
  background-color:white;
  flex-grow:0;
}

.login-footer-content{
  font-size: 12px;
  padding: 10px;
  bottom:0px;
}



@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/login-bg.png');
}

.loginLogo{
  border-bottom: 1px solid #ddd;
  margin:0px 0px;
  padding:5px;
  display:flex;
  justify-content: center;
}

.loginLogoInner{
  margin:5px;
  flex-grow:1;
  flex-shrink:1;
  justify-contents:center;
}
.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;
}

