#mc_embed_signup {
    background: #fff;
    clear: left;
    font: 14px Helvetica, Arial, sans-serif;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 8px;
    max-width: 500px;
    margin: auto;
}

#mc_embed_signup input[type=email],
#mc_embed_signup input[type=text] {
    width: 100%;
    padding: 10px;
    margin-bottom: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

#mc_embed_signup input[type=submit] {
    background: #000;
    color: white;
    /* padding: 15px; */
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

#mc_embed_signup input[type=submit]:hover {
    background: #000000;
}

input[type=checkbox] {
  display: inline-block !important;
  width: auto !important;
  height: auto !important;
  margin-right: 8px;
}