-
Notifications
You must be signed in to change notification settings - Fork 42
/
Copy pathindex.css
137 lines (118 loc) · 2.3 KB
/
index.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
127
128
129
130
131
132
133
134
135
136
137
* {
margin: 0px;
padding: 0px;
}
body {
background-color: #eee;
}
#wrapper {
width: 500px;
height: 50%;
overflow: hidden;
border: 0px solid #000;
margin: 50px auto;
padding: 10px;
}
.main-content {
width: 250px;
height: 40%;
margin: 10px auto;
background-color: #fff;
border: 2px solid #e6e6e6;
padding: 40px 50px;
}
.header {
border: 0px solid #000;
margin-bottom: 5px;
}
.header img {
height: 50px;
width: 175px;
margin: auto;
position: relative;
left: 40px;
}
.input-1,
.input-2 {
width: 100%;
margin-bottom: 5px;
padding: 8px 12px;
border: 1px solid #dbdbdb;
box-sizing: border-box;
border-radius: 3px;
}
.overlap-text {
position: relative;
}
.overlap-text a {
position: absolute;
top: 8px;
right: 10px;
color: #003569;
font-size: 14px;
text-decoration: none;
font-family: 'Overpass Mono', monospace;
letter-spacing: -1px;
}
.btn {
width: 100%;
background-color: #3897f0;
border: 1px solid #3897f0;
padding: 5px 12px;
color: #fff;
font-weight: bold;
cursor: pointer;
border-radius: 3px;
height: 30px;
}
.btn1 {
width: 90%;
height: 22px;
background-color: #3897f0;
border: 1px solid #3897f0;
padding: 5px 12px;
color: #fff;
cursor: pointer;
border-radius: 3px;
font-size: 14px;
}
.icon {
/* float: left; */
height: 20px;
width: 9%;
}
.btn2 {
width: 80%;
height: 20px;
background-color: #3897f0;
border: 1px solid #3897f0;
padding: 5px 12px;
color: #fff;
cursor: pointer;
border-radius: 3px;
font-size: 14px;
}
.sub-content {
width: 250px;
height: 40%;
margin: 10px auto;
border: 1px solid #e6e6e6;
padding: 20px 50px;
background-color: #fff;
}
.s-part {
text-align: center;
font-family: 'Overpass Mono', monospace;
word-spacing: -3px;
letter-spacing: -2px;
font-weight: normal;
}
.s-part a {
text-decoration: none;
cursor: pointer;
color: #3897f0;
font-family: 'Overpass Mono', monospace;
word-spacing: -3px;
letter-spacing: -2px;
font-weight: normal;
}