body {
  background-color: #ffffff;
  font-family: arial, sans-serif;
}

#banner {
  height: 68px;
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-image: linear-gradient(to bottom, #0071B7 0%, #025E9F 100%);
}

div.error-content {
  padding: 10px;
}


.errorBody {
  margin: 0px;
}

.errorBody iframe {
  height: 0px;
}

body.errorBody input[type="submit"]:hover{
  box-shadow: 0 0 3px rgba(50,50,50,1);
}

body.errorBody input {
  min-height: 25px;
  font-size: 0.9em;
  font-family: tahoma, sans-serif;
}

div.bannerLogo {
  float: left;
  margin-left: 1px;
  margin-top: 6px;
  height: 64px;
}

div.bannerInfo {
  float: right;
  color: #FFF;
  margin-top: 15px;
}


button.center {
  text-align: center;
}

.error_message {
  /*
  color: #B94A48;
  background-color: #F2DEDE;
  border-color: #EED3D7;
  */
}

span.help-inline {
  margin-bottom: 10px;
}

div.control-group label.control-label {
  width: 100px;
  float: left;
  margin-top: 5px;
}

div.control-group div.controls {
  width: 300px;
  float: left;
}


.loginBody {
  margin: 0px;
  text-align: center;
}

.login-content {
  /* text-align: center; */
  width: 100%;
}

.login-box {
  text-align: center;
  width: 300px;
  border: 1px solid #ccc;
  padding: 20px;
  margin-top: 120px;
  box-shadow: 0px 0px 20px rgba(128, 128, 128, 0.85);
  color: rgb(58, 58, 58);
  margin-left: auto;
  margin-right: auto;
  display:  table;
  }

.login-box input {
  line-height: 24px;
  height: 32px;
  width: 250px;
/*   margin-left: 20px; */
  font-size: 1.4em;
  text-align: center;
  color: rgb(0, 0, 0);
}

.login-box label {
  width: 40px;
}

.login-box .btn {
  line-height: 32px;
  width:  120px;
/*   margin-left: 90px; */
  font-size: inherit;
  background-color: #0165A7;
  cursor: pointer;
  color: white;
  border:none;
  border-radius: 3px;
}

.login-box .btn:hover {
 background-color: gray;
color: white;
}

.login-message {
  color: red;
  border: 1px solid red;
  padding: 7px;
  background-color: rgba(255, 0, 0, 0.11);
}

.login-box h1 {
margin-top: 0px;color: rgb(1, 101, 167);text-align: center;}

.login-box input {

}