"forms"
Bootstrap 3.3.0 Snippet by rodrigokiller

<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/js/bootstrap.min.js"></script> <script src="//code.jquery.com/jquery-1.11.1.min.js"></script> <!------ Include the above in your HEAD tag ----------> <link href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/js/bootstrap.min.js"></script> <script src="//code.jquery.com/jquery-1.11.1.min.js"></script> <!------ Include the above in your HEAD tag ----------> <div class="container"> <div class="row"> <div class="col-md-4"> <div class="form_main"> <h4 class="heading">Imprimir <strong>Folha de Pagamento</strong><span></span></h4> <div class="form"> <form action="contact_send_mail.php" method="post" id="contactFrm" name="contactFrm"> <span>Tipo</span> <input type="text" required="" placeholder="Please input your Name" value="" name="name" class="txt"> <input type="text" required="" placeholder="Please input your mobile No" value="" name="mob" class="txt"> <input type="text" required="" placeholder="Please input your Email" value="" name="email" class="txt"> <textarea placeholder="Your Message" name="mess" type="text" class="txt_3"></textarea> <input type="submit" value="Imprimir" name="submit" class="txt2"> <input type="submit" value="Limpar" name="submit" class="txt2"> <input type="submit" value="Fechar" name="submit" class="txt2"> </form> </div> </div> </div </div> </div>
form_main { width: 100%; } .form_main h4 { font-family: roboto; font-size: 20px; font-weight: 300; margin-bottom: 15px; margin-top: 20px; text-transform: uppercase; } .heading { border-bottom: 1px solid #fcab0e; padding-bottom: 9px; position: relative; } .heading span { background: #9e6600 none repeat scroll 0 0; bottom: -2px; height: 3px; left: 0; position: absolute; width: 75px; } .form { border-radius: 7px; padding: 6px; } .txt[type="text"] { border: 1px solid #ccc; margin: 10px 0; padding: 10px 0 10px 5px; width: 100%; } .txt_3[type="text"] { margin: 10px 0 0; padding: 10px 0 10px 5px; width: 100%; } .txt2[type="submit"] { background: #242424 none repeat scroll 0 0; border: 1px solid #4f5c04; border-radius: 25px; color: #fff; font-size: 16px; font-style: normal; line-height: 35px; margin: 10px 0; padding: 0; text-transform: uppercase; width: 30%; } .txt2:hover { background: rgba(0, 0, 0, 0) none repeat scroll 0 0; color: #5793ef; transition: all 0.5s ease 0s; }

Related: See More


Questions / Comments: