#authentification {
    display: table-cell;
    width: 10%;
    height: 80px;
    text-align: center;
    vertical-align: middle;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    background-color: rgb(29, 108, 206);
}

#authentification label{
    font-size: 21;
    color: white;
    font-weight: bold;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif
}



.input-container{
    margin: auto;
    margin-left: 5%px;
    margin-top: 12px;
    height: 13%;
    width: 90%;
    border: 0.1px solid grey;
    font-size: 15;
    outline: none;
}
  
.input-container input{
    color: rgb(29, 108, 206);
    padding-left: 8px;
    border: 0.1px solid grey;
    font-size: 15;
    width: 87.08%;
    height: 100%;
    margin-top: -1px;
    vertical-align: middle;
    margin-left: -4px;
}

.icon {
    display: inline-block;
    background: rgb(29, 108, 206);
    color: white;
    width: 13%;
    padding-top: 8px;
    padding-bottom: 8px;
    vertical-align: middle;
    text-align: center;
    font-size: 21;
    line-height: normal;
}

#entrer{
    width: 90%;
    height: 13%;
    margin-left: 5%;
    margin-top: 6px;
    font-size: 21;
    border: 0px;
    border-radius: 5px;
    background-color: rgb(29, 108, 206);
    color: white;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif
}
.input-container input::placeholder{
    color: rgba(128, 128, 128, 0.616);

}

#entrer:hover{
    background-color: rgba(25, 82, 229, 0.537);
}

.erreur{
    margin: auto;
    width: 100%;
    text-align: center;
    color: red;
    margin-top: 5px;
}


.UpperContainer{
    margin: auto;
    width: 350px;
    height: 280px;
    background-color: white;
    border-radius: 15px;
    box-shadow: -5px -5px 15px rgba(70,70,70,0.12),
    5px 5px 15px rgba(70,70,70,0.12);
}

.Container{
    margin: auto;
}

.Page{
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    position: absolute;
    background-color: rgb(87, 156, 235);

}