@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500&display=swap");

* {
  font-family: Roboto, Helvetica Neue, sans-serif;
}

.main-logo {
  width: 200px;
  margin: 25px;
  align-self: center;
}

.footer {
  padding: 10px;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
}

.footer-content {
  border-top: grey;
  border-style: ridge none none none;
  border-width: thin;
  padding: 10px;
}

.login-pf body {
  background: whitesmoke;
  display: flex;
  flex-direction: column;
  place-content: center;
}

.login-pf-page {
  padding: 0;
}

.pf-c-alert {
  margin-bottom: 5px !important;
}

.pf-c-form-control {
  border: solid lightgrey 1px;
  border-radius: 5px;
}

.card-pf {
  max-width: 600px;
  padding: 40px 70px !important;
  border-radius: 25px !important;
  border: none !important;
}

.pf-c-button.pf-m-primary {
  cursor: pointer;
  width: 200px;
  border-radius: 5px;
  background-color: #ec4079;
  padding: 8px 0px;
  margin: auto;
}

.btn-default:hover {
  background-color: whitesmoke;
}

.btn-default {
  cursor: pointer;
  width: 200px;
  border-radius: 5px;
  padding: 8px 0px;
  margin: auto;
  background-color: white;
  background-image: none;
  color: black;
}

.login-pf-header h1 {
  text-align: center;
  font-weight: 500 !important;
}

#kc-form-buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#kc-header-wrapper {
  color: black;
  font-weight: 500;
}

.form-horizontal .checkbox {
  padding-top: 0;
}

.checkbox input[type=checkbox] {
  height: 15px;
  width: 15px;
  top: -2px;
}

a {
  outline: none !important;
}
