xxxxxxxxxx
1
<!--Main Navigation-->
2
<header>
3
<div class="py-4 text-left"
4
style="background-color: white;
5
height:120px;">
6
<a role="button" href="https://mdbootstrap.com/docs/standard/" target="_blank">
7
<img src="https://postfiles.pstatic.net/MjAyMTA1MzFfMjA2/MDAxNjIyNDQxNzEwOTUy.jAzS89uJAvgjJX3Cw-vFGXT834ZG7oOfUMys_9pimBUg.KVTqY4DZcK_ePlJ2y3wP1f4gt_b8s4l4HPEAy_7vofcg.PNG.grace0119kds/Pacility.png?type=w966"
8
alt=""
9
style="width:80px; height:80px;">
10
</a>
11
12
</div>
13
14
15
<style>
16
#intro {
17
background-image: url(https://mumbrella.com.au/wp-content/uploads/2019/06/iStock-949190756-e1561510622966-800x450.jpg);
18
height: 100vh;
19
}
20
21
/* Height for devices larger than 576px */
22
@media (min-width: 992px) {
23
#intro {
24
margin-top: -58.59px;
25
}
26
}
27
28
.navbar .nav-link {
29
color: #fff !important;
30
}
31
</style>
32
33
<!-- Background image -->
34
<div id="intro" class="bg-image shadow-2-strong">
35
<div class="mask d-flex align-items-center h-100" style="background-color: rgba(0, 0, 0, 0.8);">
36
<div class="container">
37
<div class="row justify-content-center">
38
<div class="col-xl-5 col-md-8">
39
<form class="bg-white rounded shadow-5-strong p-5">
40
41
<!-- manager_id input -->
42
<div class="form-outline mb-4">
43
<input type="ID" id="form1Example1" class="form-control" />
44
<label class="form-label" for="form1Example1">manager_id</label>
45
</div>
46
47
<!-- Password input -->
48
<div class="form-outline mb-4">
49
<input type="password" id="form1Example2" class="form-control" />
50
<label class="form-label" for="form1Example2">password</label>
51
</div>
52
53
<button type="submit" class="btn btn-primary btn-block">Sign in</button>
54
</form>
55
</div>
56
</div>
57
</div>
58
</div>
59
</div>
60
<!-- Background image -->
61
</header>
62
<!--Main Navigation-->
63
64
<!--Footer-->
65
<footer class="bg-light text-lg-start">
66
67
<hr class="m-0" />
68
<!-- Copyright -->
69
<div class="text-center p-3" style="background-color: rgba(0, 0, 0, 0.2);">
70
© 2020 Copyright Pacility
71
</div>
72
<!-- Copyright -->
73
</footer>
74
<!--Footer-->
1
1
1
1
Console errors: 0