﻿/* Базовые стили */
.pf-v5-c-login {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    display: grid;
    overflow-x: hidden;
    justify-content: center; /* Центрируем содержимое по горизонтали */
    --pf-v5-c-login__main-footer--PaddingBottom: 2rem !important;
}

.pf-v5-c-login__container {
    color: black !important;
    grid-template-areas: "header"
                         "main";
    margin: 0 auto;
    max-width: 100%;
    justify-self: center;
}
.pf-v5-c-button.pf-m-secondary:hover {
  color: orange;
}

/* Для больших экранов */
@media (max-width: 1199px) {
    .pf-v5-c-login {
        place-items: center; /* Улучшенное центрирование в Grid */
    }
    
    .pf-v5-c-login__container {
        width: 100%;
        max-width: 1200px; /* или другое значение, подходящее для вашего дизайна */
        margin: 0 auto;
    }
}

/* Для мобильных устройств (оставляем как было) */
@media (max-width: 767px) {
    html, body {
        overflow-x: hidden;
    }
    
    .pf-v5-c-login, .pf-v5-c-login__container {
        width: 100%;
        max-width: 100vw;
        grid-template-columns: 100%;
        padding: 0 10px;
        box-sizing: border-box;
    }
}
@media (min-width: 1200px) {
    .pf-v5-c-login {
        place-items: center; /* Улучшенное центрирование в Grid */
    }
    
    .pf-v5-c-login__container {
        grid-column-gap: 0; !important
        width: 100%;
        max-width: 100px; /* или другое значение, подходящее для вашего дизайна */
        margin: 0 auto;
    }
}



pf-v5-c-brand {
      z-index: 1000; /* Устанавливаем высокий приоритет отображения */
}
.pf-v5-c-button.pf-m-secondary {
  --pf-v5-c-button--after--BorderColor:#ef7103;
  background-color:var(--pf-v5-c-button--m-secondary--BackgroundColor);
  color:#ef7103
}
.pf-v5-c-button.pf-m-secondary:hover {
  --pf-v5-c-button--m-secondary--Color:var(--pf-v5-c-button--m-secondary--hover--Color);
  --pf-v5-c-button--m-secondary--BackgroundColor:var(--pf-v5-c-button--m-secondary--hover--BackgroundColor);
  --pf-v5-c-button--after--BorderColor:darkorange
}
.pf-v5-c-button.pf-m-primary {
  background-color:#ef7103;
  color:white;
}
.pf-v5-c-button.pf-m-primary:hover {
  background-color:darkorange;
}
/* Для всех элементов ввода */
input:not(.pf-v5-c-button.pf-m-primary),
textarea:not(.pf-v5-c-button.pf-m-primary),
select:not(.pf-v5-c-button.pf-m-primary) {
    color: black !important;
}

.pf-v5-c-login__main-header {
  padding-block-start: 20px !important;  
}
.login-pf body {
    background: url("../img/keycloak-bg.jpg") no-repeat center center fixed;
    background-size: cover;
    height: 100%;
}
div.kc-logo-text {
    background-repeat: no-repeat;
    №height: 63px;
    №width: 300px;
    margin: 0 auto;
}

div.kc-logo-text span {
    display: none;
}
@media all and (min-width:601px) {
    #kc-header-wrapper {
       padding-top: 120px;
        font-size: 21px;
    }
    #kc-header-wrapper::before {
        height: 90px;
        top: 10px;
    }
    
    div.kc-logo-text {
        width: 280px;
        height: 60px;
    }
}
@media all and (min-width:599px) and (max-width: 600px) {
    #kc-header-wrapper {
        padding-top: 100px;
        font-size: 21px;
    }
    #kc-header-wrapper::before {
        height: 70px;
        top: 5px;
    }
    
    div.kc-logo-text {
        width: 230px;
        height: 52px;
    }
}


@media all and (min-width:481px) and (max-width: 598px) {
    #kc-header-wrapper {
        padding-top: 100px;
        font-size: 25px;
    }
    #kc-header-wrapper::before {
        height: 100px;
        top: 5px;
    }
    
    div.kc-logo-text {
        width: 230px;
        height: 52px;
    }
}

