.body{
    text-align: center;
    padding-bottom: 150px;
    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: 400px;
    border-radius: 5%;
    box-shadow: 0 0 0.5em #cccccc ;
    margin: 0 auto;
}
form h2{
    text-align: center;
    font-family:'calibri';
    color: rgb(51, 51, 51);
    font-size: 14px;
    text-transform: uppercase;
}
form #one{
    margin-left: 47px;
    width: 252px;

}
/* input interieur */
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: center;
    border-radius: 5px;

}
form .click{
    width: 10px;
    float: left;
    margin-left: 50px;
    margin-top: 3px;
}
form .eye{
    margin-right: 260px;
   font-family: 'Times New Roman', Times, serif;
}

form .btn{
    text-align: center;
    width: 255px;
    background-color: rgb(75, 130, 248);
    border-radius: 5px;
    color: white;
    cursor: pointer;
    padding-top: 7px;
    padding-bottom: 7px;
    border: none;
    margin-top:-10px;
   


}
form .btn:hover{
    background-color: rgb(81, 135, 252);
    transition: 0.3s;


}
form p{
    font-family: arial;
    font-size: 10px;
    color: rgb(51, 51, 51);
    

}

.input img{
    cursor: pointer;
    width: 20px;
    height: 20px;
    vertical-align: middle;
}


/* 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;
}

input[data-autocompleted]{
    background-color: white !important;
}
@media screen and (max-width:390px){
    .body{
        text-align: center;
        padding-bottom:2px;
       background-image: none;
       background-color: white;
 
    }
    form{
        background-color: rgba(255, 255, 255, 0.336);
        width: 350px;
        height: 400px;
        border-radius: 5%;
        box-shadow: 0 0 0.5em #cccccc ;
        margin: 0 auto;}

}