a,
a:hover,
a:focus {
    color: #009de7;
}

.pf-c-button.pf-m-primary {
    background: #009de7;
}

.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: #0081be;
}

.pf-c-button.pf-m-primary:hover {
    background-color: #008fd3;
}

.login-pf a:hover {
    color: #009de7;
}

.login-pf body {
    background: white;
}

.login-pf-header {
    color: #282c9d;
}

div.kc-logo-text {
    background-image: url(/portal/VAADIN/themes/globe/images/logo.png);
    background-repeat: no-repeat;
    background-size: 320px 50px;
    height: 83px;
}

#banner-wrapper {
    background-image: url(/portal/VAADIN/themes/globe/images/banner/banner.png);
    background-repeat: no-repeat;
    background-size: 450px 750px;
    height: 720px;
    width: 470px;

#captcha-refresh-icon {
    color: #009de7;
}
