-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.css
More file actions
55 lines (50 loc) · 1.04 KB
/
Copy pathmain.css
File metadata and controls
55 lines (50 loc) · 1.04 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
body {
background: #0F493F;
color: #ffFF;
/* margin-top: ; */
}
h1, h2, h3, h4, h5, h6 {
color: #fFF;
font-style: normal;
font-family: 'Franklin Gothic Medium';
}
label {
font-style:italic;
}
.container {
display: flex;
justify-content: space-between;
}
.text-dir {
border: none;
position: relative;
border-radius: 20px;
background-color: #1e53c9;
color: #fFF;
padding: 10px 20px;
}
.content-section {
background: inherit;
padding: 10px 20px;
border: none;
margin-bottom: 20px;
}
.form-group{
width: fit-content!important ;
font-size: 1.2rem;
}
.form-control {
display: block;
width: 100%;
height: calc(1.5em + .75rem + 2px);
padding: .375rem .75rem;
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #495057;
background-color: #fff;
background-clip: padding-box;
border: 1px solid #ced4da;
border-radius: .25rem;
transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}