 #login{

  position: absolute;
  width: 400px;
  height: 200px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 5px;
  border:5px;
  background-color: cornflowerblue;
  padding: 5px;
  text-align: center;
  clear:both;
}

#error{

  position: absolute;
  width: 300px;
  height: 100px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 5px;
  border:5px;
  background-color: tomato;
  padding: 5px;
  text-align: center;
  clear:both;
}

.loginform select{
  width: 100%;
  clear: both;
}
.loginform input{
  width: 100%;
  clear: both;
}
.loginform label{
  width: 100%;
  clear: both;
}