* {

}

.pf-c-title.pf-m-2xl{
    color: blue;
}

.body{
    background-image: url("../img/bg.jpg");
    background-size: cover;
    background-position: center;
}

div.kc-logo-text {
    background-image: url(../img/logo.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    height: 63px;
    width: 300px;
    margin: 0 auto;
}