.sg-marketing-optin-form {
    margin-bottom: 20px;
}

.sg-marketing-optin-form .notification {
    font-size: 16px;
    text-align: left;
    border-radius: 3px;
    border: 1px solid;
    padding: 10px;
    align-items: center;
    margin-bottom: 15px;
    display: none;
}

.sg-marketing-optin-form .notification.show {
    display: flex !important;
}

.sg-marketing-optin-form .notification.error {
    border-color: #ff4949;
    color: #661d1d;
    background-color: #ffeded;
}

.sg-marketing-optin-form .notification.success {
    color: #085229;
    background-color: #e7faf0;
    border-color: #13ce66;
}

.sg-marketing-optin-form .notification .notification-icon {
    width: 24px;
    height: 24px;
    margin-right: 10px;
}

.sg-marketing-optin-form button {
    position: relative;
}

.sg-marketing-optin-form button i {
    color: #fff;
    position: absolute;
    top: 16px;
    right: 10px;
    opacity: 0;
    visibility: hidden;
}

.sg-marketing-optin-form button.processing i {
    opacity: 1;
    visibility: visible;
}

.btn.btn-wide {
    width: 100%;
    font-size: 17px;
    padding: 12px 20px;
    outline: none;
}
@media (max-width: 991px) {
    .btn.btn-wide {
        margin-bottom: 40px;
    }
}
