/*BODY*/
.login-pf body {
    /*background: url("../img/keycloak-bg.png") no-repeat center center fixed;*/
    background-image: none;
    /*background-color: white;*/
    background-color: #f6f6f6; /*New*/
    background-size: cover;
    height: 100%;
}
div.client-logo {
    background-image: url(../img/cusw-logo.png);
    background-repeat: no-repeat;
    height: 65px;
    width: 270px;
    /*margin: 0 auto;*/
    margin: 20px auto 0;
}
/*SIGN IN CARD*/
.card-pf {
    border-top: none; /*Change*/
    border-radius: 0.25rem; /*New*/
    box-shadow: 0 0 0 1px rgba(56, 60, 67, .05), 0 1px 3px 0 rgba(56, 60, 67, .15); /*New*/
}
/*BUTTON*/
.pf-c-button.pf-m-primary {
    background-color: #02708F; /*New*/
    border-radius: 4px; /*New*/
    padding: 8px; /*New*/
}

