#colLeftLogin {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 327px;
    height: 100%;
    background-color: var(--brand-alternate);
    align-items: center;
}

#colRightLogin {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    background-color: var(--utility-secondary-background);
    justify-content: center;
    align-items: center;
    flex: 1;
}

#loginParams {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 460px;
    gap: 10px;
}

.loginException {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
}

#dejaUnCompte {
    font: var(--body-large);
}

.loginParams1 {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 191px;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
}

.left {
    justify-content: left;
    min-height: 0;
}

.bigGap {
    gap: 48px;
}