-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsign_up.css
executable file
·126 lines (103 loc) · 2.2 KB
/
sign_up.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
124
125
#firstName {
width: 400px;
height: 20px;
padding: 20px 20px 5px;
display: block;
margin: auto;
padding-bottom: 15px;
font: 400 14px/20px proxima-nova,Arial,sans-serif;
}
#lastName {
width: 400px;
height: 20px;
padding: 20px 20px 5px;
display: block;
margin: auto;
padding-bottom: 15px;
font: 400 14px/20px proxima-nova,Arial,sans-serif;
}
.create {
margin-top: 50px;
text-align: center;
font-family: sans-serif;
}
#email {
width: 400px;
height: 20px;
padding: 20px 20px 5px;
display: block;
margin: auto;
padding-bottom: 15px;
font: 400 14px/20px proxima-nova,Arial,sans-serif;
}
#password {
width: 400px;
height: 20px;
padding: 20px 20px 5px;
display: block;
margin: auto;
padding-bottom: 15px;
font: 400 14px/20px proxima-nova,Arial,sans-serif;
}
#create_btn{
margin-left: 35.5%;
}
.createAccount {
width: 250px;
/* margin: auto; */
padding: 10px 10px;
color: white;
background-color: black;
cursor: pointer;
margin-right: 130px;
margin-top: -10px;
}
.createAccount:hover {
background-color: white;
color: black;
}
.back_login {
width: 200px;
margin: auto;
height: 30px;
text-decoration: underline;
cursor: pointer;
letter-spacing: .8px;
font: 400 16px/20px proxima-nova,Arial,sans-serif;
}
.customer_log{
color: black;
}
.checkBox{
width: 460px;
height: 80px;
/* border: 1px solid red; */
margin: auto;
font: 400 14px/20px proxima-nova,Arial,sans-serif;
font-size: 14px;
color: #56596c;
margin-top: -18px;
padding-left: 10px;
}
.home_signup{
text-decoration: none;
cursor: pointer;
font: 600 12px/16px proxima-nova,Arial,sans-serif;
margin-left: 45px;
margin-right: 8px;
color: black;
}
.home_signup:hover{
text-decoration: underline;
}
.account{
font: 400 10px/14px proxima-nova,Arial,sans-serif;
letter-spacing: 1px;
color: rgb(116, 116, 116);
}
.gt{
color: black;
margin-right: 8px;
font-size: 12px;
font-weight: bolder;
}