body{
  margin:0;
  padding:0;
  font-size:0.85em;
  font-family:helvetica;
  text-align:center;
}
.band .grey{
  background-color:#343537;
  height:25px;
  width:100%;
}
.band .blue{
  background-color:#3d72c9;
  height:8px;
  width:100%;
}
.band.bottom{
  margin:100px 0 0 0;
  position:fixed;
  height:33px;
  width:100%;
  bottom:0;
}
div#center{
  text-align:left;
  margin:100px auto;
  width:500px;
}
div#message{
  background-color:#f4f4f4;
  height:200px;
  width:460px;
  padding:20px;
  color:#333;
}
div#center img{
  float:right;
}
span.title{
  font-weight:bold;
  font-size:2.5em;
  margin:0 0 0px 0;
  display:block;
}
span.subtitle{
  margin:0 0 20px 0;
  display:inline-block;
}
h2{
  text-align:center;
  margin: 10px 0 30px 0;
}
input[type="text"], input[type="password"]{
  width:250px;
  height:20px;
  margin: 0 0 10px 20px;
}
label{
  width:140px;
  text-align:right;
  display:inline-block;
}
input[type="submit"], input[type="reset"]{
  background-color:#3d72c9;
  border:none;
  color: #fff;
  padding:10px;
  border-radius:5px;
  cursor:pointer;
}
input[type="submit"]:hover, input[type="reset"]:hover{
  background-color:#343537;
}
#button{
  margin:20px 0 0 160px;
}

#logos{
  width: 80%;
  margin:0 auto 40px auto;
}
#logos img{
  height:55px;
  margin:10px;
}
