body{
  background-color:#fff;

  -moz-box-shadow:inset 0 0 10px #000;
  -webkit-box-shadow:inset 0 0 10px #000;
  box-shadow:inset 0 0 10px #000;
}
div.login{
  width:500px;
  height:400px;
  margin:auto;
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
}
div.login div.login-top{
  color:#0a3b61;
  font-size:32px;
  text-align:center;
  margin-bottom:20px;
}
div.login-top img{
  width:260px;
}
div.login div.login-center{
  width:90%;
  margin:auto;
  background-color: #eee;
  border:1px solid #0A3B61;
  padding:20px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
div.login input[type=text], input[type=password], select{
  width:100%;
  background-color:#fff;
}
form{
  margin:0px;
}
select, input[type=password]{
  height:30px;
  padding-left:5px;
}

div.login-bottom{
  margin-top:30px;
  text-align:center;
}
