.login-wrapper {

    background: url("/images/custom-login-background.jpg");

    background-repeat: no-repeat;

    background-attachment: fixed;

    background-size: cover;

    background-position: bottom;

}





header .header__logo {

    width: 80px;

    height: 50px;

    background: url(/images/logo.png) no-repeat center center/100% 100%;

}



header {

    background-color: #fff;

}



header .header__secondary {

    background-color: #fff;

}



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;

}



.tile {

    background-color: #066F3A;

}

.tile.white-tile{

    background-color: #FFF;

}