.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: #BFB12C;
}

.tile {
    color: white;
    background-color: #BFB12C;
}

.tile .bigNo {
    color: white;
}

.tile:hover {
    color: white;
}

header .header__logo {
    width: 296px;
    height: 69px;
    background: url(/assets/img/logo.png) no-repeat center center / 100% 100%;
}

.btn-primary, .btn-type-1 {
    background-color: #BFB12C !important;
    border-color: #BFB12C !Important;
}

.btn-primary:hover, .btn-type-1:hover {
    background-color: #988e24 !important;
    border-color: #988e24 !Important;
}