/*
 * Copyright 2016 Red Hat, Inc. and/or its affiliates
 * and other contributors as indicated by the @author tags.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

:root {
  --pf-global--link--Color: #109aaf !important;
  --pf-global--link--Color--hover: #58b8c7 !important;
  --pf-global--primary-color--100: #109aaf !important;
  --pf-global--primary-color--dark--100: #109aaf !important;
  --pf-global--primary-color--200: #58b8c7 !important;
  --pf-global--link--Color--dark: #056c86 !important;
}

.login-pf {
  background: none;
}

.login-pf body {
  background: none;
  height: 100%;
}

/* /!\ Be careful when changing those classes as it will impact the terms and condition page too */
.login-pf-page {
  margin-top: 1rem;
}

#kc-page-title {
  display: none;
}

#kc-header-wrapper {
  background-image: url("../img/logo.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  width: 100%;
  height: 14rem;
  font-size: 0;
}

#kc-header-wrapper div.kc-logo-text {
  display: none;
}
