-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
75 lines (63 loc) · 1.12 KB
/
Copy pathstyles.css
File metadata and controls
75 lines (63 loc) · 1.12 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
body {
font-family: Arial;
text-align: center;
justify-content: center;
}
.demo-content {
padding: 20px 60px;
position: absolute;
top: 60px;
left: 450px;
background-color: #dbd1c2;
border: #efe3d8 1px solid;
display: inline-block;
}
.demo-content label {
font-size:12px;
}
.demo-content span {
color: #eea33a;
text-align: center;
font-size: 12px;
margin-left:10px;
}
.demo-content form {
width: auto;
top: 100px;
height: 300px;
display:inline-block;
text-align:left;
}
.demo-content input {
margin: 5px 0px 20px 0px;
padding:10px;
width:250px;
}
.demo-content button {
margin-bottom:20px;
}
#response {
padding:15px 0px;
}
.error {
color: #de1414;
}
.success {
color: #4cde14;
}
.btn {
padding: 10px 20px;
width: 100%;
color: #FFF;
font-size: 12px;
background: #333;
border: #252525 1px solid;
}
.login {
background: #141414;
border: #09f 1px solid;
}
.signup {
background: #eea33a;
border: #eea33a 1px solid;
}