.l-login {
    display: flex;
    min-height: 100vh;
}

.login-left , .login-right {
    width: 50%;
}

.login-left {
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.login-right {
    background-color: #EDF7FF;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.body-login {
    text-align: center;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.body-login .list_marques {
    flex: auto;
    max-width: 100%;
    margin-top: 8%;
}


.body-login .list_marques a {
    margin: 0;
    box-shadow: 0 0 15px #00000024;
    width: 23.8%;
    height: 88px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border-radius: 7px;
    transition: all 0.3s;
}

.body-login .list_marques a:hover {
    box-shadow: 0 2px 20px rgb(10 10 10 / 75%);
}

.login-right img {
    max-width: 560px;
    width: 100%;
}

.lose_password a {
    color: #FE5219;
}

.title-login img {
    width: 24px;
    margin-right: 8px;
}

.title-login {
    color: #2C3E50;
    font-size: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 6%;
}

.head-login img {
    max-width: 150px;
}

.body-login .btn.btn-orange {
    color: #fff;
    background-color: #FE5219;
    border: 2px solid #FE5219;
    padding: 7px 30px;
    border-radius: 7px;
    font-weight: 500;
    font-size: 1.6rem;
    margin-top: 4%;
    transition: all 0.3s;
}

.body-login .btn.btn-orange:hover {
    color: #FE5219;
    background-color: #fff;
}

.wrapper-body-login {
    width: 90%;
    max-width: 520px;
}

.body-login input[type=text] {
    margin-bottom: 30px;
}

.body-login label {
    color: #2C3E50;
    width: 100%;
    text-align: left;
    font-weight: 500;
    font-size: 1.6rem;
}














