body {
  background-color: #ffffff;
}

#banner {
  height: 68px;
  padding-left: 1%;
  padding-right: 1.2%;
  padding-top: 8px;
  padding-bottom: 10px;
  position: absolute;
  top: 0;
  width: 100%;
}

.loginBody {
  margin: 0px;
}

.loginBody iframe {
  height: 0px;
}

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

body.loginBody 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;
}
/* CHRIS */
div.loginLabel {
  display: block;
  padding-bottom: 8px;
}
div.loginLabel > * {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
}

button.center {
  text-align: center;
}

div.forgot {
  text-align: center;
  padding: 8px;
}
.forgot_section{
  border-top: 1px solid #cecece;
  background-color: rgb(240, 240, 240);
}
.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;
}
