.enews-widget input {
    margin-bottom: 16px;
}
.enews-widget input[type="submit"] {
    margin: 0;
    width: 100%;
}
.enews form + p {
    margin-top: 24px;
}
.widget-area .enews-widget {
    background-color: #33495d;
    color: #fff;
    padding: 40px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.widget-area .enews-widget input:focus {
    border: 2px solid #fff;
}
.widget-area .enews-widget input[type="submit"] {
    background-color: #ad1606;
    color: #fff;
}
.widget-area .enews-widget input:focus[type="submit"],
.widget-area .enews-widget input:hover[type="submit"] {
    background-color: #fff;
    color: #000;
}