-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathstyle.css
80 lines (71 loc) · 1.17 KB
/
style.css
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
@import url("https://fonts.googleapis.com/css?family=Numans");
body,
.bg-overlay {
background: radial-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.8)),
url("images/Laptop 1.jpeg");
background-repeat: no-repeat;
background-size: cover;
width: 100%;
height: 100vh;
}
.container {
height: 90vh;
align-content: center;
}
.card {
height: 590px;
margin-top: 7em;
margin-bottom: auto;
width: 500px;
background-color: #92a9c9d5 !important;
}
.card-header h3 {
color: white;
}
.username {
margin: 1em 0 3em 0 !important;
}
input {
height: 53px !important;
}
.password {
margin: 1em 0 !important;
}
.input-group-prepend span {
width: 50px;
background-color: #5f3bcf;
color: white;
border: 0 !important;
}
input:focus {
outline: 0 0 0 0 !important;
box-shadow: 0 0 0 0 !important;
}
.remember {
color: white;
}
.remember input {
width: 20px;
height: 20px;
margin-left: 15px;
margin-right: 5px;
}
.login_btn {
color: white;
background-color: #5f3bcf;
width: 150px;
}
.login_btn:hover {
color: black;
background-color: white;
}
.links {
color: white;
}
.links a {
margin-left: 4px;
color: black;
}
.d-flex a {
color: black;
}