/*login img (gauche)*/

.login-img, .register-img{
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 150px;
    background-size: 100% 100vh;
}

.login-img {
    background-image: url("/img/bg-login3.png");
}

.register-img{
    background-image: url("/img/bg-register3.png");
}

.login-img img, .register-img img {
    height: auto;
    width: 50%;
    margin-top: 125px;
    margin-right: 35px;
}

.login-img p, .register-img p {
    color: #15400e;
    margin-top: 40px;
    font-size: 25px;
    display: flex;
    justify-content: center;
    width: 70%;
    height: auto;
    margin-right: 30px;
}

/*Login form (droite)*/

.login-form, .register-form{
    width: 100%;
    height: 90vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.register-form{
    margin-left:15px ;
}

.login-button {
    width: 70%;
}

.login-button a, .login-button button{
    padding: 5px 55px;
    border: 1px solid #E8E8E8;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    text-decoration: none;
    color: white;
    width: 100%;
}


.violet-bg{
    background-color: #B7D5AC;
}

.violet-bg:hover{
    background-color: #A1C89B;
}
.violet-color{
    color: #B7D5AC;
}

.login-button.violet-bg a{
    color: white;
}

/*.login-button a, .login-button button {*/
/*    color: #828282;*/
/*    text-decoration: none;*/
/*}*/

/*Login input*/

.login-input{
    width: 70%;
    height: auto;
    display: flex;
    flex-direction: column;
}

.login-input input{
    border-radius: 5px;
    border: 2px solid #DED2D9;
}

.login-checkbox-reset{
    width: 70%;
    display: flex;
    justify-content: space-between;
    font-size: 10px;
    align-items: center;
}

.login-input-reset_password{
    display: flex;
}

/*login footer*/

.login-form-footer, .register-form-footer{
    height: 10vh;
    width: 100%;
    display: flex;
    justify-content: center;
}

.register-form-footer{
    margin-left: 15px;
}



/* Register */

.accept_condition{
    margin-left: 10px;
    width: 50%;
    color: #A1A1A1;
    font-size: 10px;
}