@media all and (min-width:321px) and (max-width: 480px) {
    #kc-header-wrapper {
        padding-top: 100px;
        font-size: 15px;
    }
    #kc-header-wrapper::before {
        height: 70px;
        top: 15px;
        width: 90%;
    }
    
    div.kc-logo-text {
        width: 180px;
        height: 42px;
    }
}

@media all and (max-width: 320px) {
    #kc-header-wrapper {
        padding-top: 100px;
        font-size: 15px;
    }
    #kc-header-wrapper::before {
        height: 70px;
        top: 15px;
        width: 85%;
    }
    
    div.kc-logo-text {
        width: 160px;
        height: 38px;
    }
}
@media all and (min-width:700px) and (max-width: 1000px) and (min-height:300px) and (max-height:500px) {
    #kc-header-wrapper {
        padding-top: 100px;
        font-size: 21px;
    }
    #kc-header-wrapper::before {
        height: 70px;
        top: 5px;
    }
    
    div.kc-logo-text {
        width: 230px;
        height: 52px;
    }
}
.login-select-toggle::before,
.login-select-toggle::after {
  content: ''; /* Сбросить содержимое */
  display: none; /* Скрыть псевдоэлементы */
}


.kc-login-tooltip .kc-tooltip-text{
    top:-3px;
    left:160%;
    background-color: #f3f3f3;
    visibility: hidden;
    color: #00000;

    min-width:130px;
    text-align: center;
    border-radius: 2px;
    box-shadow:0 1px 8px rgba(0,0,0,0.6);
    padding: 5px;

    position: absolute;
    opacity:0;
    transition:opacity 0.5s;
}
.pf-v5-c-login__main {
    background-color: white;
    color: black;
}
.pf-v5-c-form-control {
    background-color: white; 
    color: black !important;        
}


.pf-v5-c-login__main .text-block {
    background-color: white !important;
    color: black !important;
    padding: 1rem;1
    border-radius: 0.25rem;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}


.pf-v5-c-login__main .text-block h1,
.pf-v5-c-login__main .text-block h2,
.pf-v5-c-login__main .text-block h3 {
    color: black !important;
}
.pf-v5-c-login__main-header-utilities {
  background-color: white; /* Устанавливаем белый цвет фона */
}

.pf-v5-c-form-control select {
  color: black; /* Устанавливаем черный цвет текста */
  background-color: white; /* Устанавливаем белый цвет фона для выпадающего списка */
}

.pf-v5-c-form-control__utilities {
  color: black; /* Устанавливаем черный цвет для иконок или дополнительных элементов */
}


.pf-v5-c-login__main .text-block p {
    color: black !important;
}


.pf-v5-c-login__main button {
    background-color: #ee7203; 
    color: white; 
    border: none; 
    padding: 0.5rem 1rem; 
    cursor: pointer; 
    font-size: 1rem; 
    transition: background-color 0.3s ease; 
}

.pf-v5-c-login__main button:hover {
    background-color: darkorange; 
}

/* Show tooltip */
.kc-login-tooltip:hover .kc-tooltip-text {
    visibility: visible;
    opacity:0.7;
}

/* Arrow for tooltip */
.kc-login-tooltip .kc-tooltip-text::after {
    content: " ";
    position: absolute;
    top: 15px;
    right: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent black transparent transparent;
}

#kc-recovery-codes-list {
    columns: 2;
}

#certificate_subjectDN {
    overflow-wrap: break-word
}
#kc-form-login.pf-v5-c-form {
    --pf-v5-c-form--GridGap: 1rem;
}
#kc-header-wrapper {
    position: relative; /* Устанавливаем контекст для абсолютного позиционирования */
    text-transform: uppercase;
    letter-spacing: 3px;
    line-height: 1.2em;
    white-space: normal;
    color: var(--pf-v5-global--Color--light-100) !important;
    text-align: center;
}

