.login-pf body {
  background-image: url("../img/bg.png");
  background-repeat: repeat-x;
  background-color: #eee;
  background-attachment: scroll;
  font-size: 1rem;
  font-family: "Open Sans",Helvetica,Arial,sans-serif;
}
.login-pf-page {
  margin-top: 0px;
  padding-top: 0px;
}
#kc-header {
  background-color: #00b2d8;
  padding: 20px;
  position: relative;
  text-align: center;
}
#kc-header img {
  width: 100%;
  height: auto;
  max-width: 450px;
}
.login-pf-page .login-pf-page-header {
  margin-bottom: 0px;
}
div.kc-logo-text {
  background: none;
  width: 100%;
  height: auto;
  max-width: 450px;
  margin-right: auto;
  margin-left: auto;
  padding: 0px 0.75rem;
}
#kc-header-wrapper {
  padding-top: 0px;
  padding-bottom: 0px;
}
.card-pf {
  background-color: #fff;
  padding: 30px;
  text-align: center;
  box-shadow: 3px 3px 13px #333;
  max-width: 426px;
  margin-top: 20px;
  border: none;
}
h1#kc-page-title {
  margin-bottom: 20px;
  margin-bottom: 10px;
  font-size: calc(1.3rem + .6vw);
}
.fas_form_before {
  position: relative;
  line-height: 1;
  margin-bottom: 15px;
}
.fas_form_before:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 15px;
  margin: auto;
  width: 1em;
  height: 1em;
  text-align: center;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  content: url("../img/user-solid.svg");
  color: #aaa;
}
.fas_form_before input[type="text"] {
  width: 100%;
  padding: 15px 15px 15px calc(1em + 25px);
  line-height: 1em;
  border: 1px solid #ccc;
  background: #fff;
  color: #000;
  border-radius: 5px;
  height: auto;
}
.fas_form_before input[type="text"]:focus {
  outline: 0;
}
.fas_form_before input[type="text"]::placeholder {
  color: #ccc;
}
.fas_form_pass {
  position: relative;
  line-height: 1;
  margin-bottom: 15px;
}
.fas_form_pass:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 15px;
  margin: auto;
  width: 1em;
  height: 1em;
  text-align: center;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  content: url("../img/lock-solid.svg");
  color: #aaa;
}
.fas_form_pass input[type="text"], .fas_form_pass input[type="password"] {
  width: 100%;
  padding: 15px 15px 15px calc(1em + 25px);
  line-height: 1em;
  border: 1px solid #ccc;
  background: #fff;
  color: #000;
  border-radius: 5px;
  height: auto;
}
.fas_form_pass input[type="text"]:focus, .fas_form_pass input[type="password"]:focus {
  outline: 0;
}
.fas_form_pass input[type="text"]::placeholder, .fas_form_pass input[type="password"]::placeholder{
  color: #ccc;
}
.ck {
  font-size: 12px;
  text-align: left;
  color: #666;
}
.ck label {
  font-weight: 400;
}
.pf-c-button.pf-m-block {
  font-size: 1.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 18px;
  border-radius: 0.5rem;
}
.pf-c-button.pf-m-primary.pf-m-block {
  background-color: #00b2d8;
  border-color: #00b2d8;
}
.pf-c-button.pf-m-primary.pf-m-block:hover {
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0d6efd;
}
.pf-c-button.pf-m-primary.pf-m-block:focus {
  color: #fff;
  background-color: #0a58ca;
  border-color: #0a53be;
}
.pf-c-button.pf-m-primary.pf-m-block:disabled {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.pf-c-button.pf-m-back.pf-m-block {
  color: #666;
  background-color: #ddd;
  border-color: #ddd;
}
.pf-c-button.pf-m-back.pf-m-block:hover {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
}
.pf-c-button.pf-m-back.pf-m-block:active {
  color: #fff;
  background-color: #565e64;
  border-color: #51585e;
}
.pf-c-button.pf-m-back.pf-m-block:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
#kc-locale {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 60px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
#kc-locale .select {
  width: 100px;
}
#kc-info-wrapper {
  background: none;
  font-size: 15px;
}
#kc-registration-container {
  border-bottom: 1px solid #ddd;
  padding-bottom: 6px;
}
#privacy-policy {
  padding-top: 6px;
}
#kc-social-providers h4 {
  font-size: 14px;
  margin-top: 2rem;
  display: flex;
  align-items: center;
}
#kc-social-providers h4:before, #kc-social-providers h4:after {
  content: "";
  flex-grow: 1;
  height: 2px;
  background: #ddd;
  margin: 0 0.5em;
}
.form-select {
  display: block;
  width: 100%;
  padding: .375rem 2.25rem .375rem 2.25rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-repeat: no-repeat, no-repeat;
  background-image: url("../img/ei-language.svg"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  background-position: left .75em center, right .75rem center;
  background-size: 20px 20px, 16px 12px;
  border: 1px #dee2e6;
  border-radius: 0.375rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
