@charset "utf-8";
/* CSS Document */

label.pf-c-form__label.pf-c-form__label-text {
  margin-top: 10px;
  margin-bottom: 5px;
  font-weight: 600;
  color: #002145;
  font-size: 1.45em;
}
input#email {
  pointer-events: none;
  color: #888;
  background-color: #ddd;
  cursor: not-allowed;
}

/* hide username and disable email input field*/
label[for="username"], #username[name="username"] {
  display: none;
}