-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSignUp.css
121 lines (112 loc) · 1.9 KB
/
SignUp.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
body {
background-color: #ffeaed;
font-family: Trebuchet MS;
}
* {
margin: 0px;
padding: 0px;
}
.signupform {
position: absolute;
width: 543.93px;
height: 531.88px;
left: 398px;
top: 113px;
z-index: 100px;
background: #ffffff;
box-shadow: 10px 10px 20px 5px rgba(0, 0, 0, 0.25);
border-radius: 45px;
}
.back {
position: absolute;
width: 543.93px;
height: 531.88px;
left: 423.07px;
top: 145.12px;
z-index: 0px;
background: #e12e4b;
border-radius: 35px;
}
.c1 {
position: absolute;
width: 407px;
height: 27px;
left: 66px;
top: 95px;
font-family: Trebuchet MS;
font-style: normal;
font-weight: normal;
font-size: 15px;
line-height: 17px;
text-align: center;
color: #000000;
}
.header {
position: absolute;
width: 189px;
height: 59px;
left: 172px;
top: 41px;
font-family: Trebuchet MS;
font-style: normal;
font-weight: bold;
font-size: 36px;
line-height: 42px;
text-align: center;
color: #e12e4b;
}
.input-box1 {
position: absolute;
width: 410px;
height: 48px;
left: 70px;
top: 142px;
background: #ffeaed;
}
.input-box2 {
position: absolute;
width: 410px;
height: 48px;
left: 70px;
top: 216px;
background: #ffeaed;
}
.input-box3 {
position: absolute;
width: 410px;
height: 48px;
left: 70px;
top: 293px;
background: #ffeaed;
}
.input-box4 {
position: absolute;
width: 410px;
height: 48px;
left: 70px;
top: 367px;
background: #ffeaed;
}
button {
color: #fff;
width: 100%;
padding: 10px;
border-radius: 20px;
font-size: 15px;
margin: 10px 0;
border: none;
outline: none;
cursor: pointer;
}
.signup-btn {
background-color: #e12e4b;
position: absolute;
width: 183px;
height: 48px;
left: 175px;
top: 423px;
}
a {
text-decoration: none;
color: #e12e4b;
}