@media only screen and (max-width: 600px) {
    #login-container h1 {
        font-size: 280%;
    }
}