-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathregister.css
More file actions
123 lines (104 loc) · 2.4 KB
/
Copy pathregister.css
File metadata and controls
123 lines (104 loc) · 2.4 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
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
/* Importing fonts */
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans&family=Signika+Negative:wght@700&family=Ubuntu:wght@700&display=swap');
:root {
--primary-font: 'Signika Negative', sans-serif;
--secondary-font: 'Josefin Sans', sans-serif;
--primary-color: background: rgb(232,148,79);
background: linear-gradient(90deg, rgba(232,148,79,1) 0%, rgba(255,120,108,1) 100%, rgba(0,212,255,1) 100%);
}
*, body, html {
margin: 0;
padding: 0;
box-sizing: border-box;
background-color: var(--primary-color) !important;
}
label {
background-color: white !important;
display: inline-block;
width: 200px;
font-weight: bold;
}
input {
background-color: white !important;
padding: 5px 10px;
border-radius: 7px;
}
input[type=submit], input[type=reset] {
background-color: #e1801f !important;
width: 100px;
border: none;
color: white;
}
.main-container {
margin-top: 50px;
border-radius: 10px;
box-shadow: 10px 26px 32px 0px rgba(0,0,0,0.49);
padding: 2rem 2rem;
text-align: center;
background-color: white !important;
height: 700px;
width: 1000px;
}
.text-container, .images-container {
background-color: white !important;
display: inline-block;
padding: 1rem 1rem;
vertical-align: middle;
}
.center {
display: flex;
justify-content: center;
align-items: center;
}
p {
background-color: white !important;
font-size: 2rem;
font-weight: bold;
}
form {
background-color: white !important;
}
.x {
margin-left: 860px;
position: sticky;
}
/* Registration Successful Message */
.backtohome {
background-color: #e1801f !important;
border-radius: 10px;
width: 300px;
height: 50px;
border: none;
color: white;
font-weight: bold;
box-shadow: 18px 11px 44px -10px rgba(0,0,0,0.72);
}
.backtohome:hover {
background-color: maroon !important;
transition: all .7s;
border-radius: 10px;
width: 300px;
height: 50px;
border: none;
color: white;
font-weight: bold;
box-shadow: 18px 11px 44px -10px rgba(0,0,0,0.72);
}
.center {
display: flex;
justify-content: center;
align-items: center;
}
a {
position: sticky;
}
#button-back {
position: sticky;
cursor: pointer;
float: left;
padding: 20px;
}
#thankyou-gif {
position: sticky;
padding-right: 60px;
}