html,body{height:100%}.login{background-color:#444;background-image:-webkit-gradient(linear,0 0,0 100%,from(#555),to(#111));background-image:-webkit-linear-gradient(top,#555 0,#111 100%);background-image:-moz-linear-gradient(top,#555 0,#111 100%);background-image:-ms-linear-gradient(top,#555 0,#111 100%);background-image:-o-linear-gradient(top,#555 0,#111 100%);background-image:linear-gradient(top,#555 0,#111 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#555555',endColorstr='#111111',GradientType=0);padding:0;margin:0}.logo,.loginbox{width:400px;margin:0 auto}.logo{padding:5px 0;background:url(/static/images/admin/vs_admin_small.png) no-repeat center center;text-indent:-990px;overflow:hidden}.loginbox{background:#fff;box-shadow:0 0 4px #000;-webkit-border-top-left-radius:7px;-webkit-border-top-right-radius:7px;-moz-border-radius-topleft:7px;-moz-border-radius-topright:7px;border-top-left-radius:7px;border-top-right-radius:7px;text-align:center;padding:40px 0 0 0}@media(max-width:480px){.logo,.loginbox{width:80%}}