.DAS-bg
{
    background: #d35400;
}

.bg-orange {
    background: #d35400;
}

.bg-orange-lt {
    background: #e67e22;
}

.DAS-logo {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: auto !important;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
}

.DAS-logo > img {
    height: 140px;
    width: 140px !important;
    -webkit-filter: drop-shadow(2px 2px 10px rgba(0,0,0,0.5));
    filter: drop-shadow(2px 2px 10px rgba(0,0,0,0.5));
}