-
Notifications
You must be signed in to change notification settings - Fork 0
/
logrc.css
126 lines (112 loc) · 1.89 KB
/
logrc.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
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
#container{
margin:auto;
background-color:white;
width:25%;
margin-top:5%;
border:1px solid #DAD9D1;
border-radius: 5px;
margin-bottom:3%;
}
#login{
text-align:center;
}
h3{
text-align:center;
margin-top:0;
}
.input-text{
width: 90%;
margin-left: 5%;
margin-bottom:4%;
height:4%;
}
.submitForm{
width: 90%;
background: #992600;
color:white;
border-radius: 3px;
border-color: #adb1b8 #a2a6ac #8d9096;
border-style: solid;
border-width: 1px;
display:block;
margin:auto;
margin-bottom:5%;
padding-bottom: 1%;
padding-top:1%;
}
.submitForm:hover{
background:#7a1e00;
}
.userinput{
margin-right:9px;
}
#label{
margin-left:5%;
}
body{
font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
font-size: 14px;
font-weight: bold;
}
hr{
width: 100%;
}
#inner-register{
width: 25%;
margin:auto;
margin-top: 1.5%;
}
#register{
font-weight:normal;
font-style: none;
width:100%;
}
#header-bar{
background-color: #007399;
padding-bottom: 1em;
margin-bottom:1em;
color:white;
}
#error{
text-align:center;
padding-bottom: 2%;
color:red;
font-weight: normal;
font-size:12px;
}
#text-inner{
display:inline-block;
width:100%;
height:100%;
}
.login-text{
display:inline-block;
vertical-align: middle;
line-height: 25px;
}
#arrow{
padding-left:3px;
padding-top:3px;
font-size:20px;
}
.fa-arrow-circle-left{
color:white;
}
.fa-arrow-circle-left:hover{
color:#992600;
}
.a-button{
background: #DAD9D1;
border-radius: 3px;
border-color: #adb1b8 #a2a6ac #8d9096;
border-style: solid;
border-width: 1px;
display:block;
margin:auto;
margin-bottom:5%;
text-align:center;
}
.a-button:visited{
font-style: none;
color:black;
}