a,
a:hover,
a:focus {
    color: #1eace5;
}

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

.pf-c-button.pf-m-primary {
    background: #1eace5;
}

.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: #1792c4;
}

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

.login-pf a:hover {
    color: #1eace5;
}

.login-pf body {
    background: white;
}

.login-pf-header {
    color: #164c97;
}

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

#captcha-refresh-icon {
    color: #1eace5;
}
