
body{
    text-align: center;
    text-align: center;
    background-image: linear-gradient(120deg, #a6c0fe 0%, #f68084 100%);
    background-repeat: round;
    height: 100%;
}

form{
    background-color: rgba(255, 255, 255, 0.753);
    width: 350px;
    height: 350px;
    padding-top: 50px;
    border-radius: 5%;
    box-shadow: 0 0 0.5em #cccccc ;
    margin: 0 auto;
}
form h4{
    text-align: center;
    font-family:'calibri';
    color: rgb(51, 51, 51);
    font-size: 14px;
  
}
form .click{
    width: 10px;
    float: left;
    margin-left: 50px;
    margin-top: 10px;
}
form .eye{
    margin-right: 245px;
   font-family: 'Times New Roman', Times, serif;
}
form p{
    font-family: arial;
    font-size: 10px;
    color: rgb(51, 51, 51);  
    margin-top: 17px;
}
form input{
    width: 250px;
    height: 27px;
    border: 1px solid gray;
    outline: none;
    background-color: rgb(255, 255, 255);
    color: gray;
    font-family: arial;
    font-size: 12px;
    font-weight: bold;
    text-align: justify;
    border-radius: 5px;
    padding-left: 15px;

}
.btn{
    background-color: rgb(19, 115, 241);
    color: white;
    border-radius: 5px;
    cursor: pointer;
    width: 268px;
    text-align: center;
    border: none;

}
.btn:hover{
    background-color: rgb(81, 135, 252);
    cursor: pointer;
}

/* ce code permet d'empêcher la couleur de background automatique sur le web */
input:-webkit-autofill,
input:-webkit-autofill:focus{
    transition: background-color 600000s 0s,color 600000s 0s;
}
