.simple-subscribe-title {
    font-weight: 500;
    color: #212121;
    line-height: 20px;
    margin-bottom: 15px;
}
.simple-subscribe-text {}
.simple-subscribe-button,
.loading-send {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 1rem 0;
    text-transform: uppercase;
    font-family: inherit;
    padding: 15px 20px !important;
    -webkit-appearance: none;
    border: 1px solid transparent;
    border-radius: 0px;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
    font-size: 12px !important;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    background-color: #0b7dbe;
    color: #fefefe;
}
.simple-subscribe-button:hover,
.simple-subscribe-button:focus {
    background-color: #096aa2;
    color: #fefefe;
}
.simple-subscribe-error {
    color: #ff0000;
}
.simple-subscribe-success {
    color: green;
}

