*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.container{
    height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#mc_embed_shell{
    width: 100%;
    display: flex;
    justify-content: center;
}

#mc_embed_signup{
    width: 90%;
    max-width: 600px;
}

@media (max-width:600px) {
    #mc_embed_signup .indicates-required{
            margin-right:0% !important;
    }
    #mc_embed_signup .mc-field-group {
        width: 100% !important;
    }
}