-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSignUp.css
More file actions
63 lines (63 loc) · 1.14 KB
/
Copy pathSignUp.css
File metadata and controls
63 lines (63 loc) · 1.14 KB
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
#Login {
margin-left: 35%;
margin-top: 7%;
/* margin-bottom:; */
border-radius: 20px;
border-style: outset;
border-color: #00ced1;
border-width: thick;
}
#LoginInside {
padding: 15px;
}
#buttonLogin {
width: 100%;
height: 35px;
font-size: 20px;
background-color: #00ced1;
color: black;
font-weight: bold;
font-family: courier;
border-radius: 15px;
}
span {
color: black;
font-weight: bold;
font-family: courier;
font-size: 25px;
}
input[type="text"] {
height: 35px;
font-family: courier;
font-weight: bold;
font-size: 20px;
width: 98%;
border-radius: 15px;
padding-left: 10px;
}
input[type="email"] {
height: 35px;
font-family: courier;
font-weight: bold;
font-size: 20px;
width: 98%;
border-radius: 15px;
padding-left: 10px;
}
input[type="password"] {
height: 35px;
font-family: courier;
font-weight: bold;
font-size: 20px;
width: 98%;
border-radius: 15px;
padding-left: 10px;
}
#UserLoginImg {
border-radius: 100px;
border: 10px;
height: 100px;
margin-left: 38%;
margin-top: 5%;
background-color: #00ced1;
}