.h2-code {
    font-size: 2rem;
    color: #0e3a67;
    margin-bottom: 20px;
    font-weight: bold;
    text-transform: uppercase;"
}
.custom-gray-bg {
    background-color: #E8E8E8;
    border-radius: 15px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.valider-code, .revenir-accueil {
    flex: 1;
    background-color: #11467c;
    color: white;
    padding: 10px;
    margin-bottom: 10px;
    max-width: 100%;
    width: 50%;
    border: 2px solid #fff;
    border-radius: 4px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: bold;
    box-shadow: 0 8px 15px rgba(255,255,255,.1);
    transition: .3s;
    margin-left: 1.5rem;

}
@media (max-width: 1000.98px) {
    .valider-code, .revenir-accueil {
        width: 100%;
        margin-left: 10px;
    }
   .input {
        width: 100%;
    }
}
.error-message {
    font-size: 20px;
    color: rgba(210, 16, 51, 0.82);
    font-weight: bold;
    text-transform: uppercase;"
}
.group {
    display: flex;
    line-height: 50px;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
}

.input {
    height: 60px;
    line-height: 30px;
    padding: 0 20%;
    padding-left: 3rem;
    border: 2px solid transparent;
    border-radius: 10px;
    outline: none;
    background-color: #f8fafc;
    color: #0d0c22;
    transition: .5s ease;
}

.input::placeholder {
    color: #94a3b8;
}

.input:focus, input:hover {
    outline: none;
    border-color: rgba(187, 41, 78, 0.8);
    background-color: #fff;
    box-shadow: 0 0 0 5px rgba(210, 16, 51, 0.47);
}

.icon {
    position: relative;
    left:5%;
    fill: none;
    width: 1.5rem;
    height: 1.5rem;
}