/*.login-container {
    background-color: #fff;
    padding: 20px 40px;
    border-radius: 10px;
    box-shadow: 0 0 10px var(--hs-main-primary-color);
    width: 100%;
    max-width: 500px;
    text-align: center;
}*/

h1 {
    font-size: 24px;
    margin-bottom: 20px;
}

.rating {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.rating p {
    margin: 0 10px 0 0;
}

.stars {
    display: flex;
    align-items: center;
}

.stars span {
    color: var(--hs-main-primary-color);
    margin-right: 5px;
    font-size: 18px;
}

.forgot-password-link {
    color: #007bff; /* Bootstrap primary blue, for example */
    text-decoration: none;
    font-style: italic;
    cursor: pointer;
    margin-bottom: 20px;
}

.forgot-password-link:hover, .forgot-password-link:focus {
    text-decoration: underline;
    color: #0056b3; /* A darker shade of blue for contrast */
}

.trucmuche {
    background-color: #006c6e; /* Fond bleu de la carte */
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    max-width: 400px;
    width: 100%;
}