.login-wrapper {
    background: url("/images/custom-login-background.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}

header, header .header__secondary {
    background-color: #ffffff;
}

header .header__logo {
    width: 309px;
    height: 70px;
    background: url(/images/logo.png) no-repeat center center / 100% 100%;
}

.form-header {
    background-color: #ffffff;
}

.approve-tiles .tile {
    background-color: #00003c;
    color: #ffffff;
}

header .header__day_names .day-names-label {
    color: #555555;
}

header .header__day_names .name-lis {
    color: #555555;
}

header .header__profile-wrapper .business-profile .drop-down {
    color: #555555;
}

.menu__btn span {
    background-color: #555555;
}


header .header__day_names .name-list {
    color: #555555;
}

header .header__secondary .bookmark {
    background: url(/images/bookmark-outline_dark.svg) no-repeat center center;
}

header .header__secondary .notification {
    background: url(/images/notification_dark.svg) no-repeat center center;
}

header .header__profile-wrapper .business-profile .drop-down:after {
    background: url(/images/arrow_point_to_right_white_dark.svg)
}

header .header__profile-wrapper .profile:after {
    background: url(/assets/img/arrow_point_to_right.svg) no-repeat center center / 10px 10px;
}