/* Changes the style of the overall form */
#mc_embed_signup {
    background: #181818;
    color: #fff;
    padding: 0px;
	text-align: left;
}

/* Styles the header text above the inputs */
#mc_embed_signup h2 {
    font-size: 18px;
    margin: 0 0 20px;
    color: #fff;
    text-align: left;
}

/* Adds extra space around the input boxes */
#mc_embed_signup .mc-field-group {
    background: #181818;
    padding: 10px 0;
}

/* Styles the input boxes */
#mc_embed_signup  input {
    width: 200px;
}

/* Styles the subscribe button */
#mc_embed_signup .button {
    background-color: #000000;
    color: #ffffff;
    margin: 0 auto;
}