
#main-header {
    margin-bottom: -30px;
}


.password-reset-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 80vh; 
    text-align: center; 
    padding: 20px;
}


.password-reset-container h1 {
    color: #0056b3; 
    font-weight: bold; 
    margin-bottom: 20px; 
}

.password-reset-container form {
    width: 100%;
    max-width: 400px; 
    background-color: #f8f8f8; 
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border: 2px solid #0056b3; 
}

.password-reset-container label {
    font-weight: bold;
    color: #0056b3;
    display: block;
    margin-bottom: 10px;
    font-size: 1.2em;
}


.password-reset-container input {
    width: calc(100% - 20px); 
    padding: 10px 5px; 
    border: 2px solid #0056b3; 
    border-radius: 5px;
    margin-bottom: 20px;
    font-size: 1.2em; 
    font-weight: bold; 
    box-sizing: border-box; 
}


.password-reset-container button {
    background-color: #0056b3;
    color: white;
    padding: 10px; 
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-weight: bold;
    font-size: 1.1em; 
}

.password-reset-container button:hover {
    background-color: #003366; 
}


.smiley-container {
    margin-bottom: 20px; 
}

.smiley-icon {
    max-width: 100px; 
    height: auto;
}
.text-bold-black {
    font-weight: bold;
    color: #000000;
    font-family: 'Poppins', sans-serif;
}

.help-text-custom {
    font-weight: bold; 
    color: #000000; 
    text-align: center; 
    margin-bottom: 10px; 
    line-height: 1.6; 
    display: block; 
}


.error-message {
    color: red; 
    font-weight: bold; 
    margin-bottom: 10px;
}

ul.help-text-custom, ul.errorlist {
    list-style-type: none; 
    padding: 0; 
    margin: 0;
}

.reset-success-message {
    font-weight: bold; 
    color: #000000; 
    text-align: center; 
    margin-bottom: 20px; 
    font-family: 'Poppins', sans-serif;
}
.btn-connexion-reset {
    background-color: #0056b3; 
    color: white; 
    padding: 10px 20px; 
    border-radius: 5px; 
    text-decoration: none; 
    font-weight: bold; 
    font-size: 1.1em; 
    margin-top: 20px; 
    display: inline-block;
    text-align: center; 
}

.btn-connexion-reset:hover {
    background-color: #003366; 
    color: #ffffff; 
    cursor: pointer; 
}

.verification-notice {
    color: red; 
    font-weight: bold; 
    text-align: center; 
    margin-top: 20px; 
    font-size: 1.1em;
    font-family: 'Poppins', sans-serif;
}


@media (max-width: 768px) {
    .password-reset-container form {
        width: 90%; 
        padding: 20px; 
    }

    .password-reset-container input {
        width: 100%; 
    }
}
#main-header {
        margin-bottom: -90px; 
    }

    .password-reset-container {
        margin-top: 0; 
    }

.password-reset-container input {
    width: calc(100% - 20px); 
    padding: 10px 5px; 
    border: 2px solid #0056b3; 
    border-radius: 5px;
    margin-bottom: 20px;
    font-size: 1.2em; 
    font-weight: bold; 
    box-sizing: border-box;
}

.password-reset-container button {
    background-color: #0056b3;
    color: white;
    padding: 10px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-weight: bold;
    font-size: 1.1em; 
}

.password-reset-container button:hover {
    background-color: #003366; 
}


.smiley-container {
    margin-bottom: 20px;
}

.smiley-icon {
    max-width: 100px; 
    height: auto;
}
.reset-success-message {
        font-weight: bold !important; 
        color: #000000; 
        text-align: center; 
        margin-bottom: 20px;
    }
}