.widget {
    height: auto;
    padding: 0px;
    text-align: left;
    font-size: 13px;
    font-weight: normal;
    clear: both;
    position: relative;
    text-align: left;
    overflow: hidden;
}

h5.subtitle {
    color: #fff;
    padding-bottom: 10px;
    padding-left: 1px;
    border-bottom: 2px solid rgba(255,2555,255,0.02);
    margin: 0 0 5px 0;
    position: relative;
    font-size: 15px;
    text-transform: uppercase;
    line-height: 1.5;
    font-weight: 700;
    text-align: center;
}

.widget-subscribe-form {
    display: block;
    width: 100%;
    padding: 24px 20px;
    background: none;
    border: 7px solid rgba(255,2555,255,0.06);
    text-align: center;
    margin-bottom: 5px;
}

.widget-subscribe-email {
    width: 100%;
}