-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathform.css
62 lines (61 loc) · 1.23 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
#submittd {
text-align: center;
}
td {
border: none;
}
.leftColoumn {
padding-left: 30px;
}
table{
padding-top: 40px;
margin: auto;
margin-top: 3%;
background: linear-gradient(-45deg, #3425AF, #C56CD6);
border-radius: 25px;
box-shadow:2px 2px 10px rgba(111, 103, 175, 0.582);
padding-bottom: 40px;
}
body {
height: 100vh;
color: white;
font-family: sans-serif;
background: linear-gradient(rgb(255, 255, 255), rgb(242, 227, 255))
}
#name, #email, #dob, #password, #username, #mobile {
width: 100%;
background-color: white;
}
.rightColoumn {
padding-right: 50px;
}
input {
background: transparent;
border-radius: 20px;
padding: 10px;
border: none;
}
#marital {
width: 107%;
padding: 10px;
padding-right: 30px;
border: none;
border-radius: 20px;
}
#submit, #reset {
padding: 10px;
background: linear-gradient(90deg, #C56CD6, white);
padding-left: 30px;
padding-right: 30px;
color: rgba(21, 1, 175, 0.699);
font-weight: bold;
font-size: 15px;
}
#gender {
border: none;
background-color: white;
}
span {
color: rgb(250, 148, 148);
font-size: 13px;
}