-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
101 lines (91 loc) · 1.65 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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
body {
background-color: #f0f2f5;
margin: 0px;
padding: 0px;
min-width: 460px;
}
.main-deo img
{
width: 301.06px;
height: 106px;
margin-left: 424px;
}
.main-deo h2
{
font-size: 25px;
text-align: center;
}
.form
{
margin-left: 765px;
border: 1px solid #f0f2f5;
width: 396px;
height: 349.83px;
padding: 10px;
border-radius: 8px;
background-color: #ffff;
box-shadow: 0 2px 4px rgb(0 0 0 / 10%), 0 8px 16px rgb(0 0 0 / 10%);
}
.form input
{
padding: 14px 16px;
width: 100%;
border-radius: 8px;
margin-bottom: 12px;
font-size: 18px;
border: 2px solid #f0f2f5;
}
.form button
{
font-size: 20px;
background-color: #1877f2;
color: #ffff;
width: 100%;
height: 50px;
border-radius: 8px;
margin-bottom: 6px;
font-weight: bold;
border: 2px solid #f0f2f5;
}
.form #forgot
{
text-decoration: none;
margin-left: 127px;
color: #1877f2;
font-size: 14px;
padding: 4px;
padding-top: 3px;
}
.form hr
{
margin-bottom: 44px;
}
.form #create
{
padding: 16px;
font-size: 17px;
color: #ffff;
margin-top: 12px;
margin-left: 92px;
border-radius: 8px;
font-weight: bold;
background-color: #42b72a;
}
.form #create:hover
{
padding: 16px;
font-size: 17px;
color: #ffff;
margin-top: 12px;
margin-left: 92px;
border-radius: 8px;
font-weight: bold;
background-color: #42b72a;
text-decoration: none;
}
span a
{
font-weight: bold;
color: black;
margin-left: 820px;
}