.welcome-anonymous {
    background-image: url(../../pics/logos/tela-fundo.png) !important;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;

}

.text-muted {
    color: #f0f0f0 !important;
    a{
        color: #2F59A1;
        font-weight: bold;
    }
}

.page-anonymous {
    &>:first-child {
        margin-top: 0 !important;
        height: 100vh;
    }

    .glpi-logo {
        --logo: url(../../pics/logos/logo-glpi-happy.png) !important;
        content: var(--logo) !important;
    }

    .card {
        color: #f0f0f0;
        background-color: transparent;
        border: 0;

        form {
            color: #f0f0f0;

            .col-md-5 {
                display: flex;
                flex-direction: column;
                align-items: flex-start;

                .card-header {
                    display: flex;
                    flex-direction: column;
                    padding: 0;
                    margin: 0 !important;
                    align-items: flex-start;

                    h2 {
                        margin: 0 !important;
                    }
                }

                &> :nth-child(2),
                > :nth-child(3) {
                    width: 100%;

                    input {
                        color: #0f0f0f;
                    }
                }

            }
            .form-footer {
                width: 100%;

                .btn-primary{
                    color: #f0f0f0f6;
                }
            }
            
            .form-label-description a {
                color: #f0f0f0;
            }
        }
    }

    .copyright {
        color: #f0f0f0;
    }
}