﻿#logoLogin {
    max-width: 300px;
}
.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    font-size: 3.5rem;
}

.form-signin {
    width: 100%;
    max-width: 330px;
    padding: 15px;
    margin: auto;
}

    .form-signin .checkbox {
        font-weight: 400;
    }

    .form-signin .form-floating:focus-within {
        z-index: 2;
    }

    .form-signin input[type="username"] {
        margin-bottom: -1px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .form-signin input[type="password"] {
        margin-bottom: -1px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

    .form-signin input[type="text"] {
        margin-bottom: -1px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

.password-input {
    padding-right: 35px; /* Ajustez l'espacement droit pour faire de la place pour l'icône */
}

.password-toggle {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    cursor: pointer;
    pointer-events: auto; /* Permet aux événements de clic d'être capturés par l'icône */
}

input::-ms-reveal,
input::-ms-clear {
    display: none;
}

.toggle-password-icon {
    height: 16px;
    width: 16px;
}

html, body {
    height: 95%;
}

body {
    display: flex;
    flex-direction: column;
}

main {
    flex: 1;
}

footer {
    flex-shrink: 0;
}

.footer-text {
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 20px;
}
