.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: 176px;
    height: 60px;
    background: url(/images/Login_logo.png) no-repeat center center;
}

header {
    background-color: #fdfdfd;
    box-shadow: 0 0 16px 0 rgba(14, 25, 29, 0.20);
}

.login {
    box-shadow: 0 0 16px 0 rgba(14, 25, 29, 0.24);
}

header .header__secondary {
    background-color: #fdfdfd;
}

header .header__day_names .day-names-label {
    color: #282830;
}

header .header__day_names .name-lis {
    color: #282830;
}

header .header__profile-wrapper .business-profile .drop-down {
    color: #282830;
}

.menu__btn span {
    background-color: #282830;
}

header .header__day_names .name-list {
    color: #282830;
}

header .header__profile-wrapper .profile:after {
    background: url(/images/arrow_point_to_right.svg) no-repeat center center/10px 10px;
}

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;
}

.tile {
    background-color: #1C125F;
    color: #fdfdfd;
}

.white-tile {
    background-color: #fff;
    color: #484848;
}