:root {
  --pf-v5-global--primary-color--100: #e30289;
  --pf-global--primary-color--100: #e30289;
  --pf-global--primary-color--200: #000;
  --pf-global--primary-color--light-100: #ff99d6;
  --pf-global--primary-color--dark-100: #590035;
  --pf-v5-c-button--m-primary--BackgroundColor: #e30289;
  --pf-c-form-control--BackgroundColor: red;
}
.pf-v5-c-form-control {
  background: #fff;
  border: solid 1px #d7d7d7;
  border-bottom: solid 1px #989898;
  color: rgb(54, 54, 54);
}
.pf-v5-c-button.pf-m-control {
  background: #fff;
  border: solid 1px #d7d7d7;
  border-bottom: solid 1px #989898;
  color: rgb(54, 54, 54);
  font-family: normal normal normal 14px/1 FontAwesome;
}
@font-face {
  font-family: "Quicksand";
  src: url("../fonts/Quicksand-Light.woff2") format("woff2"),
    url("Quicksand-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

.login-pf body {
  font-family: "Quicksand";
  background: url("../img/big-circle.svg") top left / 50vw no-repeat,
    linear-gradient(180deg, #f6f6f6, #fff 1500px, #fff);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /* max-height: 100vh;  */
}

.login-pf h1 {
  font-family: "Quicksand" !important;
  font-weight: 300 !important;
}

@media screen and (min-width: 800px) {
  .login-pf body:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 270px;
    height: 230px;
    background-image: url("../img/body-left-shape.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top left;
  }
}

.login-pf body:after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: 0;
  width: 384px;
  height: 300px;
  background-image: url("../img/body-right-shape.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom right;
}

div#kc-header-wrapper {
  background-image: url(../img/logo-waco.svg);
  background-repeat: no-repeat;
  background-position: center;
  height: 90px;
  width: 300px;
  max-width: 44vw;
  margin: 0 auto;
  margin-top: 50px;
}
div#kc-header-wrapper * {
  display: none;
}

#kc-header {
  margin-bottom: 40px;
}

.pf-v5-c-login__container {
  display: block;
  margin: 0 auto;
}

.pf-v5-c-login__main {
  border-radius: 30px;
  border: solid 1px #d7d7d7;
  box-shadow: none;
  max-width: 700px;
  margin: 0 auto;
}

.pf-v5-c-login {
  display: block;
  margin: 0 auto;
  width: 100%;
  min-height: inherit;
}

.pf-v5-c-form__group {
  margin-bottom: 10px;
}

.pf-v5-c-form-control {
  background: #fff;
  border: solid 1px #d7d7d7;
  border-bottom: solid 1px #989898;
  color: rgb(54, 54, 54);
}

.pf-v5-c-button svg {
  max-width: 20px;
}

.btn-lg {
  border-radius: 30px;
  font-size: 16px;
  padding: 10px;
  transform: all 0.1s ease;
}

.main-footer {
  background-color: #000;
  padding: 30px 0;
  display: flex;
  justify-content: center;
}

.login-footer {
  padding: 15px 0;
  display: flex;
  justify-content: center;
}

.login-pf a {
  color: var(--pf-global--primary-color--100);
}

.login-pf a:hover {
  color: #000;
}

#kc-info-wrapper {
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}

#kc-login {
  background-color: #e30289;
  border-radius: 50px;
  cursor: pointer;
}

#kc-form-buttons {
  background-color: #e30289;
  border-radius: 50px;
  cursor: pointer;
}

input,
#username {
  background-color: #fff;
  color: rgb(54, 54, 54);
}
