@font-face {
  font-family: "Source Sans Pro";
  src: url("../assets/fonts/Source Sans Pro/SourceSansPro-Regular.ttf")
    format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Source Sans Pro Bold";
  src: url("../assets/fonts/Source Sans Pro/SourceSansPro-Bold.ttf")
    format("truetype");
  font-weight: 700;
  font-style: normal;
}

body {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  line-height: 20px;
}
.login-pf body {
  background: white none;
  background-size: cover;
}
.pf-c-button.pf-m-primary {
  background-color: #2552f4;
  border-radius: 4px;
  height: 36px;
  font-size: 15px;
  font-weight: 700;
  padding: 8px 16px;
  font-family: "Source Sans Pro Bold";
}
.pf-c-form__label-text {
  font-size: 15px;
  color: #333333;
}

.pf-c-form-control:not(textarea) {
  border-radius: 4px;
  border: 1px solid #cccccc;
}

#kc-page-title {
  max-width: 250px;
  margin-left: 23.8%;
}

#btn--forgot-password {
  font-size: 12px;
  color: #16359c;
}
#logex-logo {
  background-image: url("../img/logex-logo.svg");
  height: 37px;
  width: 220px;
  background-size: contain;
  background-repeat: no-repeat;
}

div.kc-logo-text {
  background-image: none;
}

.card-pf {
  border-top: 0px;
  box-shadow: 0px 1px 12px 0px rgba(0, 0, 0, 0.2);
}
