-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsignuppage.css
123 lines (117 loc) · 1.92 KB
/
signuppage.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
113
114
115
116
117
118
119
120
121
122
123
*{
margin: 0px;
font-family: 'IBM Plex Sans', sans-serif;
padding: 0px;
box-sizing: border-box;
}
#main{
height: auto;
width: 100%;
border: 1px solid saddlebrown;
display: flex;
}
#main>div:first-child{
width: 30%;
/* border: 1px solid saddlebrown; */
}
#main>div:last-child{
width: 70%;
height: inherit;
/* border: 1px solid saddlebrown; */
padding: 1% 10%;
}
#img>img{
width: 100%;
}
#form>div{
display: flex;
justify-content: space-between;
}
#form>div>a>img{
width: 17%;
}
#form>div>a{
text-decoration: none;
}
#form>div>a>p{
font-size: 18px;
color: black;
font-weight: bold;
}
#signupform{
height: auto;
width: 80%;
margin: auto;
border: 1px solid #727272;
margin-top: 30px;
padding: 0px 40px;
padding-bottom: 30px;
border-radius: 10px;
}
#signupform>div>p:first-child{
font-size: 18px;
font-weight: bold;
color: black;
}
#email{
margin-top: 30px;
color: #727272;
font-weight: bold;
}
#iemail{
margin: -10px;
padding: 12px 30px 12px 12px;
width: 100%;
border: 1px solid #727272;
font-size: 15px;
}
#num{
color: #727272;
margin-top: 30px ;
font-weight: bold;
}
#monum{
margin: -10px;
padding: 12px 30px 12px 12px;
width: 100%;
border: 1px solid #727272;
font-size: 15px;
}
#abc{
margin-top: 30px;
color: #4300a3;
padding: 3px;
}
#abcd{
color: #727272;
}
#btn{
padding: 10px 30px;
font-size: 20px;
color: white;
background-color: #c3c3c3;
font-weight: bolder;
border: none;
border-radius: 5px;
margin-top: 20px;
}
.ab{
color: #727272;
font-size: 12px;
margin-top: 20px;
margin-bottom: 10px;
}
span{
color: #727272;
margin-top: 20px;
font-size: 15px;
}
#sel{
background-color: aliceblue;
border: none;
}
#sponser{
width: 70%;
margin-top: 40px;
margin-left: 15%;
}