@charset "UTF-8";

/*!
 * Version - 1.1.1
 * Copyright (c) 2025 Webstudio <info@astrolab.com> and another company

 * L’autorisation est accordée à toute personne qui en obtient une copie de ce style.
 * Il est strictement interdit de publier(vendre) sans l'autorisation préalable des auteurs.
 * Des spécialistes sont à l'origine des documents fournis.

*/
html,
body {
    height: 100%;
}

.form-signin {
    max-width: 400px;
    padding: 1rem;
}

.form-signin .form-floating:focus-within {
    z-index: 2;
}

.form-signin input[type="email"] {
    --bs-border-color: #1f1f1f;
}

.form-signin input[type="password"] {
    border-top-right-radius: 0;
}

footer {
    background-color: #f1e6dc !important;
    color: #000000 !important;
}