.login-content {
    width: 450px;
}

@media screen and (max-width: 500px) {
    .login-content {
        width: 350px;
    }
}
