-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.css
More file actions
94 lines (87 loc) · 1.55 KB
/
index.css
File metadata and controls
94 lines (87 loc) · 1.55 KB
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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
body {
background-color: #1C1C1C;
max-width: 550px;
max-height: 550px;
margin: auto;
}
p#h1 {
margin-top: 100px;
margin-bottom: 0;
padding-top: 150px;
padding-bottom: none;
color: aliceblue;
font-size: 40px;
font-weight: 800;
line-height: 40px;
font-family: 'Karla', sans-serif;
}
p {
color: #D5D4D8;
font-size: 20px;
font-weight: 400;
line-height: 28px;
font-family: 'intel', sans-serif;
margin-top: 10px;
margin-bottom: 50px;
}
span {
color: #55F991;
}
#body {
background: #1F2937;
border-radius: 5px;
padding-left: 50px;
padding-right: 50px;
padding-bottom: 10px;
}
button {
color:#fff;
background: #10B981;
font-size: 16px;
font-weight: 500;
width: 50%;
padding: 9px 17px 9px 15px;
border-radius: 5px;
border: none;
text-align: center;
font-family: 'intel', sans-serif;
line-height: 24px;
vertical-align: top;
outline: #D5D4D8;
}
button:hover {
background: #25da9e;
}
input {
font-family: Inter;
font-size: 16px;
font-style: normal;
line-height: 39px;
text-align: Center;
border: none;
border-radius: 6px;
background: #273549;
color: #55F991;
margin-bottom: 30px;
margin-right: 0;
width: 45%;
font-weight: 500;
outline: none;
}
hr {
border: 1px solid #2F3E53;
margin-bottom: 30px;
margin-top: 30px;
}
#password2 {
float: right;
}
#password4 {
float: right;
}
#icon {
margin-right: 6px;
margin-top: 1px;
width: 14px;
height: 18px;
}