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

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

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

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

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

.g-primary-hover:hover,
.g-primary-hover:focus {
    color: #BED600 !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;
}

.login-background {
    background-position: center center;
    background-size: auto auto;
    background-repeat: no-repeat;
    background-image: url('/assets/images/login/small.jpg') !important;
}
@media(min-width: 768px) {
    .login-background {
        background-image: url('/assets/images/login/medium.jpg') !important;
    }
}
@media(min-width: 1200px) {
    .login-background {
        background-image: url('/assets/images/login/large.jpg') !important;
    }
}
@media(min-width: 2000px) {
    .login-background {
        background-image: url('/assets/images/login/xlarge.jpg') !important;
    }
}
