a,
a:hover,
a:focus {
    color: #8bc63e;
}

.pf-c-button.pf-m-primary {
    background: #8bc63e;
}

.pf-c-button.pf-m-primary:active,
.pf-c-button.pf-m-primary:active:focus,
.pf-c-button.pf-m-primary:active:hover,
.pf-c-button.pf-m-primary:focus {
    background-color: #75a932;
}

.pf-c-button.pf-m-primary:hover {
    background-color: #80b937;
}

.login-pf a:hover {
    color: #8bc63e;
}

.login-pf body {
    background: white;
}

.login-pf-header {
    color: #009fd9;
}

div.kc-logo-text {
    background-image: url(/portal/VAADIN/themes/tns/images/logo.png);
    background-repeat: no-repeat;
    background-size: 225px 38px;
    height: 71px;
}

#banner-wrapper {
    background-image: url(/portal/VAADIN/themes/tns/images/banner/banner_tns.png);
    background-repeat: no-repeat;
    background-size: 470px 700px;
    height: 700px;
    width: 470px;
}

#captcha-refresh-icon {
    color: #8bc63e;
}
