"Register"
Bootstrap 4.1.1 Snippet by luthfiyyahmh

<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 ----------> <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 register"> <div class="row"> <div class="col-md-3 register-left"> <img src="https://image.ibb.co/n7oTvU/logo_white.png" alt=""/> <h3>Welcome.</h3> <input type="submit" name="" value="Login"/><br/> </div> <div class="col-md-9 register-right"> <ul class="nav nav-tabs nav-justified" id="myTab" role="tablist"> <li class="nav-item"> <a class="nav-link active" id="home-tab" data-toggle="tab" href="#home" role="tab" aria-controls="home" aria-selected="true">Auditor</a> </li> <li class="nav-item"> <a class="nav-link" id="profile-tab" data-toggle="tab" href="#profile" role="tab" aria-controls="profile" aria-selected="false">Auditi</a> </li> </ul> <div class="tab-content" id="myTabContent"> <div class="tab-pane fade show active" id="home" role="tabpanel" aria-labelledby="home-tab"> <h3 class="register-heading">Apply as a Auditor</h3> <div class="row register-form"> <div class="col-md-6"> <div class="form-group"> <input type="text" class="form-control" placeholder="First Name *" value="" /> </div> <div class="form-group"> <input type="text" class="form-control" placeholder="Last Name *" value="" /> </div> <div class="form-group"> <input type="password" class="form-control" placeholder="Password *" value="" /> </div> <div class="form-group"> <input type="password" class="form-control" placeholder="Confirm Password *" value="" /> </div> </div> <div class="col-md-6"> <div class="form-group"> <input type="email" class="form-control" placeholder="Email *" value="" /> </div> <div class="form-group"> <input type="text" minlength="10" maxlength="10" name="txtEmpPhone" class="form-control" placeholder="Phone Number *" value="" /> </div> <div class="form-group"> <input type="submit" class="btnRegister" value="Register"/> </div> </div> </div> </div> <div class="tab-pane fade show" id="profile" role="tabpanel" aria-labelledby="profile-tab"> <h3 class="register-heading">Apply as a Auditi</h3> <div class="row register-form"> <div class="col-md-6"> <div class="form-group"> <input type="text" class="form-control" placeholder="First Name *" value="" /> </div> <div class="form-group"> <input type="text" class="form-control" placeholder="Last Name *" value="" /> </div> <div class="form-group"> <input type="email" class="form-control" placeholder="Email *" value="" /> </div> <div class="form-group"> <input type="text" maxlength="10" minlength="10" class="form-control" placeholder="Phone Number*" value="" /> </div> </div> <div class="col-md-6"> <div class="form-group"> <input type="password" class="form-control" placeholder="Password *" value="" /> </div> <div class="form-group"> <input type="password" class="form-control" placeholder="Confirm Password *" value="" /> </div> <div class="form-group"> </div> <input type="submit" class="btnRegister" value="Register"/> </div> </div> </div> </div> </div> </div> </div>
.register{ background: -webkit-linear-gradient(left, #5F9EA0, #00c6ff); margin-top: 3%; padding: 3%; } .register-left{ text-align: center; color: #fff; margin-top: 4%; } .register-left input{ border: none; border-radius: 1.5rem; padding: 2%; width: 60%; background: #f8f9fa; font-weight: bold; color: #383d41; margin-top: 30%; margin-bottom: 3%; cursor: pointer; } .register-right{ background: #f8f9fa; border-top-left-radius: 10% 50%; border-bottom-left-radius: 10% 50%; } .register-left img{ margin-top: 15%; margin-bottom: 5%; width: 25%; -webkit-animation: mover 2s infinite alternate; animation: mover 1s infinite alternate; } @-webkit-keyframes mover { 0% { transform: translateY(0); } 100% { transform: translateY(-20px); } } @keyframes mover { 0% { transform: translateY(0); } 100% { transform: translateY(-20px); } } .register-left p{ font-weight: lighter; padding: 12%; margin-top: -9%; } .register .register-form{ padding: 10%; margin-top: 10%; } .btnRegister{ float: right; margin-top: 10%; border: none; border-radius: 1.5rem; padding: 2%; background: #87CEFA ; color: #fff; font-weight: 600; width: 50%; cursor: pointer; } .register .nav-tabs{ margin-top: 3%; border: none; background: #87CEFA ; border-radius: 1.5rem; width: 28%; float: right; } .register .nav-tabs .nav-link{ padding: 2%; height: 34px; font-weight: 600; color: #fff; border-top-right-radius: 1.5rem; border-bottom-right-radius: 1.5rem; } .register .nav-tabs .nav-link:hover{ border: none; } .register .nav-tabs .nav-link.active{ width: 100px; color: #000000; border: 2px solid #87CEFA; border-top-left-radius: 1.5rem; border-bottom-left-radius: 1.5rem; } .register-heading{ text-align: center; margin-top: 8%; margin-bottom: -15%; color: #495057; }

Related: See More


Questions / Comments:

In your head tag you have got the same link and scripts twice. why is that?

If you remove the doubles it does not work anymore. can you explain why?

josephina (-1) - 2 years ago - Reply -1


in your head tag you have got the same link and scripts twice. why is that?

If you remove the doubles it does not work anymore. can you explain why?

josephina (-1) - 2 years ago - Reply 0


In your head tag you have got the same link and scripts twice. why is that?

If you remove the doubles it does not work anymore. can you explain why?

josephina (-1) - 2 years ago - Reply 0


can i use this template for free on my website?

vishnuvuyyur1 () - 3 years ago - Reply 0