.login-wrapper {
    background: url("/images/Login_bg.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}

header .header__logo {
    width: 107px;
    height: 50px;
    background: url(/images/jysk_logo_white_border.png) no-repeat center center;
}

header {
    background-color: #153c89;
    box-shadow: 1px 0px 5px 0px rgb(0 0 0 / 40%);
}

header .header__secondary {
    background-color: #153c89;
}

header .header__day_names .day-names-label {
    color: #ffffff;
}


header .header__profile-wrapper .business-profile .drop-down {
    color: #ffffff;
}

.menu__btn span {
    background-color: #282830;
}

header .header__day_names .name-list {
    color: #ffffff;
}


.tile {
    background-color: #153c89;
    color: #fdfdfd;
}

.white-tile {
    background-color: #fff;
    color: #484848;
}

.btn-primary, .btn-type-1 {
    border-color: #153c89 !important;
    background-color: #153c89 !important;
}

.btn-primary:hover {
    background-color: #1c49a1 !important;
}

.type-selector div.active {
    background-color: #1c49a1 !important;
}

.view-switcher div.active {
    background-color: #1c49a1 !important;
}

.add-new-shift {
    border-top: 5px solid #1c49a1 !important;
}

header .header__secondary .notification .notification-quantity{
    background-color: #1c49a1;
    color: #fff;
}