html, body{
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: "Poppins";
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #63687a;
    background-color: rgb(245, 248, 255);
}

#width{
    width: 80%;
}

p{
    margin: 0;
    
}

#nav a{
    margin-left: 30px;
    color: #63687a;
}

header div h1 a{
    color: rgb(255, 65, 32);
}

a{
    text-decoration: none;
}

header{
    border-bottom: 1px solid #63687a5a;
    height: 60px;
    width: 100%;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
}



#container{
    display: flex;
    align-items: center;
    flex-direction: column;
    border-radius: 20px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    width: 520px;
    height: 750px;
    background-color: white;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(41,25,159,0.23); 
    box-shadow: 0px 0px 5px 0px rgba(41,25,159,0.23);
    overflow: hidden;
}

#container2{
    display: flex;
    align-items: center;
    flex-direction: column;
    border-radius: 20px;
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
    width: 520px;
    height: 500px;
    background-color: white;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(41,25,159,0.23); 
    box-shadow: 0px 0px 5px 0px rgba(41,25,159,0.23);
    overflow: hidden;
}

form p:first-child{
    color: rgb(255, 65, 32);
    margin-top: 20px;
}




#fond{
    display: flex;
    align-items: center;
    justify-content: center;
    /* background-color: #7B61FF; */
    background: linear-gradient(45deg,#7B61FF, #a695ff);
    width: 100%;
    height: 100px;
}

#container img{
    margin-top: 90px;
    position: relative;
    /* opacity: 0.2; */
    width: 75px;
    height: auto;
    background-color: white;
    padding: 10px;
    border-radius: 50%;
}

#container2 img{
    margin-top: 90px;
    position: relative;
    /* opacity: 0.2; */
    width: 75px;
    height: auto;
    background-color: white;
    padding: 10px;
    border-radius: 50%;
}

#formulaire{
    padding-top: 100px;
    /* background-color: aquamarine; */
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60%;
}

#formulaire2{
    padding-top: 50px;
    /* background-color: aquamarine; */
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60%;
}

#formulaire p{
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

#formulaire2 p{
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

#dejaUnCompte a, #dejaUnCompte p{
    color: #7B61FF;
    margin-top: 50px;
}


input{
    background-color: #dadada;
    /* border: 1px solid #7f7f7f; */
    border: none;
    padding: 15px 25px;
    border-radius: 10px;
}

#submit{
    background: linear-gradient(45deg, rgb(255, 65, 32), rgb(255, 101, 24));
    color: white;
}

input::placeholder{
    color: #a3a3a3;
}

#creation{
    color: #a3a3a3;
    position: relative;
    bottom: -50px;
}

#creation a{
    color: rgb(255, 65, 32);

}


/* #7B61FF
#F5F7FA */



#maj, #chi, #spe, #long{
    color: red;
    font-size: 12px;
    margin-left:4px;

}

#verif{
    margin-top: -25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}