header .header__logo {
    background: url("/images/Citadele_logo_RGB.png") no-repeat center center / 130%;
    height: 68px;
}

header, header .header__secondary {
    background-color: #e3002d;
}

@media (min-width: 768px) {
    .header__inner.pl-md-4, .px-md-4 {
        padding-left: 0 !important;
    }

    .header__inner .pl-3, .header__inner .px-3 {
        padding-left: 0 !important;
    }
}

.widget {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;

}

.widget .title-type-1 {
    background-color: #e3002d;
    color: #fafafa;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    font-weight: bold;
    padding-top: 5px;
    padding-left: 7px;
    padding-bottom: 5px;
}

.form-header {
    background-color: #e3002d;
    color: #ffffff;
}
