@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap');

* {
    font-family: "Poppins", Sans-serif;
    font-weight: 400;
}
.glpi-logo.white {

}
.page .glpi-logo {
    background-image: url(./../../extend/img/lgpd-desk-white.png);
    background-size: contain;
    height: 55px;
    width: 200px;
    background-position: center;
}

.page-anonymous .glpi-logo {
    --logo: url(./../../extend/img/lgpd-desk.png);
    content: var(--logo);
    object-fit: contain;
}

.footer_copyright_image img {
    margin-top: 10px;
    height: 40px;
}
.footer_copyright_image {
    text-align: center;
    margin: 10px 0;
}

.sidebar, .topbar {
}
a { 
    font-weight: bold;
}
a:hover {
    text-decoration: underline;
}
.button-col {
    max-width: 250px;
}
.search-footer {
    justify-content: center;
    display: flex;
}
.display_login_source {
    display: none;
}
.col-form-label {
    max-width: 80% !important;
    padding-top: 0 !important;
}
.field-custom-checkbox-container { 
    gap: 10px;

}
@media only screen and (max-width: 600px) {
    .col-form-label {
        max-width: calc(100% - 2rem) !important;
    }
    .field-custom-checkbox-container {
        align-items: center; 
        gap: 10px;
        padding: 0 1.25rem;
    }
}
.token-input-group {
    display: flex;
    gap: 10px;
    margin-top: 2rem;
}
.token-input-group input {
    font-size: 20px;
    text-align: center;
}