content logo

Bootstrap Forms:

Multiple Bootstrap Forms Style

Before designing a website, you think of a theme that is going to be carried on through all the pages and different features of the site. This is one of the basic steps and is done before designing the more detailed areas pf the website. What this means is that the theme comes first so every other component in the site will be based on this particular theme. A theme could be simple, intermediate or advanced. The more advanced it gets, the more it involves effects and animations and the busier it gets. The only important factor in here is that the theme has to stay consistent throughout the entire website. You don’t want a colourful sign-in page but a dull user account page. The users might even question your honesty in this case.

The code below features various forms with different styles for different parts of your website. Each form has two Bootstrap form styles; a coloured background and a solid white background. The first couple are Bootstrap login forms. It has all the required icons and input fields. The second is the Bootstrap signup form and the third one is the Bootstrap contact form and the last couple are used for the subscribe page. They all offer great designs with beautiful colours. If you want a nice Bootstrap gradient form, then this is the right code for you.

#

Bootstrap Login Form

#

Bootstrap Form Style

#

Bootstrap Gradient Form

#

Bootstrap Signup Form

#

Bootstrap Contact Form

<!-- This script got from frontendfreecode.com -->
<main class="hm-gradient p-s">
    <!--MDB Forms-->
    <div class="container ">
        <!-- Grid row -->
        <div class="row">
            <!-- Grid column -->
            <div class="col-md-6 mb-4">
                <div class="card">
                    <div class="card-body">
                        <h3 class="text-center default-text py-3"><i class="fa fa-lock"></i> Login:</h3>
                        <!--Body-->
                        <div class="md-form">
                            <i class="fa fa-envelope prefix grey-text"></i>
                            <input type="text" id="defaultForm-email" class="form-control">
                            <label for="defaultForm-email">Your email</label>
                        </div>
                        <div class="md-form">
                            <i class="fa fa-lock prefix grey-text"></i>
                            <input type="password" id="defaultForm-pass" class="form-control">
                            <label for="defaultForm-pass">Your password</label>
                        </div>
                        <div class="text-center">
                            <button class="btn btn-default waves-effect waves-light">next</button>
                        </div>
                    </div>
                </div>
            </div>
            <!-- Grid column -->
            <!-- Grid column -->
            <div class="col-md-6 mb-4">
                <div class="card indigo form-white">
                    <div class="card-body">
                        <h3 class="text-center white-text py-3"><i class="fa fa-user"></i> Login:</h3>
                        <!--Body-->
                        <div class="md-form">
                            <i class="fa fa-envelope prefix white-text"></i>
                            <input type="text" id="defaultForm-email1" class="form-control">
                            <label for="defaultForm-email1">Your email</label>
                        </div>
                        <div class="md-form">
                            <i class="fa fa-lock prefix white-text"></i>
                            <input type="password" id="defaultForm-pass1" class="form-control">
                            <label for="defaultForm-pass1">Your password</label>
                        </div>
                        <div class="text-center">
                            <button class="btn btn-outline-white waves-effect waves-light">next</button>
                        </div>
                    </div>
                </div>
            </div>
            <!-- Grid column -->
        </div>
        <!-- Grid row -->
        <!-- Grid row -->
        <div class="row">
            <!-- Grid column -->
            <div class="col-md-6 mb-4">
                <div class="card ripe-malinka-gradient form-white">
                    <div class="card-body">
                        <!-- Form register -->
                        <form>
                            <h2 class="text-center font-up font-bold py-4 white-text">Sign up</h2>
                            <div class="md-form">
                                <i class="fa fa-user prefix white-text"></i>
                                <input type="text" id="orangeForm-name2" class="form-control">
                                <label for="orangeForm-name2">Your name</label>
                            </div>
                            <div class="md-form">
                                <i class="fa fa-envelope prefix white-text"></i>
                                <input type="text" id="orangeForm-email2" class="form-control">
                                <label for="orangeForm-email2">Your email</label>
                            </div>
                            <div class="md-form">
                                <i class="fa fa-lock prefix white-text"></i>
                                <input type="password" id="orangeForm-pass2" class="form-control">
                                <label for="orangeForm-pass2">Your password</label>
                            </div>
                            <div class="text-center">
                                <button class="btn btn-outline-white waves-effect waves-light">next</button>
                            </div>
                        </form>
                        <!-- Form register -->
                    </div>
                </div>
            </div>
            <!-- Grid column -->
            <!-- Grid column -->
            <div class="col-md-6 mb-4">
                <div class="card">
                    <div class="card-body">
                        <!-- Form register -->
                        <form>
                            <h2 class="text-center font-up font-bold deep-orange-text py-4">Sign up</h2>
                            <div class="md-form">
                                <i class="fa fa-user prefix grey-text"></i>
                                <input type="text" id="orangeForm-name3" class="form-control">
                                <label for="orangeForm-name3">Your name</label>
                            </div>
                            <div class="md-form">
                                <i class="fa fa-envelope prefix grey-text"></i>
                                <input type="text" id="orangeForm-email3" class="form-control">
                                <label for="orangeForm-email3">Your email</label>
                            </div>
                            <div class="md-form">
                                <i class="fa fa-lock prefix grey-text"></i>
                                <input type="password" id="orangeForm-pass3" class="form-control">
                                <label for="orangeForm-pass3">Your password</label>
                            </div>
                            <div class="text-center">
                                <button class="btn btn-deep-orange">next<i class="fa fa-angle-double-right pl-2" aria-hidden="true"></i></button>
                            </div>
                        </form>
                        <!-- Form register -->
                    </div>
                </div>
            </div>
            <!-- Grid column -->
        </div>
        <!-- Grid row -->
        <!-- Grid row -->
        <div class="row">
            <!-- Grid column -->
            <div class="col-md-6 mb-4">
                <div class="card">
                    <div class="card-body">
                        <!-- Form contact -->
                        <form>
                            <h2 class="text-center py-4 font-bold font-up danger-text">Contact us</h2>
                            <div class="md-form">
                                <i class="fa fa-user prefix grey-text"></i>
                                <input type="text" id="form31" class="form-control">
                                <label for="form31">Your name</label>
                            </div>
                            <div class="md-form">
                                <i class="fa fa-envelope prefix grey-text"></i>
                                <input type="text" id="form21" class="form-control">
                                <label for="form21">Your email</label>
                            </div>
                            <div class="md-form">
                                <i class="fa fa-tag prefix grey-text"></i>
                                <input type="text" id="form321" class="form-control">
                                <label for="form341">Subject</label>
                            </div>
                            <div class="md-form">
                                <i class="fa fa-pencil prefix grey-text"></i>
                                <textarea type="text" id="form81" class="md-textarea" style="height: 100px"></textarea>
                                <label for="form81">Your message</label>
                            </div>
                            <div class="text-center">
                                <button class="btn btn-outline-danger btn-lg">Send</button>
                            </div>
                        </form>
                        <!-- Form contact -->
                    </div>
                </div>
            </div>
            <!-- Grid column -->
            <!-- Grid column -->
            <div class="col-md-6 mb-4">
                <div class="card bg-secondary form-white">
                    <div class="card-body">
                        <!-- Form contact -->
                        <form>
                            <h2 class="text-center py-4 font-bold font-up white-text">Contact us</h2>
                            <div class="md-form">
                                <i class="fa fa-user prefix white-text"></i>
                                <input type="text" id="form32" class="form-control">
                                <label for="form32">Your name</label>
                            </div>
                            <div class="md-form">
                                <i class="fa fa-envelope prefix white-text"></i>
                                <input type="text" id="form22" class="form-control">
                                <label for="form22">Your email</label>
                            </div>
                            <div class="md-form">
                                <i class="fa fa-tag prefix white-text"></i>
                                <input type="text" id="form322" class="form-control">
                                <label for="form342">Subject</label>
                            </div>
                            <div class="md-form">
                                <i class="fa fa-pencil prefix white-text"></i>
                                <textarea type="text" id="form82" class="md-textarea" style="height: 100px"></textarea>
                                <label for="form82">Your message</label>
                            </div>
                            <div class="text-center">
                                <button class="btn btn-info btn-lg">Send</button>
                            </div>
                        </form>
                        <!-- Form contact -->
                    </div>
                </div>
            </div>
            <!-- Grid column -->
        </div>
        <!-- Grid row -->
        <!-- Grid row -->
        <div class="row">
            <!-- Grid column -->
            <div class="col-md-6 mb-4">
                <div class="card near-moon-gradient form-white">
                    <div class="card-body">
                        <!-- Form subscription -->
                        <form>
                            <h3 class="text-center indigo-text font-bold py-4"><strong>Subscribe</strong></h3>
                            <div class="md-form">
                                <i class="fa fa-user prefix white-text"></i>
                                <input type="text" id="form35" class="form-control">
                                <label for="form35">Your name</label>
                            </div>
                            <div class="md-form">
                                <i class="fa fa-envelope prefix white-text"></i>
                                <input type="text" id="form25" class="form-control">
                                <label for="form25">Your email</label>
                            </div>
                            <div class="text-center py-4">
                                <button class="btn btn-indigo">Send <i class="fa fa-paper-plane-o ml-1"></i></button>
                            </div>
                        </form>
                        <!-- Form subscription -->
                    </div>
                </div>
            </div>
            <!-- Grid column -->
            <!-- Grid column -->
            <div class="col-md-6 mb-4">
                <div class="card">
                    <div class="card-body">
                        <!-- Form register -->
                        <form>
                            <h3 class="text-center pink-text font-bold py-4"><strong>Subscribe</strong></h3>
                            <div class="md-form">
                                <i class="fa fa-user prefix grey-text"></i>
                                <input type="text" id="orangeForm-name37" class="form-control">
                                <label for="orangeForm-name37">Your name</label>
                            </div>
                            <div class="md-form">
                                <i class="fa fa-envelope prefix grey-text"></i>
                                <input type="text" id="orangeForm-email37" class="form-control">
                                <label for="orangeForm-email37">Your email</label>
                            </div>
                            <div class="text-center py-4">
                                <button class="btn btn-outline-pink">Send <i class="fa fa-paper-plane-o ml-1"></i></button>
                            </div>
                        </form>
                        <!-- Form register -->
                    </div>
                </div>
            </div>
            <!-- Grid column -->
        </div>
        <!-- Grid row -->
    </div>
    <!--MDB Forms-->
