"Login Screen"
Bootstrap 4.1.1 Snippet by kanikamadaan

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<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 ---------->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<link href="img/favicon1.ico" rel="icon">
<title>FIS | AXIS</title>
<!-- <link href="vendor/fontawesome-free/css/all.min.css" rel="stylesheet" type="text/css"> -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet" type="text/css">
<link href="css/main.css" rel="stylesheet">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<link href="https://fonts.googleapis.com/css2?family=Titillium+Web:wght@900&display=swap" rel="stylesheet">
<link
href="https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300;400;600;700;900&family=Titillium+Web:wght@200;400;600;700;900&display=swap"
rel="stylesheet">
</head>
<body class="bg-gradient-login">
<!-- Login Content -->
<div class="col-12 panel-background admin-portal p-0">
<!-- start header -->
<header class="header-modified">
<div class="col-12 logo">
<img src="img/banner_logo-sample-white.png" alt="Fis-Logo">
<p class="text-white mb-0">Login</p>
</div>
<div class="clearfix"></div>
</header>
<div class="clearfix"></div>
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
/* login page css */
.header-modified {
background-color: #0c828e;
opacity: 0.9;
margin-left: -15px;
margin-right: -15px;
padding: 10px 15px;
}
.label-bg {
border-radius: 5px;
background-color: #003B4D;
padding: 5px 8px;
color: #fff;
text-align: center;
min-width: 80px;
margin-right: 10px;
display: inline-block;
}
.label-bg-teal {
background-color: #009775!important;
}
.w-20 {
width: 20%;
float: left;
}
.w-80 {
width: 80%;
float: left;
}
.w-70 {
width: 70%;
float: left;
}
.w-10 {
width: 10%;
float: left;
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: