#mc_embed_signup {
    width: 100%;
}

#mc_embed_signup form {
    padding: 0;
}

#mc_embed_signup .mc-field-group {
    width: 100%;
    padding-bottom: 0;
}

#mc_embed_signup input.email {
    width: 100%;
    padding: 1rem;
    font-size: 1.75rem;
    margin-bottom: 0.5rem;
    text-align: center;
    border: 1.5px solid #000000;
    border-radius: 50px;
    cursor: pointer;
    text-transform: uppercase;
}

#mc_embed_signup .button {
    width: 100%;
    padding: 1rem;
    font-size: 1.75rem;
    background-color: #0b0049;
    color: white;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    text-transform: uppercase;
    height: auto;
    line-height: normal;
}