.g-primary {
    color: #BCCF00 !important;
}

.g-primary-border {
    border-color: #BCCF00 !important;
}

.g-primary-border-hover:hover {
    border-color: #BCCF00 !important;
}

.g-primary-bg {
    background: #BCCF00 !important;
}

.g-primary-bg-hover:hover {
    background: #BCCF00 !important;
}

.g-primary-hover:hover,
.g-primary-hover:focus {
    color: #BCCF00 !important;
}

.g-logo {
    background-image: url("/api/v0/whitelabeling/pwa/logo/");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 80px;
}
