body {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  top: 0px;
  margin:0;
  padding:0;
  background-color: #FFF;
  color: #79572E;
}

.header {
  color: #79572E;
  background-color: #E5E3DD;
  font-size: 350%;
  padding:2em;
  text-align: center;
  margin-bottom: 1em;
}

.forms {
  width: 80%;
  margin: auto;
}

.container {
  background-color: #FFF;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #000;
  text-align:center;
  position: relative;
  padding: 10px;
  margin-bottom:3em;
}
.container label {
  display: block;
  font-size: 130%;
}

#loginContainer {
  width: 300px;
  height: 100px;
  float: left;
}

#ddCode {
  width: 300px;
  height: 100px;
  float: right;
}

#ddCode input {
  font-family: "DejaVu Sans Mono", Menlo, Consolas, "Liberation Mono", Monaco, "Lucida Console", monospace; 
}

#badcode {
  background-color: #FF7B77;
  margin-left: 50%;
  top: 11em;
  left: -150px;
  width: 300px;
  height: 30px;
  font-size: 140%;
  position: absolute;
}

.or-text {
  margin-left: 50%;
  left: -150px;
  width: 300px;
  height: 60px;
}

.text {
  font-size: 200%;
  width: 250px;
  margin-top:6px;
  
}

#submit {
   font-size:11px;
   font-family:Verdana,sans-serif;
   font-weight:bold;
   color:#888888;
   width:100px;
   background-color:#EEEEEE;
   border-style:solid;
   border-color:#BBBBBB;
   border-width:1px;
   margin-top: 5px;
}