#kc-header-wrapper::before {
    content: ""; /* Создаем пустой элемент */
    background-image: url(../img/logo.jpg); /* Устанавливаем фоновое изображение */
    background-size: contain; /* Масштабируем изображение, чтобы оно вписывалось в контейнер */
    background-repeat: no-repeat; /* Не повторяем изображение */
    background-position: center; /* Центрируем изображение */
    position: absolute; /* Абсолютное позиционирование */
    top: 0; /* Выравниваем по верхнему краю контейнера */
    left: 50%; /* Центрируем по горизонтали */
    transform: translateX(-50%); /* Корректируем смещение для центрирования */
    width: 100%; /* Ширина 100% для полного охвата контейнера */
}



:where(a) {
  color:#ef7103;
  font-weight:var(--pf-v5-global--link--FontWeight);
  text-decoration:var(--pf-v5-global--link--TextDecoration)
}
:where(a:hover) {
  --pf-v5-global--link--Color:darkorange;
  --pf-v5-global--link--TextDecoration:var(--pf-v5-global--link--TextDecoration--hover)
}
hr {
    margin-top: var(--pf-v5-global--spacer--sm);
    margin-bottom: var(--pf-v5-global--spacer--md);
}
.kc-info-message {
    color: #333; /* Цвет текста */
    background-color: #f9f9f9; /* Фон */
    border: 1px solid #ddd; /* Рамка */
    padding: 10px;
    margin-bottom: 15px;
    border-radius: 5px;
    font-size: 14px;
}

@media (min-width: 768px) {
    div.pf-v5-c-login__main-header {
        grid-template-columns: 70% 30%;
    }
}

/* Контейнер для поля ввода и кнопки */
.login-tooltip-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}

/* Поле ввода */
.login-tooltip-wrapper .pf-v5-c-form-control {
    padding-right: 2.5rem; /* Добавляем отступ справа для кнопки */
}

/* Контейнер для кнопки с подсказкой */
.login-tooltip-container {
    position: fixed; /* Фиксируем кнопку относительно окна */
    bottom: 1rem; /* Отступ от нижнего края окна */
    right: 1rem; /* Отступ от правого края окна */
    display: flex;
    align-items: center;
    z-index: 1000; /* Устанавливаем высокий приоритет отображения */
    display: none;
}

/* Кнопка с подсказкой */
.tooltip-button {
    background: #f0f0f0;
    border: 1px solid #dcdcdc;
    border-radius: 50%;
    width: 4.5rem;
    height: 4.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 5rem !important;
    color: #555;
    cursor: pointer;
}

/* Текст подсказки */
.tooltip-text {
    visibility: hidden;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    padding: 0.5rem;
    position: absolute;
    bottom: 150%; /* Расположение над кнопкой */
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    z-index: 1001; /* Выше, чем сама кнопка */
    max-width: calc(100vw - 2rem); /* Ограничиваем ширину подсказки с учетом отступов */
    overflow-wrap: break-word; /* Перенос слов, если текст слишком длинный */
}

/* Показываем текст при наведении */
.login-tooltip-container:hover .tooltip-text {
    visibility: visible;
}

/* Изменяем позицию текста, если он слишком близко к краю */
.tooltip-text.tooltip-left {
    left: auto;
    right: 0; /* Привязываем текст к правому краю */
    transform: translateX(0); /* Убираем смещение */
}

.tooltip-text.tooltip-right {
    left: 0; /* Привязываем текст к левому краю */
    transform: translateX(0); /* Убираем смещение */
}
.pf-v5-c-form-control {
  flex-grow: 1;       /* занимает все доступное пространство */
  min-width: 0;       /* чтобы не выходило за пределы контейнера */
}

.recovery-tooltip-vit-container {
    position: relative !important;
    display: flex;
    z-index: 1000;
    min-height: 1px; /* вместо height: 0 */
    flex-direction: row-reverse; /* если это критично */
    overflow: visible;
}
.recovery-tooltip-vit-button {
  will-change: transform; /* Оптимизация анимации */
  backface-visibility: hidden; /* Фикс дрожания */
}
.tooltip-vit-container {
    position: relative !important;
    display: flex;
    z-index: 1000;
    min-height: 1px; /* вместо height: 0 */
    flex-direction: row-reverse; /* если это критично */
    overflow: visible;
}
.tooltip-vit-button {
  will-change: transform; /* Оптимизация анимации */
  backface-visibility: hidden; /* Фикс дрожания */
}

