-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvcehomepage.css
86 lines (68 loc) · 1.15 KB
/
vcehomepage.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
body {
font-family: 'Open Sans', sans-serif;
}
.logo i {
font-size: 31px;
margin-right: 4px;
word-spacing: 14px;
}
.logo {
color: white;
margin: 0;
font-size: 20px;
padding: 4px 0;
padding-bottom: 15px;
}
.lbuton {
font-size: 12px;
color: white;
}
.login-bottom-text {
margin-top: 0px;
margin-bottom: 0px;
font-size: 12px;
color: white;
line-height: 19px;
}
header {
background: white;
padding-top: 20px;
}
header .form-group {
margin-bottom: 0px;
}
header .btn-header-login {
margin-bottom: 15px;
}
.login-main {
margin-top: 130px;
}
.multibox {
padding-left: 0px;
padding-bottom: 10px;
}
.login-main span {
font-size: 12px;
}
footer hr {
margin-top: 0px;
padding-top: 0px;
}
.footer-options ul {
clear: both;
padding: 0px;
margin: 0px;
}
.footer-options ul li {
float: left;
list-style: none;
padding: 5px;
font-size: 12px;
}
.footer-options ul li a {
text-decoration: none;
color: #000;
}
.copyrights {
margin-top: 25px;
}