</main><a style="font-size: 8pt; text-decoration: none" target="_blank" href="http://frontendfreecode.com">Free Frontend</a>
                                                                            
.p-s{
    padding:10px;
}
.hm-gradient {
    background-image: linear-gradient(to top, #f3e7e9 0%, #e3eeff 99%, #e3eeff 100%);
}
.darken-grey-text {
    color: #2E2E2E;
}
.danger-text {
    color: #ff3547; }
.default-text {
    color: #2BBBAD; 
}
.info-text {
    color: #33b5e5; 
}
.form-white .md-form label {
  color: #fff; 
}
.form-white input[type=text]:focus:not([readonly]) {
    border-bottom: 1px solid #fff;
    -webkit-box-shadow: 0 1px 0 0 #fff;
    box-shadow: 0 1px 0 0 #fff; 
}
.form-white input[type=text]:focus:not([readonly]) + label {
    color: #fff; 
}
.form-white input[type=password]:focus:not([readonly]) {
    border-bottom: 1px solid #fff;
    -webkit-box-shadow: 0 1px 0 0 #fff;
    box-shadow: 0 1px 0 0 #fff; 
}
.form-white input[type=password]:focus:not([readonly]) + label {
    color: #fff; 
}
.form-white input[type=password], .form-white input[type=text] {
    border-bottom: 1px solid #fff; 
}
.form-white .form-control:focus {
    color: #fff;
}
.form-white .form-control {
    color: #fff;
}
.form-white textarea.md-textarea:focus:not([readonly]) {
    border-bottom: 1px solid #fff;
    box-shadow: 0 1px 0 0 #fff;
    color: #fff; 
}
.form-white textarea.md-textarea  {
    border-bottom: 1px solid #fff;
    color: #fff;
}
.form-white textarea.md-textarea:focus:not([readonly])+label {
    color: #fff;
}
.ripe-malinka-gradient {
    background-image: linear-gradient(120deg, #f093fb 0%, #f5576c 100%);
}
.near-moon-gradient {
    background-image: linear-gradient(to bottom, #5ee7df 0%, #b490ca 100%);
}
<link rel='stylesheet' href='https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css'>
<link rel='stylesheet' href='https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.0.0-beta/css/bootstrap.min.css'>
<link rel='stylesheet' href='https://cdnjs.cloudflare.com/ajax/libs/mdbootstrap/4.4.1/css/mdb.min.css'>
<script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js'></script>
<script src='https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.11.0/umd/popper.min.js'></script>
<script src='https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta/js/bootstrap.min.js'></script>
<script src='https://cdnjs.cloudflare.com/ajax/libs/mdbootstrap/4.4.1/js/mdb.min.js'></script>
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<!-- This script got from frontendfreecode.com -->

<link rel='stylesheet' href='https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css'>
<link rel='stylesheet' href='https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.0.0-beta/css/bootstrap.min.css'>
<link rel='stylesheet' href='https://cdnjs.cloudflare.com/ajax/libs/mdbootstrap/4.4.1/css/mdb.min.css'>
<script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js'></script>
<script src='https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.11.0/umd/popper.min.js'></script>
<script src='https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta/js/bootstrap.min.js'></script>
<script src='https://cdnjs.cloudflare.com/ajax/libs/mdbootstrap/4.4.1/js/mdb.min.js'></script>
<style>
.p-s{
    padding:10px;
}
.hm-gradient {
    background-image: linear-gradient(to top, #f3e7e9 0%, #e3eeff 99%, #e3eeff 100%);
}
.darken-grey-text {
    color: #2E2E2E;
}
.danger-text {
    color: #ff3547; }
.default-text {
    color: #2BBBAD; 
}
.info-text {
    color: #33b5e5; 
}
.form-white .md-form label {
  color: #fff; 
}
.form-white input[type=text]:focus:not([readonly]) {
    border-bottom: 1px solid #fff;
    -webkit-box-shadow: 0 1px 0 0 #fff;
    box-shadow: 0 1px 0 0 #fff; 
}
.form-white input[type=text]:focus:not([readonly]) + label {
    color: #fff; 
}
.form-white input[type=password]:focus:not([readonly]) {
    border-bottom: 1px solid #fff;
    -webkit-box-shadow: 0 1px 0 0 #fff;
    box-shadow: 0 1px 0 0 #fff; 
}
.form-white input[type=password]:focus:not([readonly]) + label {
    color: #fff; 
}
.form-white input[type=password], .form-white input[type=text] {
    border-bottom: 1px solid #fff; 
}
.form-white .form-control:focus {
    color: #fff;
}
.form-white .form-control {
    color: #fff;
}
.form-white textarea.md-textarea:focus:not([readonly]) {
    border-bottom: 1px solid #fff;
    box-shadow: 0 1px 0 0 #fff;
    color: #fff; 
}
.form-white textarea.md-textarea  {
    border-bottom: 1px solid #fff;
    color: #fff;
}
.form-white textarea.md-textarea:focus:not([readonly])+label {
    color: #fff;
}
.ripe-malinka-gradient {
    background-image: linear-gradient(120deg, #f093fb 0%, #f5576c 100%);
}
.near-moon-gradient {
    background-image: linear-gradient(to bottom, #5ee7df 0%, #b490ca 100%);
}
</style>

</head>
<body>
<main class="hm-gradient p-s">
    <!--MDB Forms-->
    <div class="container ">
        <!-- Grid row -->
        <div class="row">
            <!-- Grid column -->
            <div class="col-md-6 mb-4">
                <div class="card">
                    <div class="card-body">
                        <h3 class="text-center default-text py-3"><i class="fa fa-lock"></i> Login:</h3>
                        <!--Body-->
                        <div class="md-form">
                            <i class="fa fa-envelope prefix grey-text"></i>
                            <input type="text" id="defaultForm-email" class="form-control">
                            <label for="defaultForm-email">Your email</label>
                        </div>
                        <div class="md-form">
                            <i class="fa fa-lock prefix grey-text"></i>
                            <input type="password" id="defaultForm-pass" class="form-control">
                            <label for="defaultForm-pass">Your password</label>
                        </div>
                        <div class="text-center">
                            <button class="btn btn-default waves-effect waves-light">next</button>
                        </div>
                    </div>
                </div>
            </div>
            <!-- Grid column -->
            <!-- Grid column -->
            <div class="col-md-6 mb-4">
                <div class="card indigo form-white">
                    <div class="card-body">
                        <h3 class="text-center white-text py-3"><i class="fa fa-user"></i> Login:</h3>
                        <!--Body-->
                        <div class="md-form">
                            <i class="fa fa-envelope prefix white-text"></i>
                            <input type="text" id="defaultForm-email1" class="form-control">
                            <label for="defaultForm-email1">Your email</label>
                        </div>
                        <div class="md-form">
                            <i class="fa fa-lock prefix white-text"></i>
                            <input type="password" id="defaultForm-pass1" class="form-control">
                            <label for="defaultForm-pass1">Your password</label>
                        </div>
                        <div class="text-center">
                            <button class="btn btn-outline-white waves-effect waves-light">next</button>
                        </div>
                    </div>
                </div>
            </div>
            <!-- Grid column -->
        </div>
        <!-- Grid row -->
        <!-- Grid row -->
        <div class="row">
            <!-- Grid column -->
            <div class="col-md-6 mb-4">
                <div class="card ripe-malinka-gradient form-white">
                    <div class="card-body">
                        <!-- Form register -->
                        <form>
                            <h2 class="text-center font-up font-bold py-4 white-text">Sign up</h2>
                            <div class="md-form">
                                <i class="fa fa-user prefix white-text"></i>
                                <input type="text" id="orangeForm-name2" class="form-control">
                                <label for="orangeForm-name2">Your name</label>
                            </div>
                            <div class="md-form">
                                <i class="fa fa-envelope prefix white-text"></i>
                                <input type="text" id="orangeForm-email2" class="form-control">
                                <label for="orangeForm-email2">Your email</label>
                            </div>
                            <div class="md-form">
                                <i class="fa fa-lock prefix white-text"></i>
                                <input type="password" id="orangeForm-pass2" class="form-control">
                                <label for="orangeForm-pass2">Your password</label>
                            </div>
                            <div class="text-center">
                                <button class="btn btn-outline-white waves-effect waves-light">next</button>
                            </div>
                        </form>
                        <!-- Form register -->
                    </div>
                </div>
            </div>
            <!-- Grid column -->
            <!-- Grid column -->
            <div class="col-md-6 mb-4">
                <div class="card">
                    <div class="card-body">
                        <!-- Form register -->
                        <form>
                            <h2 class="text-center font-up font-bold deep-orange-text py-4">Sign up</h2>
                            <div class="md-form">
                                <i class="fa fa-user prefix grey-text"></i>
                                <input type="text" id="orangeForm-name3" class="form-control">
                                <label for="orangeForm-name3">Your name</label>
                            </div>
                            <div class="md-form">
                                <i class="fa fa-envelope prefix grey-text"></i>
                                <input type="text" id="orangeForm-email3" class="form-control">
                                <label for="orangeForm-email3">Your email</label>
                            </div>
                            <div class="md-form">
                                <i class="fa fa-lock prefix grey-text"></i>
                                <input type="password" id="orangeForm-pass3" class="form-control">
                                <label for="orangeForm-pass3">Your password</label>
                            </div>
                            <div class="text-center">
                                <button class="btn btn-deep-orange">next<i class="fa fa-angle-double-right pl-2" aria-hidden="true"></i></button>
                            </div>
                        </form>
                        <!-- Form register -->
                    </div>
                </div>
            </div>
            <!-- Grid column -->
        </div>
        <!-- Grid row -->
        <!-- Grid row -->
        <div class="row">
            <!-- Grid column -->
            <div class="col-md-6 mb-4">
                <div class="card">
                    <div class="card-body">
                        <!-- Form contact -->
                        <form>
                            <h2 class="text-center py-4 font-bold font-up danger-text">Contact us</h2>
                            <div class="md-form">
                                <i class="fa fa-user prefix grey-text"></i>
                                <input type="text" id="form31" class="form-control">
                                <label for="form31">Your name</label>
                            </div>
                            <div class="md-form">
                                <i class="fa fa-envelope prefix grey-text"></i>
                                <input type="text" id="form21" class="form-control">
                                <label for="form21">Your email</label>
                            </div>
                            <div class="md-form">
                                <i class="fa fa-tag prefix grey-text"></i>
                                <input type="text" id="form321" class="form-control">
                                <label for="form341">Subject</label>
                            </div>
                            <div class="md-form">
                                <i class="fa fa-pencil prefix grey-text"></i>
                                <textarea type="text" id="form81" class="md-textarea" style="height: 100px"></textarea>
                                <label for="form81">Your message</label>
                            </div>
                            <div class="text-center">
                                <button class="btn btn-outline-danger btn-lg">Send</button>
                            </div>
                        </form>
                        <!-- Form contact -->
                    </div>
                </div>
            </div>
            <!-- Grid column -->
            <!-- Grid column -->
            <div class="col-md-6 mb-4">
                <div class="card bg-secondary form-white">
                    <div class="card-body">
                        <!-- Form contact -->
                        <form>
                            <h2 class="text-center py-4 font-bold font-up white-text">Contact us</h2>
                            <div class="md-form">
                                <i class="fa fa-user prefix white-text"></i>
                                <input type="text" id="form32" class="form-control">
                                <label for="form32">Your name</label>
                            </div>
                            <div class="md-form">
                                <i class="fa fa-envelope prefix white-text"></i>
                                <input type="text" id="form22" class="form-control">
                                <label for="form22">Your email</label>
                            </div>
                            <div class="md-form">
                                <i class="fa fa-tag prefix white-text"></i>
                                <input type="text" id="form322" class="form-control">
                                <label for="form342">Subject</label>
                            </div>
                            <div class="md-form">
                                <i class="fa fa-pencil prefix white-text"></i>
                                <textarea type="text" id="form82" class="md-textarea" style="height: 100px"></textarea>
                                <label for="form82">Your message</label>
                            </div>
                            <div class="text-center">
                                <button class="btn btn-info btn-lg">Send</button>
                            </div>
                        </form>
                        <!-- Form contact -->
                    </div>
                </div>
            </div>
            <!-- Grid column -->
        </div>
        <!-- Grid row -->
        <!-- Grid row -->
        <div class="row">
            <!-- Grid column -->
            <div class="col-md-6 mb-4">
                <div class="card near-moon-gradient form-white">
                    <div class="card-body">
                        <!-- Form subscription -->
                        <form>
                            <h3 class="text-center indigo-text font-bold py-4"><strong>Subscribe</strong></h3>
                            <div class="md-form">
                                <i class="fa fa-user prefix white-text"></i>
                                <input type="text" id="form35" class="form-control">
                                <label for="form35">Your name</label>
                            </div>
                            <div class="md-form">
                                <i class="fa fa-envelope prefix white-text"></i>
                                <input type="text" id="form25" class="form-control">
                                <label for="form25">Your email</label>
                            </div>
                            <div class="text-center py-4">
                                <button class="btn btn-indigo">Send <i class="fa fa-paper-plane-o ml-1"></i></button>
                            </div>
                        </form>
                        <!-- Form subscription -->
                    </div>
                </div>
            </div>
            <!-- Grid column -->
            <!-- Grid column -->
            <div class="col-md-6 mb-4">
                <div class="card">
                    <div class="card-body">
                        <!-- Form register -->
                        <form>
                            <h3 class="text-center pink-text font-bold py-4"><strong>Subscribe</strong></h3>
                            <div class="md-form">
                                <i class="fa fa-user prefix grey-text"></i>
                                <input type="text" id="orangeForm-name37" class="form-control">
                                <label for="orangeForm-name37">Your name</label>
                            </div>
                            <div class="md-form">
                                <i class="fa fa-envelope prefix grey-text"></i>
                                <input type="text" id="orangeForm-email37" class="form-control">
                                <label for="orangeForm-email37">Your email</label>
                            </div>
                            <div class="text-center py-4">
                                <button class="btn btn-outline-pink">Send <i class="fa fa-paper-plane-o ml-1"></i></button>
                            </div>
                        </form>
                        <!-- Form register -->
                    </div>
                </div>
            </div>
            <!-- Grid column -->
        </div>
        <!-- Grid row -->
    </div>
    <!--MDB Forms-->
</main><div id="bcl"><a style="font-size:8pt;text-decoration:none;" href="http://www.devanswer.com">Free Frontend</a></div>

</body>
</html>
Preview