.recovery-tooltip-vit-button {
    position: absolute;
    font-size: 13px !important;
    top: -176px; /* вместо transform: translateY(34px) */
    right: 0; /* если нужно выравнивание по правому краю */
    z-index: 10000;
    -webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
}


.tooltip-vit-button {
    position: absolute;
    font-size: 13px !important;
    top: 35px; /* вместо transform: translateY(34px) */
    right: 0; /* если нужно выравнивание по правому краю */
    z-index: 10000;
    -webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
}


@media only screen and (device-width: 390px) and (device-height: 844px) and (orientation: landscape), only screen and (device-width: 844px) and (device-height: 390px) and (-webkit-device-pixel-ratio: 3), only screen and (device-width: 844px) and (device-height: 390px) {
    .tooltip-vit-button {
        top: 41px !important;
    }
        .tooltip-vit-text {
    font-size: 10px;
    bottom: 90%;
    }
}
@media only screen and (device-width: 375px) and (device-height: 812px) and (orientation: landscape), only screen and (device-width: 812px) and (device-height: 390px) and (-webkit-device-pixel-ratio: 3), only screen and (device-width: 812px) and (device-height: 375px) {
    .tooltip-vit-button {
        top: 41px !important;
    }
        .tooltip-vit-text {
    font-size: 10px;
    bottom: 90%;
    }
}
@media only screen and (device-width: 428px) and (device-height: 926px) and (orientation: landscape), only screen and (device-width: 926px) and (device-height: 428px) and (-webkit-device-pixel-ratio: 3), only screen and (device-width: 926px) and (device-height: 428px) {
    .tooltip-vit-button {
        top: 41px !important;
        
    }
    .tooltip-vit-text {
    font-size: 10px;
    bottom: 90%;
    }
}
.recovery-tooltip-vit-text {
    visibility: hidden;
    background-color: #555;
    color: #fff;
    border-radius: 4px;
    padding: 5px;
    position: absolute;
    z-index: 1001; /* Поверх кнопки */
    bottom: 100%; /* Расположение над кнопкой */
    transform: translateX(-40%) translateY(-180px); /* сдвиг влево и вверх */
    margin-right: -300px;
    font-size: 10px;
}


.recovery-tooltip-vit-text::after {
    content: "";
    position: absolute;
    top: 100%; /* Треугольник указывает вниз */
    transform: translateX(-60%) translateY(-180px);
    border-width: 5px;
    border-style: solid !important; 
border-top-color: #555 !important; /* Цвет верхней границы */
border-right-color: transparent !important; /* Цвет правой границы */
border-bottom-color: transparent !important; /* Цвет нижней границы */
border-left-color: transparent !important; /* Цвет левой границы */

}
@media screen and (min-width: 100px) and (max-width: 399px) {
  .recovery-tooltip-vit-text {
    font-size: 8px;
    transform: translateX(-60%) translateY(-180px);
  }
}

@media screen and (min-width: 400px) and (max-width: 699px) {
  .recovery-tooltip-vit-text {
    font-size: 10px;
    transform: translateX(-60%) translateY(-180px);
  }
}
@media screen and (min-width: 700px) and (max-width: 999px) {
  .recovery-tooltip-vit-text {
    font-size: 10px;
    transform: translateX(-60%) translateY(-180px);
  }
}
@media screen and (min-width: 1000px) {
  .recovery-tooltip-vit-text {
    font-size: 14px;
    transform: translateX(-50%) translateY(-180px);
  }
}
.tooltip-vit-text {
    visibility: hidden;
    background-color: #555;
    color: #fff;
    border-radius: 4px;
    padding: 5px;
    position: absolute;
    z-index: 1001; /* Поверх кнопки */
    bottom: 100%; /* Расположение над кнопкой */
    transform: translateX(-40%);
    margin-right: -300px;
    font-size: 14px;
}

