.login-wrapper {
    background: url("/images/custom-login-background.png");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}


header .header__logo {
    width: 200px;
    height: 34px;
    background: url(/images/logo.png) no-repeat center center/100% 100%;
}


header, header .header__secondary {
    background-color: #ffffff;
}


.tile {
    background-color: rgb(184, 115, 51);
}


.white-tile {
    background-color: #fff;
}


.btn-primary, .btn-type-1 {
    background-color: rgb(184, 115, 51) !important;;
}


.btn-primary:hover, .btn-type-1:hover {
    background-color: rgb(184, 115, 51) !important;;
}

header .header__day_names .day-names-label {
    color: rgba(0, 0, 0, 0.9);
}

header .header__day_names .day-names-label {
    color: rgba(0, 0, 0, 0.9);
}

header .header__day_names .day-names-label {
    color: rgba(0, 0, 0, 0.9);
}

.name-day-item {
    color: rgba(0, 0, 0, 0.9);
}

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;
}
