.login-pf body {
    background: DimGrey none;
    background-color: #3b73ff;
 }

 .pf-c-form-control {
    border-radius: 5px;
    background-color: #ebebeb;
    box-shadow: none;
 }

 .pf-c-button.pf-m-primary {
    background-color: #26bc94
 }

 #kc-header-wrapper {
    background-image: url('../img/smile-logo.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;


 }
