.page-connexion{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: 100vh;
}

.image-uam{
    width: 60%;
    max-width: 100%;
    overflow: hidden;
    height: 100vh;
}


.image-uam img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left center;
}


.form-login{
    padding: 20px;
    margin-left: auto;
    margin-right: auto;
    height: 100% !important;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.btn-login{
    background: #D67048;
    box-shadow: 0px 1px 2px #0000001c;
    padding:10px;
    border: none;
    border-radius: 4px;
    color: #ffffff;
    font: 20px 'Rubik', sans-serif;
}

.btn-login:hover{
    background: #dc5722;
}

.cadre-form{
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 8px;
    width: auto;
    max-width: 430px;
    margin-left: auto;
    margin-right: auto;
}

/* Désactiver la bordure bleue sur focus */
.form-control:focus {
    border-color: initial;
    box-shadow: none;
    outline: none;
}





.cadre-form input:focus{
    border: 1.5px solid #dc5722;
}

.mdp-forget{
    display: flex;
    flex-direction: row;
    justify-content: end;
    margin-top: 4px !important;
}

.mdp-forget a{
    text-decoration: none;
    color: #1e0c05;
}

.mdp-forget a:hover{
    color: #dc5722;
}