ChangePss
ChangePss
by Nibin George
HTML
<link rel="stylesheet" href="http://jqueryte.com/css/jquery-te.css">
<script src="http://jqueryte.com/js/jquery-te-1.4.0.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.21/jquery-ui.min.js"></script>
<section id="main-content">
<section class="wrapper">
<div class="row mt">
<div class="col-lg-8">
<div class="form-panel">
<h3 class="mb" align="center"><i class="fa"></i> Change Password</h3>
<form class="form-horizontal style-form" method="get" id="changePassForm">
<div class="form-group">
<label class="col-sm-3 control-label">Current Password</label>
<div class="col-sm-3 col-xs-12">
<input type="password" class="form-control" placeholder="">
</div>
</div>
<div class="form-group">
<label class="col-sm-3 control-label">New Password</label>
<div class="col-sm-3 col-xs-12">
<input type="password" class="form-control" placeholder="">
</div>
</div>
<div class="form-group">
<label class="col-sm-3 control-label">Confirm Password</label>
<div class="col-sm-3 col-xs-12">
<input type="password" class="form-control" placeholder="">
</div>
</div>
<div class="span6">
<button type="button" class="btn btn-theme">Submit</button>
</div>
</div>
</div>
</div>
</div>
</section>
</section>
CSS
#changePassForm{
padding:30px;
}