a,
a:hover,
a:focus {
    color: #0066a4;
}

.align-left {
    float: none;
    margin-left: auto;
    margin-right: auto;
}

.pf-c-button.pf-m-primary {
    background: #0066a4;
}

.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: #004d7b;
}

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

.login-pf a:hover {
    color: #0066a4;
}

.login-pf body {
    background: white;
}

.login-pf-header {
    color: #333333;
}

div.kc-logo-text {
    background-image: url(/portal/VAADIN/themes/bell/images/logo.png);
    background-repeat: no-repeat;
    background-size: 370px 43px;
    height: 76px;
}

#captcha-refresh-icon {
    color: #0066a4;
}
