#container {
    max-width: 100%;
    height: auto;
}

.banner img {
    max-width: 100%;
    height: auto;
}

@media (min-width: 1024px) {
    #container {
        width: 902px;
        justify-content: space-between;
    }

    #container .banner {
        display: flex;
    }

    #container .box-login {
        width: 385px;
        border-radius: 10px 10px 10px 0px;
        display: flex;
        justify-content: center;
    }
}
