.pf-c-form-control {
  --pf-c-input-group--BackgroundColor: transparent;
  --pf-c-input-group__text--BackgroundColor: transparent;
  background-color: transparent;
  border: none;
  margin-bottom: 5px;
  height: 18px !important;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/Roboto-Light.ttf') format('truetype');
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/Roboto-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/Roboto-Medium.ttf') format('truetype');
}

.pf-c-form-control:focus-visible {
  outline: none;
}

/*.pf-c-button {
  border: none;
  border-radius: 3px;
  font-size: 16px;
} */

.pf-c-check__label {
  font-weight: 400;
}

.forgot-password {
  font-size: 12px;
}


.pf-c-input-group {
  background-color: transparent;
}

.pf-c-input-group__text {
  border: none;
  background-color: transparent;
  margin-bottom: 5px;
  cursor: default;
}

.pf-c-input-group__label {
  display: block;
}

.pf-c-input-group__input {
  width: 100%;
}

.underline {
    height: 1px;
    width: 100%;
    pointer-events: none;
    transform: scale3d(1, 1.0001, 1);
    background-color: rgba(0, 0, 0, 0.42);
}

html {
  height: 100vh;
}

body {
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  display: grid;
  place-items: center;
  background-image: var(--backgroundImage);
  background-position: right bottom, left top;
  background-attachment: fixed;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-clip: border-box;

 /* color: #fff; */
  font-family: 'Roboto';
  margin: 0px;
}

.alert-success {
  display: none;
}

.alert-error {
  display: none;
}

.alert-warning {
  display: none;
}

.logo {
  z-index: 1;
}

.img {
  content: var(--logoImage);
  padding:24px;
  display: block;
  max-height: 350px;
  
}

.img-pw-reset {
  margin-bottom: 0px;
}

.info-container {
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 85%;
  margin-bottom: 40px;
}

.info-text {
  text-align: center;
}

#kc-header {
  display: none;
}

#kc-form {
  height: fit-content;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  /*justify-content: center;*/
  align-items: center;
  width: 350px;
  /*height: 700px;*/
  justify-self: center;
  align-self: center;
  background: inherit;
  position: relative;
  /*z-index: 1;*/
  overflow: hidden;
  border-radius: 10px;
  font-size: 16px;
  box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.2);
  background: whitesmoke;
}

#kc-form-register {
  height: fit-content;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  /*justify-content: center;*/
  align-items: center;
  /*height: 700px;*/
  justify-self: center;
  align-self: center;
  background: inherit;
  position: relative;
  /*z-index: 1;*/
  overflow: hidden;
  font-size: 16px;
  background: whitesmoke;
}

.register-container {
  display: flex;
  box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.2);
}

.register-introduction {
  padding: 16px;
  width: 520px;
  background: whitesmoke;
  font-size: 18px;
  border-right: 1px solid rgba(0,0,0,0.5);
}

#kc-form:before {
  content: '';
  position: absolute;
  top: -25px;
  left: -25px;
  right: 0;
  bottom: 0;
  box-shadow: inset 0 0 0 2000px rgba(255, 255, 255, 0.35);
  background: inherit;
  height: 650px;
  width: 400px;
}

#kc-form-login {
  width: 100%;
  display: flex;
  flex-direction: column;
}

#kc-register-form {
  width: 100%;
  display: flex;
  flex-direction: column;
}

#kc-form-login > * {
  position: relative;
}

#kc-login, #saveTOTPBtn, #kc-register {
  width: 75%;
  margin-top: 0px;
  /* font-weight: 500;
  font-size: 14px; */
  /*copied from angular material*/
  background-color: #00455a;
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
    
  border: none;
  border-radius: 3px;
  font-size: 16px;
  color: #fff;
  /* color: white;
  box-sizing: border-box;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  outline: none;
  border: none;
  -webkit-tap-highlight-color: transparent;
  display: inline-block;
  white-space: nowrap;
  text-decoration: none;
  vertical-align: baseline;
  text-align: center;
  margin: 0;
  margin-top: 0px;
  min-width: 64px;
  line-height: 36px;
  padding: 0 16px;
  border-radius: 4px;
  overflow: visible;
  transform: translate3d(0, 0, 0);
  transition: background 400ms cubic-bezier(0.25, 0.8, 0.25, 1),
    box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1); */
}

#saveTOTPBtn {
  width: 250px;
}

.form-settings {
  margin-top: 20px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.form-icon {
  color: black;
  padding-right: 8px;
  font-size: 18px;
  width: 22px;
}

#kc-form-buttons {
  margin-top: 0px;
  width: 100%;
  display: flex;
  justify-content: center;
}

#kc-form-wrapper {
  margin-bottom: 12px;
  width: 80%;
  z-index: 1;
}

#kc-info-message {
  z-index: 1;
}

.black-color {
  color: #151515
}

#input-error {
  color: #363636;
}

#input-error-username {
  color: #363636
}

#input-error-password {
  color: #363636;
}

#input-error-password-confirm {
  color: #363636;
}

#input-error-email {
  color: #363636;
}

#input-error-firstname {
  color: #363636;
}

#input-error-lastname {
  color: #363636;
}

.position-relative {
  position: relative;
}

.logo-subtitle-icon {
  width: 40px;
  vertical-align: middle;
  margin-bottom: 5px;
  
}
.logo-subtitle-text {
  font-size: 9px;
  align-self: flex-end;
  color:#144e73;
  margin-right:5px;
}

.logo-subtitle {
  margin-right:10px;
  display: flex;
  margin-bottom: 10px;
  float: right;
}

.logo-subtitle:hover{
  text-decoration: none;
}

.title{
  font-weight: bold;
  margin-top: 50px;
  text-align: center;
  color: #144e73;
  margin-bottom: 45px;
}

.container {
  width: 550px !important;
}

#kc-totp-settings-form {
  width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-bottom: 10px;
}

.totp-config-container {
  z-index: 2;
	display: flex;
	flex-direction: column;
	width: 95%;
	align-items: center;
}

.totp-input-container {
  display: flex;
  gap: 20px;
}

.totp-username {
    z-index: 2;
    position: relative;
    display: flex;
    padding-bottom: 20px;
    flex-direction: column;
    align-items: center;

    > label {
      font-size: 19;
    }
}

.impressum-link {
  text-align: right;
  font-size: 12px;
}