"Untitled"
Bootstrap 4.1.1 Snippet by Yessi

<link href="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.min.js"></script> <script src="//cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script> <!------ Include the above in your HEAD tag ----------> <div class="container"> <div class="row"> <div className="UpdateMdp container-fluid"> <div className="row"> <div className="col-sm-12 nos-produit-contenu"> <div className="row col-sm-12 col-sm-6"> <div className="col-sm-12 " style={{fontFamily:"Futura-Meduim"}}> <div id="DTListeCmdClient col-sm-12" style={{position:"", padding:"1em"}}> <div className={"container-fluid"}> <div className={"row shadow p-3 mb-5 bg-white rounded"}> <h1 style={{color:"#510021"}} className={"col-sm-12 text-center text-uppercase "}>Inscription</h1> <div className="col-sm-6" style={{position:"sticky"}}> <img className={"image-fluid"} style={{width:"100%",height:"100%"}} src={img} alt=""/> </div> <div className="col-sm-6 text-left float-right " style={{position: "relative", padding: "2em"}}> <form> <div className="form-group mb-0"> <label htmlFor="recipient-name" className="col-form-label">Nom:</label> <input type="text" className="form-control" id="nom" required/> </div> <div className="form-group mb-0"> <label htmlFor="message-text" className="col-form-label">Prénom:</label> <input type="text" className="form-control" id="prenom" required/> </div> <div className="form-group mb-0"> <label htmlFor="message-text" className="col-form-label">Téléphone:</label> <input type="text" className="form-control" id="telephone" required/> </div> <div className="form-group mb-0"> <label htmlFor="message-text" className="col-form-label">Email:</label> <input type="email" className="form-control" id="email" required/> </div> <div className="form-group mb-0"> <label htmlFor="message-text" className="col-form-label">Username:</label> <input type="text" className="form-control" id="username" required/> </div> <div className="form-group mb-0"> <label htmlFor="message-text" className="col-form-label">Adresse:</label> <input type="text" className="form-control" id="adresse"/> </div> <div className="form-group mb-0"> <label htmlFor="message-text" className="col-form-label">Mot de passe:</label> <input type="password" className="form-control" id="pwd" required/> </div> <div className="form-group mb-0"> <label htmlFor="message-text" className="col-form-label">Ressaisir le mot de passe:</label> <input type="password" className="form-control" id="pwd1"/> </div> {this.state.erreur ? ( <div className="text-danger text-center my-3"> <strong> Veuillez renseigner tous les champs</strong> </div> ) : ( <div> </div> )} <div className="form-group my-2"> <Button type="primary" className="btn btn-success btn-sm" > Enregistrer </Button> </div> </form> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div> </div>

Questions / Comments: