@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@700&display=swap');
body{
    background: #d1dad1;
}

*, *::before, *::after{
    box-sizing: border-box;
      font-family: 'Readex Pro', sans-serif;
    
}

form{
  display:flex;
  justify-content:center;
  align-items:center;
  flex-direction:column;
    font-family: 'Readex Pro', sans-serif;

}

.affiche{
  white-space:nowrap
}

.custom-field{
    position: relative;
    font-size: 14px;
    padding-top: 20px;
    margin-top: 5px;
}

.custom-field input{
    padding: 12px;
    width: 300px;
    font-size: 14px;
    border-radius: 3px;
    border: 1.5px solid gray;
    outline-color: rgb(16, 60, 206);
}

.custom-field .placeholder{
    position: absolute;
    left: 12px;
    top: calc(50% + 10px);
    transform: translateY(-50%);
    color: #aaa;
    transition: top 0.3s ease, font-size 0.3s ease, color 0.3s ease;
}

.custom-field input:valid + .placeholder,
.custom-field input:focus + .placeholder{
    top: 21px;
    font-size: 10px;
    color: #222;
    padding: 5px;
    background: white;
}

.message{
    font-size: 40px;
    font-family: 'Ubuntu', sans-serif;
    color: steelblue;
    margin: 50px;
}

.success{
    font-size: 18px;
    margin-top: 15px;
    color: seagreen;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
@media (max-width: 430px ) {
    .logo {
        width: 200px;
        height: 150px;
    }
    #password{
        width: 200px;
        text-align: center;
        float: left;
       }
    #email{
        width: 200px;
        text-align: justify;
    }
    .formulaire{
        text-align: center;
        width: 300px;
        height: 1800px;
        margin: 2px;

    }
    .message{
        font-size: 20px;


 text-align: center;
    }
    .success{
        font-size: 18px;
        

    }
  }
  .compte{
display: inline-flexbox;   margin: 0px 50px;
   align-items: center;
   justify-items: space-between;
   text-align: center;
  }

  @media only screen and (max-width:380px){
    h3{
      font-size:14px
    }

    .textaffiche{
      font-size:14px;
     
    }
  }


  @media only screen and (max-width:307px){
    .logo{
      height:100px;
      width:auto
    }


        #password{
        width:150px;
        text-align: center;
        float: left;
       }
    #email{
        width:150px;
        text-align: center;
        float: left;

    }
  }



  
  @media only screen and (max-width:300px){
    .logo{
      height:80px;
      width:auto
    }

    .affiche{
      display:flex;
      justify-content:center;
      align-items:center;
      white-space:none;
      padding-right:30px
    }

    .textaffiche{
      font-size:11px
    }


        #password{
        width:150px;
        text-align: center;
        float: left;
       }
    #email{
        width:150px;
        text-align: center;
        float: left;

    }
  }

  @media only screen and (max-width:257px){
        .affiche{
      display:flex;
      justify-content:center;
      align-items:center;
      white-space:none;
    }

    .textaffiche{
      font-size:7px
    }
  }