.tooltip-vit-text::after {
    content: "";
    position: absolute;
    top: 100%; /* Треугольник указывает вниз */
    transform: translateX(-50%);
    border-width: 5px;
    border-style: solid !important;
border-top-color: #555 !important; /* Цвет верхней границы */
border-right-color: transparent !important; /* Цвет правой границы */
border-bottom-color: transparent !important; /* Цвет нижней границы */
border-left-color: transparent !important; /* Цвет левой границы */

}

@media screen and (max-width: 3600px) and (min-width: 2001px) {
  .tooltip-vit-text {
    position: absolute;
    background-color: #333 !important;
    color: #fff !important;
    opacity: 1 !important;
    z-index: 1000;
    width: 25vw;
    box-sizing: border-box !important;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    transform: translateX(-35%);
  }
}
@media screen and (max-width: 2000px) and (min-width: 1601px) {
  .tooltip-vit-text {
    position: absolute;
    background-color: #333 !important;
    color: #fff !important;
    opacity: 1 !important;
    z-index: 1000;
    width: 32vw;
    box-sizing: border-box !important;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    transform: translateX(-35%);
  }
}
@media screen and (max-width: 1600px) and (min-width: 1400px) {
  .tooltip-vit-text {
    position: absolute;
    background-color: #333 !important;
    color: #fff !important;
    opacity: 1 !important;
    z-index: 1000;
    width: 40vw;
    box-sizing: border-box !important;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    transform: translateX(-40%);
  }
}
@media screen and (max-width: 1400px) and (min-width: 1201px) {
  .tooltip-vit-text {
    position: absolute;
    background-color: #333 !important;
    color: #fff !important;
    opacity: 1 !important;
    z-index: 1000;
    width: 50vw;
    box-sizing: border-box !important;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    transform: translateX(-35%);
  }
}
@media screen and (max-width: 1200px) and (min-width: 916px) {
  .tooltip-vit-text {
    position: absolute;
    background-color: #333 !important;
    color: #fff !important;
    opacity: 1 !important;
    z-index: 1000;
    width: 60vw;
    box-sizing: border-box !important;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    transform: translateX(-35%);
  }
}
@media screen and (min-width: 401px) and (max-width: 700px) and (min-height: 600px) and (max-height: 1200px) {
  .tooltip-vit-text {
    position: absolute;
    background-color: #333 !important;
    color: #fff !important;
    opacity: 1 !important;
    z-index: 1000;
    width: auto;
    max-width: calc(100vw - 80px);
    box-sizing: border-box !important;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    transform: translateX(-70%);
  }
}
@media screen and (min-width: 300px) and (max-width: 400px) and (min-height:901px) and (max-height: 1200px) {
  .tooltip-vit-text {
    position: absolute;
    background-color: #333 !important;
    color: #fff !important;
    opacity: 1 !important;
    z-index: 1000;
    width: auto;
    max-width: calc(100vw - 40px);
    box-sizing: border-box !important;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    transform: translateX(-70%);
    font-size: 10px;
  }
}
@media screen and (min-width: 300px) and (max-width: 400px) and (min-height: 700px) and (max-height: 800px) {
  .tooltip-vit-text {
    position: absolute;
    background-color: #333 !important;
    color: #fff !important;
    opacity: 1 !important;
    z-index: 1000;
    width: auto;
    max-width: calc(100vw - 60px);
    box-sizing: border-box !important;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    transform: translateX(-70%);
    font-size: 10px;
  }
}

