.login { width:400px; margin: 120px auto 50px; }
.header-login img { width: 100%; }

@media(max-width:480px) {
    .login { width: 300px; }
}