html{
height:100%;
overflow: hidden;
}
body
{
height: 100%;
font-family: 'Open Sans',sans-serif;
margin: 0;
background-color: #4A374A;
}
#login
{
position: absolute;
top: 50%;
left:50%;
margin:-150px 0 0 -150px;
width: 300px;
height: 300px;
}
demohttp://jsbin.com/xaxodamume/e...
给 login 增加一个 background-color 看看。