xxxxxxxxxx
1
<div class="container my-5 px-0 z-depth-1">
2
3
<!--Section: Content-->
4
<section class="p-5 my-md-5 text-center"
5
style="background-image: url(https://mdbootstrap.com/img/Photos/Others/background.jpg); background-size: cover; background-position: center center;">
6
7
<form class="my-5 mx-md-5" action="">
8
9
<div class="row">
10
<div class="col-md-6 mx-auto">
11
<!-- Material form login -->
12
<div class="card">
13
14
<!--Card content-->
15
<div class="card-body">
16
17
<!-- Form -->
18
<form class="text-center" style="color: #757575;" action="#!">
19
20
<h3 class="font-weight-bold my-4 pb-2 text-center dark-grey-text">Log In</h3>
21
22
<!-- Name -->
23
<input type="email" id="defaultSubscriptionFormPassword" class="form-control mb-4" placeholder="Email">
24
25
<!-- Email -->
26
<input type="password" id="defaultSubscriptionFormEmail" class="form-control" placeholder="Password">
27
<small id="passwordHelpBlock" class="form-text text-right blue-text">
28
<a href="">Recover Password</a>
29
</small>
30
31
<div class="text-center">
32
<button type="button" class="btn btn-outline-orange btn-rounded my-4 waves-effect">Warning</button>
33
</div>
34
35
</form>
36
<!-- Form -->
37
38
</div>
39
40
</div>
41
<!-- Material form login -->
42
</div>
43
</div>
44
45
</form>
46
47
</section>
48
<!--Section: Content-->
49
50
51
</div>
52
53
1
1
1
1
Console errors: 0