-
Notifications
You must be signed in to change notification settings - Fork 0
/
log.css
107 lines (101 loc) · 1.96 KB
/
log.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
102
103
104
105
106
107
.trip{
width: auto;
padding: 0.75rem 0.4rem 0 ;
margin-bottom: 0;
background-color: rgba(255, 255, 255, 0.74);
color: black;
height:auto;
display: flow-root;
}
button{
border: none;
outline:none;
}
button:active{
background:#f8a61b;
color:black;
}
.ub {
color: #f8a61b;
background-color: black;
box-sizing: border-box;
width: 30%;
outline: none;
height: 40px;
letter-spacing: 2px;
border: none;
}
.fuc{
width: 80%;
outline: none;
border: none;
box-sizing: border-box;
border-radius: 0px 30px 0px 30px;
font-size: 16px;
background-color: #f2f2f2;
color: black;
padding: 12px 20px 12px 40px;
}
.sub {
color: black;
background-color: #f2f2f2;
box-sizing: border-box;
width: 80%;
height: 40px;
outline: none;
letter-spacing: 2px;
border: none;
border-radius: 30px;
}
.fu{
width: 80%;
outline: none;
border: none;
box-sizing: border-box;
border-radius: 30px;
background-color: #f2f2f2;
color: black;
padding: 12px 20px 12px 40px;
}
.fuu{
width: 80%;
outline: none;
border: none;
box-sizing: border-box;
border-radius: 30px;
font-size: 16px;
background-color: #f2f2f2;
color: black;
padding: 12px 20px 12px 10px;
margin-left: 5px;
}
a {
color:#f8a61b;
text-decoration: none;
background-color: transparent;
}
#login_error{
border-left: 4px solid red;
margin-left: 0;
width:80%;
background-color: #f9c1c1;
box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
color: #444;
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
line-height: 1.4em;
}
.ll{color:green;}
.sty{
background:#f2f2f2;
border: 1px solid #D8E1E4;
font-size: 12px;
padding: 0 15px;
width: 80%;
margin-bottom: 15px;
height: 34px;
border-radius:5px;
}
.area{
padding: 15px;
height: auto;}
<!-- Tarik Bakir :\) --\>