-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathregistration page.css
More file actions
93 lines (77 loc) · 1.68 KB
/
Copy pathregistration page.css
File metadata and controls
93 lines (77 loc) · 1.68 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
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
@import url('https://fonts.googleapis.com/css2?family=Bree+Serif&family=Caveat:wght@400;700&family=Lobster&family=Monoton&family=Open+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Playfair+Display+SC:ital,wght@0,400;0,700;1,700&family=Playfair+Display:ital,wght@0,400;0,700;1,700&family=Roboto:ital,wght@0,400;0,700;1,400;1,700&family=Source+Sans+Pro:ital,wght@0,400;0,700;1,700&family=Work+Sans:ital,wght@0,400;0,700;1,700&display=swap');
.bg-container {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
padding: 10px;
}
.container {
padding: 50px;
margin: 20px;
width: 70vw;
}
.header {
text-align: center;
padding-bottom: 20px;
font-family: "Roboto";
font-weight: 500;
}
.form-elmnt-container {
display: flex;
justify-content: space-between;
padding: 12px;
}
.labels {
font-family: "Roboto";
font-weight: 500;
font-size: 25px;
}
.inputs {
border-radius: 8px;
width: 175px;
border: 1px solid #edebe6;
padding: 5px;
}
.termsandconditions {
font-family: "Roboto";
}
.button {
background-color: #06d406;
border-radius: 10px;
color: #ffffff;
padding: 15px;
border: 0px;
}
.errmsgcontainer {
display: flex;
flex-direction: column;
}
.error-message {
color: #dc3545;
font-family: "Roboto";
font-size: 14px;
}
.entries-header {
text-align: center;
}
.container1 {
padding: 50px;
margin: 20px;
width: 70vw;
overflow-x: auto;
}
table {
border-collapse: collapse;
width: 100%;
margin-top: 20px;
}
th,
td {
border: 1px solid #dddddd;
text-align: left;
padding: 8px;
}
th {
background-color: #f2f2f2;
}