label {
    color: #111111;
    font-size: 12px;
}
input[type="text" ] {
    width: 100%;
    background-color: #f8f8f8;
    border-width: 1px;
    padding: 5px;
    margin-top: 10px;
}
.wysija-checkbox-label {
    padding-left: 30px;
}
input[type="checkbox"] {
    position: absolute;
    left: 5px;
}
.wysija-submit {
    background-color: #15c5d5;
    width: 50%;
    margin: 2em auto;
    color: #ffffff;
    font-size: 18px;
    font-family: "Source Sans Pro", sans-serif;
    padding: 5px;
    display: block;
    border: 0;
    text-transform: uppercase;
}