.advisio-input-root {
  position: relative;
  margin: 12px 0;
}

.advisio-input {
  all: unset;
  height: 50px;
  width: 100%;
  box-sizing: border-box;
  padding: 0 12px;
  font-family: "Noto Sans", serif !important;
}

.advisio-input-label {
  position: absolute;
  left: 12px;
  top: 50%;
  cursor: text;
  pointer-events: none;
  transform: translateY(-50%);
  color: rgba(255, 255, 255, 0.5);
  opacity: 1;
  transition: 0.1s ease;
  user-select: none;
  z-index: 2;
}


.label-for-input-hidden+span,
.label-for-input-hidden {
  opacity: 0
}

.advisio-input-root>.advisio-input-root-wrapper,
.advisio-input-root>.advisio-input-group-wrapper,
.advisio-input-root>.advisio-input {
  background-color: rgba(255, 255, 255, 0.1);
  box-shadow: 0 4px 15px 4px rgba(0, 0, 0, 0.1);
}

.advisio-input-group-wrapper {
  display: flex;
  align-items: center;
}

.advisio-input-group-wrapper>input+button {
  all: unset;
  cursor: pointer;
  padding: 5px 12px;
  box-sizing: border-box;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.advisio-input-group-wrapper>input+button:before {
  font-size: 20px;
  color: white;
}

.kc-logo-image {
  max-width: 120px;
}

#kc-page-title {
  text-align: center;
}

#kc-form-buttons {
  display: flex;
  width: 100%;
}

.pf-c-button,
#saveRecoveryAuthnCodesBtn,
#cancelRecoveryAuthnCodesBtn,
#social-google,
#social-keycloak-fohet,
#kc-form-buttons>*,
#kc-login {
  background: #ff0707;
  color: #F3F3FB;
  border: unset;
  padding: 8px 24px;
  font-size: 14px;
  font-weight: 500;
  margin: 0 auto;
  cursor: pointer !important;
  text-decoration: unset;
}

#saveRecoveryAuthnCodesBtn[disabled] {
  background: #837979
}

#kc-recovery-codes-list > li > span {
  display: none
}

#social-google,
#social-keycloak-fohet {
  padding: 8px !important;
  background-color: #f1f5f8;
  position: relative;
  margin: 0;
  flex-shrink: 0;
  width: 35px;
  height: 35px;
  box-sizing: border-box;
}

#social-google:after,
#social-keycloak-fohet:after {
  position: absolute;
  inset: 2px;
  content: ' ';
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

#social-google:after {
  background-image: url("../img/google-logo.svg");
}

#social-keycloak-fohet:after {
  background-image: url("../img/facebook-logo.svg");
}

#social-buttons-inner {
  background: unset;
  padding: 0;
  cursor: initial !important;
  display: flex;
  align-items: center;
  gap: 5px;
}

.checkbox * {
  pointer-events: initial;
  cursor: pointer
}

.checkbox>label {
  display: flex;
  align-items: center;
  gap: 4px;
}

.checkbox {
  margin-bottom: 12px;
}

input[type="checkbox"] {
  display: none
}

#input-error {
  position: absolute;
  left: 0;
  right: 0;
  font-size: 12px;
}

a * {
  width: max-content
}

a:link {
  color: #03c8ff;
}

a:visited {
  color: #6338ff;
}

a:active,
a:hover {
  color: #03abff;
}

#kc-totp-secret-qr-code {
  max-width: 200px
}

#kc-form-options {
  margin-bottom: 12px
}