﻿.subscriber-input a {
    color: white !important;
}
.text-red {
    color: #ff0000;
    font-weight: 500;
    opacity: 1;
}
.text-bold {
    color: black;
    font-weight:bold;
}
.bg-grey2 {
    padding-bottom: 5rem;
    padding-top: 5rem;
    background-color: #f5f5f5;
}

    .subscribe-widget .modal-header {
        border-bottom: 1px solid rgba(225,225,225,.2) !important;
    }

        .subscribe-widget .modal-header h5 {
            font-size: 1.4em;
            line-height: 1.8em;
            text-align: center;
            padding: 0.5em 0 0.3em;
        }

    .subscribe-widget .btn:not(:disabled):not(.disabled) {
        color: #FFF;
        border-radius: 1rem;
        font-size: 1.125rem;
        font-weight: 600;
        line-height: 1;
        padding: 0.625rem 2.5rem;
        transition: 0.4s;
        background-color: #49176d;
        border-color: #49176d;
        box-shadow: inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075);
    }

    .subscribe-widget .modal-content .modal-header {
        border-bottom: 1px solid rgba(225,225,225,.2);
    }

.subscribe-widget .modal .modal-dialog .modal-content {
    box-shadow: none;
    border: none;
    border-radius: 0;
    background-color: #43165e;
    color: #FFF;
}

    .subscribe-widget .modal-content .modal-body .subscriber-input {
        padding-top: 1em;
    }

        .subscribe-widget .modal-content .modal-body .subscriber-input .form-label {
            font-weight: normal;
        }

    .subscribe-widget .modal-header .btn-close {
        background: transparent;
        opacity: 1;
    }

        .subscribe-widget .modal-header .btn-close span {
            font-size: 22px;
            color: #FFF;
        }




    .subscribe-widget .modal-content .modal-body a {
        color: #0d6efd;
        text-decoration: underline;
    }

    .subscribe-widget .modal-footer button {
        border: 1px solid #FFF;
        border-color: unset !important;
    }

        .subscribe-widget .modal-footer button:hover {
            border: 2px solid #FFF;
            opacity: .8;
        }
