
body {
    width: 100%;
    height: 100%;
}

.welcome-anonymous{
    background: #0088c1 url(/pics/logos/background_justice.jpg) 0 0 / cover no-repeat;
    overflow-y: hidden;
    overflow-x: hidden;
} 

.page-anonymous .glpi-logo {
    height: 87px;
    width: auto;
    margin: 0 !important;
}

.page .glpi-logo {
    height: 87px;
    width: 100%;
    background-image: url(/pics/logos/mjl.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.page-anonymous {
    height: 100%;
    width: 100%;
    display: flex;
    overflow-y: hidden;
    overflow-x: hidden;
}

.page-anonymous .container-tight {
    margin: auto;
    background-color: white;
    border-radius: 25px;
    opacity: .85;
    padding: 20px;
    width: 40%;
    min-width: 350px;
    max-width: 30rem !important;
}

.page-anonymous .card {
    border: none;
    background: transparent;
    padding: 0;
}

.page-anonymous .card-header {
    border: none;
}

.page-anonymous .card-body {
    padding: 0;
}

.page-anonymous .form-footer button {
    background-color: #00261a;
    color: white;
}

.page-anonymous .copyright {
    display : none
}

.page-anonymous .form-footer {
    margin-top: 1rem;
}

.navbar-brand {
    padding: 0 !important;
}

