-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathform.css
112 lines (110 loc) · 1.84 KB
/
form.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
body {
background: url(https://q-xx.bstatic.com/xdata/images/hotel/max1500/115211164.jpg?k=39d99ce1cae1063ad32d1fd5bd6c9ccd9a10bc5c1727b5616ef83c3245fd5ea8&o=);
/* background: #49b4c2; */
overflow: hidden;
background-repeat: no-repeat;
}
form {
color: black;
font-family: Georgia, "Times New Roman", Times, serif;
position: relative;
left: 200px;
font-weight: 800;
}
#con {
font-size: 54px;
}
#mes {
font-size: 24px;
margin-top: -30px;
}
#formcontainer {
margin-top: 40px;
}
label {
font-size: 20px;
margin-right: 70px;
font-weight: 600;
}
input {
padding: 10px;
margin-top: 30px;
font-size: 15px;
font-family: Georgia, "Times New Roman", Times, serif;
/* opacity: 0.8; */
border: 2px solid black;
color: black;
}
select {
width: 10%;
padding: 10px;
margin-top: 30px;
font-size: 15px;
margin-left: 5px;
font-family: Georgia, "Times New Roman", Times, serif;
opacity: 0.8;
}
#email {
position: relative;
right: 30px;
width: 24.7%;
/* border: 2px solid red; */
}
#mobile {
margin-left: 35px;
width: 11%;
}
#FirstName {
width: 10.8%;
position: relative;
right: 5px;
}
#LastName {
width: 10.8%;
position: relative;
right: 5px;
left: 8.5px;
}
hr {
width: 40.4%;
position: relative;
right: 30%;
margin-top: 0%;
border: 1px solid black;
}
#Expiry {
position: relative;
left: 42px;
/* border: 2px solid red; */
width: 31.6%;
}
#CVV {
position: relative;
width: 32.7%;
/* border: 2px solid red; */
}
#cv {
margin-left: 40px;
}
#check {
position: relative;
top: 65px;
left: 15%;
padding: 10px 40px 10px 40px;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 20px;
background-color: crimson;
border: none;
color: white;
cursor: pointer;
}
#card {
display: flex;
}
#cvvlabel {
margin-right: 40px;
}
#amount {
margin-left: 25px;
width: 25%;
}