.login-wrapper {
    background: url("/images/Login_BG.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}

header .header__logo {
    background: url("/images/Lido_fullcolor.png") no-repeat center center / 95%;
    height: 60px;
}

header, header .header__secondary {
    background-color: #003c7a;
}

.tile {
    background-color: #003c7a;
}

.white-tile {
    background-color: #fff;
}

.btn-primary, .btn-type-1 {
    background-color: #003c7a!important;;
}

.btn-primary:hover, .btn-type-1:hover {
    background-color: #155392 !important;;
}