.login-wrapper {
    background: url("/images/custom-login-background.jpg    ");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}

header {
    box-shadow: none;
    background-color: #1A1A1C;
}

.tile {
    color: white;
    background-color: #FF0000;
}

.tile .bigNo {
    color: white;
}

.tile:hover {
    color: white;
}

header .header__logo {
    height: 45px;
    width: 105px;
    background: url(/assets/img/logo.png) no-repeat center center / 100% 100%;
}

header .header__day_names .day-names-label {
    color: white;
}

header .header__day_names .name-list {
    color: white;
}

header .header__profile-wrapper .business-profile .drop-down {
    color: #1A1A1C;
}

.menu__btn span {
    background-color: #1A1A1C;
}

.btn-primary, .btn-type-1 {
    background-color: #FF0000 !important;
    border-color: #FF0000 !Important;
}

.btn-primary:hover, .btn-type-1:hover {
    background-color: #b90000 !important;
    border-color: #b90000 !Important;
}