:root{
    --bs-primary: rgb(228, 6, 19);
    --bs-primary-hover: rgba(228, 6, 19,.75);
    --bs-primary-rgb: 228, 6, 19;
}

header {
    background-color: #fff;
    background-image: linear-gradient(to top, var(--bs-primary), var(--bs-primary));
}

.header-company-logo{
    height:60px!important;
}

.login img.header-company-logo{
    width:140px!important;
    height:auto;
    max-height: inherit;
}

.login footer{
    background-image: url(/fileadmin/1/feldweg_loginbg.jpg)!important;
}