body#login #container {
  margin-top: 10%;
  width: 400px;
}

body#login #content {
  width: auto;
  border-right: none;
}

body#login #footer {
  border-top: none;
  background-color: #BEBEBE;
  color: #777;
  padding: 9px;
  text-align: center;
}

form .checkbox { 
  float: left;
}

form .buttons {
  text-align: right;
}