/* raPIDs: replace the realm name text with the logo */
#kc-header-wrapper {
    background-image: url('../img/rapids_logo.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 150px;
    color: transparent;
}