@media screen and (min-width: 300px) and (max-width: 350px) and (min-height: 500px) and (max-height: 699px) {
  .tooltip-vit-text {
    position: absolute;
    background-color: #333 !important;
    color: #fff !important;
    opacity: 1 !important;
    z-index: 1000;
    width: auto;
    max-width: calc(100vw - 60px);
    box-sizing: border-box !important;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    transform: translateX(-70%);
    font-size: 10px;
  }
}
@media screen and (min-width: 350px) and (max-width: 400px) and (min-height: 500px) and (max-height: 699px) {
  .tooltip-vit-text {
    position: absolute;
    background-color: #333 !important;
    color: #fff !important;
    opacity: 1 !important;
    z-index: 1000;
    width: auto;
    max-width: calc(100vw - 60px);
    box-sizing: border-box !important;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    transform: translateX(-80%);
    font-size: 10px;
  }
}


@media screen and (min-width: 300px) and (max-width: 400px) and (min-height: 801px) and (max-height: 900px) {
  .tooltip-vit-text {
    position: absolute;
    background-color: #333 !important;
    color: #fff !important;
    opacity: 1 !important;
    z-index: 1000;
    width: auto;
    max-width: calc(100vw - 60px);
    box-sizing: border-box !important;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    transform: translateX(-70%);
    font-size: 8px;
  }
}
@media screen and (min-width: 800px) and (max-width: 950px) and (min-height: 301px) and (max-height: 450px) {
  .tooltip-vit-text {
    position: absolute;
    background-color: #333 !important;
    color: #fff !important;
    opacity: 1 !important;
    z-index: 1000;
    width: auto;
    max-width: calc(100vw - 60px);
    box-sizing: border-box !important;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    transform: translateX(-70%);
    font-size: 8px;
  }
}
@media screen and (min-width: 600px) and (max-width: 799px) and (min-height: 301px) and (max-height: 450px) {
  .tooltip-vit-text {
    position: absolute;
    background-color: #333 !important;
    color: #fff !important;
    opacity: 1 !important;
    z-index: 1000;
    width: auto;
    max-width: calc(100vw - 60px);
    box-sizing: border-box !important;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    transform: translateX(-70%);
    font-size: 8px;
  }
}
.tooltip-vit-button:hover + .tooltip-vit-text {
    visibility: visible;
}
.recovery-tooltip-vit-button:hover + .recovery-tooltip-vit-text {
    visibility: visible;
}
.pf-v5-c-login__main {
    display: grid; /* Включаем Grid для родительского блока */
    position: relative;
    grid-template-columns: repeat(3, 1fr); /* Три колонки */
}
.pf-v5-c-login__main-body{
  grid-column: span 3;
}
.pf-v5-c-login__main-header{
  grid-column: span 3;
}

   

.faq-container {
    margin-top: 20px;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
}

.faq-header {
    padding: 10px 15px;
    background-color: #f5f5f5;
    cursor: pointer;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.faq-content {
    padding: 15px;
    line-height: 1.5;

}

/* Адаптация для мобильных устройств */
@media (max-width: 768px) {
    .faq-content {
        font-size: 14px;
        padding: 10px;
    }
}

.link-container {
    display: flex;
    justify-content: space-between; /* распределяет элементы по краям */
    width: 100%; /* убедитесь, что контейнер занимает всю доступную ширину */
    margin-top: 10px;
}

.instruction-link {
    font-size: 14px;
}

.generator-link {
    font-size: 14px;
    /* никаких дополнительных свойств не нужно, space-between сделает всю работу */
}





.pf-v5-c-login__main {
    display: flex;
    flex-direction: column;
    align-items: stretch;
}
.pf-v5-c-login__main-footer-band {
    padding-block-end: 0.5rem;
    padding-block-start: 0.5rem;
}

.pf-v5-c-login__main-footer-links {
    padding-block-end: 0.5rem;
    padding-block-start: 0.5rem;
}


.fa.fa-yandex {
  display: inline-block;
  background-image: url('../img/ico_yandex.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 150px;
  height: 40px;
  z-index: 1000;
}
.pf-v5-c-login__main-footer-links-item-link svg {
  display: none;
}
.pf-v5-c-login__main-header {
    height: 30px !important;
    overflow: hidden;
    font-size: 0;
    padding: 0 !important;
    margin: 0 !important;
    line-height: 0;
    border: none !important;
}

.pf-v5-c-login__main-header * {
    display: none;
}
