-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathregistration.css
48 lines (40 loc) · 884 Bytes
/
registration.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
body {
/* background-image: linear-gradient(115deg, rgb(0, 0, 0, 0.9), rgb(0, 0, 128, 0.9), rgb(128, 0, 128, 0.9)); */
background-image: url(/assets/img/background/gradient.jpg);
background-repeat: no-repeat;
}
.card-registration .select-input.form-control[readonly]:not([disabled]) {
font-size: 1rem;
line-height: 2.15;
padding-left: .75em;
padding-right: .75em;
}
.card-registration .select-arrow {
top: 13px;
}
.form-label {
font-size: 1.5rem;
}
.customborder {
width: 80%;
border-radius: 25px 25px;
box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.2);
}
.customhead {
font-size: 4rem;
color: white;
}
.payment {
height: 300px;
width: auto;
}
#submitbutton {
float: right;
background-color: black;
color: white;
margin-left: 10px;
}
#resetbutton {
float: right;
background-color: whitesmoke;
}