#newsletter {
border: 1px solid #ff0000;
}

.clx-newsletter-error-msg,
.clx-newsletter-success-msg > .text-danger  {
    color: rgba(255,255,255,1) !important;
    border: 1px solid rgba(223, 7, 18);
    padding: 10px 15px;
    background-color: rgba(223, 7, 18,1);
    margin-bottom: 30px;
    border-radius: 0 !important;
}

.clx-newsletter-success-msg > .text-danger {
    position: absolute;
    top: 0;
    left: 15px;
    width: calc(100% - 30px);
}

.clx-newsletter-success-msg {
    color: rgba(255,255,255,1) !important;
    border: 1px solid rgb(21, 87, 36);
    padding: 10px 15px;
    background-color: rgb(21, 87, 36);
    margin-bottom: 30px;
    border-radius: 0 !important;
}

.clx-newsletter-form-fieldset{
    border: 1px solid rgb(61, 130, 167);
    padding: 15px;
    margin-bottom: 30px;
}

.clx-newsletter-form-fieldset legend{
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
    color: rgb(61, 130, 167);
    font-size: 1.1em;
}

.clx-newsletter-form-field {
    padding-bottom: 30px;
}

.clx-newsletter-form-label {
    color: rgb(61, 130, 167);
    margin-bottom: 10px;
    display: block;
    font-size: 0.9em;
}

.clx-newsletter-form-label-radio:hover,
.clx-newsletter-form-label-checkbox:hover  {
    cursor: pointer;
    color: rgb(61, 130, 167);
}

.clx-newsletter-form-field.clx-buttons {
    text-align: right;
}

.clx-newsletter-form-textfield,
.clx-newsletter-form-field select,
.clx-newsletter-form-select {
    border: 1px solid rgb(14, 69, 99);
    width: 100%;
    padding: 0 10px;
    line-height: 38px;
    height: 40px;
}

.clx-newsletter-form-select.clx-newsletter-birthday-day{
    margin-right: 1%;
    width: 25%;
}

.clx-newsletter-form-select.clx-newsletter-birthday-year {
    margin-left: 1%;
    width: 29%;
}

.clx-newsletter-form-select.clx-newsletter-birthday-month {
    width: 44%;
}

.clx-newsletter-form-submit {
    display: inline-block;
    padding: 10px 15px;
    background-color: rgb(61, 130, 167);
    color: #ffffff !important;
    text-align: center;
    border: 0;
    line-height: inherit;
}

.clx-newsletter-form-submit:hover {
    background-color: rgb(14, 69, 99);
    cursor: pointer !important;
    text-decoration: none;
}

@media (min-width: 576px) {
    .clx-newsletter-form-submit {
        max-width: 180px;
    }
}

@media (min-width: 768px) {
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {
}

@media (min-width: 1900px) {
}