.centerdiv {

    margin-top : 10px;
  /*  position: absolute;*/

    padding: 10px;
}

.piedPage{
   /* position: absolute;*/
    background-color: #384859;
    color:white;
    padding:5px;

    font-size: 1.4em !important;

}

.piedPage a {
    color: white;
}

.entetebase {

    font-size: 1.8em !important;
    background-color:#F1BD28;
    color:black;
    padding:5px;


}

.imgbase {

    border-radius: 10%;
}

.divresetpass {


}

.mailinput{


}

@media (max-device-width:768px) and (orientation: landscape) {
    html {
        -webkit-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
    }
}

