* {
    box-sizing: border-box;
}

body {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 12px;
    line-height: 1.66666667;
    color: #363636;
    background-color: #fff;
}

a {
    color: #0088ce;
    text-decoration: none;
    background-color: transparent;
}

ol, ul {
    margin-top: 0;
    margin-bottom: 10px;
}

a:hover, a:focus {
    color: #00659c;
    text-decoration: underline;
}

/* IMAGES */
img {
    vertical-align: middle;
}

/* TITLES */
.h1, .h2, h1, h2 {
    font-weight: 300;
}

.h1, h1 {
    font-size: 24px;
    margin: .67em 0;
}

.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

/* FORMS */
.form-group {
    margin-bottom: 15px;
}

label {
    font-weight: 600;
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
}

button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

.btn-group-lg>.btn, .btn-lg {
    padding: 6px 10px;
    font-size: 14px;
    line-height: 1.3333333;
    border-radius: 1px;
}

.form-group {
  display: flex;
  flex-direction: column;
  row-gap: 4px;
}

input.pf-c-form-control,
textarea.pf-c-form-control,
select.pf-c-form-control,
span.pf-c-form-control > input,
span.pf-c-form-control > textarea,
span.pf-c-form-control > select {
  font-size: 14px;
  border-bottom-width: 1px;
  border-bottom-color:#8a8d90;
  border-style: none none solid none;
  border-radius: 5px;
  background-color: #ffffff;
  height: 36px;
  padding: 5px 0.5rem;
  width: 100%;
}

span.pf-c-form-control {
  display: block;
  width: 100%;
}

textarea.pf-c-form-control,
span.pf-c-form-control > textarea {
  height: auto;
}

input.pf-c-form-control:focus,
textarea.pf-c-form-control:focus,
select.pf-c-form-control:focus,
span.pf-c-form-control > input:focus,
span.pf-c-form-control > textarea:focus,
span.pf-c-form-control > select:focus {
  border-bottom-color: #0066cc;
  border-bottom-width: 2px;
}

input.pf-c-form-control[aria-invalid="true"],
textarea.pf-c-form-control[aria-invalid="true"],
select.pf-c-form-control[aria-invalid="true"],
span.pf-c-form-control > input[aria-invalid="true"],
span.pf-c-form-control > textarea[aria-invalid="true"],
span.pf-c-form-control > select[aria-invalid="true"] {
  border-bottom-color: #c9190b;
  border-bottom-width: 2px;
}

.pf-c-check__label,
.pf-c-radio__label {
  font-size: 14px;
}

.pf-v5-c-check,
.pf-v5-c-check label {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
}

.pf-v5-c-check__input {
  width: 14px;
  height: 14px;
  cursor: pointer;
  accent-color: #0066cc;
}

.pf-c-button.pf-m-primary,
.pf-v5-c-button.pf-m-primary,
button.pf-m-primary,
input.pf-m-primary,
a.pf-m-primary {
  padding: 8px 14px;
  border: none;
  color: white;
  border-radius: 5px;
  background-color: #0066cc;
  cursor: pointer;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  width: fit-content;
}

.pf-c-button.pf-m-primary:hover,
.pf-v5-c-button.pf-m-primary:hover,
button.pf-m-primary:hover,
input.pf-m-primary:hover,
a.pf-m-primary:hover {
  background-color: #1e3e68;
}

div#kc-form-buttons {
  display: flex;
  margin-top: 10px;
  align-items: center;
}

.pf-v5-c-form__actions {
  margin-top: 10px;
  display: flex;
  flex-direction: column-reverse;
  gap: 10px;
  align-items: center;
}

.pf-v5-c-form__actions .pf-m-block {
    width: fit-content;
}

.pf-v5-c-form__actions .pf-m-secondary.pf-m-block {
    align-self: start;
}

#kc-info-wrapper {
  border: 1px dotted #3161a3;
  border-radius: 5px;
  background-color: #edeef1;
  font-size: 14px;
  padding: 4px;
}

#kc-locale-dropdown {
  padding: 2px 8px;
  background-color: rgba(255, 255, 255, 0.3);
  margin-top: 5px;
  border-radius: 2px;
}

/* HEADER */

#kc-header-wrapper {
    display: flex;
    justify-content: center;
}