.formulaire input{
    margin: 10px 0;
}

form {
    margin-block-end: 0;
}

body:before {
    content: '';
    position: absolute;
    background: linear-gradient(to right, rgba(29, 31, 31, 0.78) 14%, rgba(0, 0, 0, 0.18) 66%);
    top: 0px;
    bottom: 0px;
    left: 0px;
    width: 100%;
}

.conteneur {
    padding: 26px;
    /* margin: auto;
   
    min-height: 20px;
    margin-bottom: 20px; */
    margin-top:3em;
    background-color: #fffffffc;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: 4px 0 22px rgba(0,0,0,.08);
     /* box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); */
    box-shadow:4px 0 22px rgba(0,0,0,.08);
    width:auto;
}
.forgot-password {
    /* margin:8px 0px 0px 15px;
    position: absolute; */
   /*  right: 25px; */
    font-size: 14px;
    font-style: italic;
    transition: all ease-in-out 0.3s;
    text-decoration: underline;
}
.forgot-password:hover {
   /*  text-decoration: none; */
    /* font-weight: bold; */
}

.register-prompt {
    /* width: 10%; */
   /*  min-width: 250px; */
    display: flex;
    font-weight: 600;
    margin-top: 40px;

}
.login-link{
    color:#0078d4;
    text-decoration:underline;
}