forked from nitish906/shopbop
-
Notifications
You must be signed in to change notification settings - Fork 0
/
signin.css
99 lines (91 loc) · 1.55 KB
/
signin.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
body{
background-color: rgb(250, 250, 246);
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif
}
.signup-box{
width: 348px;
height: 613px;
margin: auto;
background-color: aliceblue;
border-radius: 3px;
}
h1{
padding-left: 20px;
padding-top: 15px;
font-size: 20px;
}
h4{
text-align: center;
}
form{
width: 300px;
margin-left: 20px;
}
form label{
display: flex;
margin-top: 20px;
font-size: 13px;
font-family: Arial,sans-serif;
}
form input{
width: 100%;
padding: 3px;
border: none;
border: 1px solid gray;
outline: none;
box-sizing: border-box;
}
input[type="submit"]{
width: 100%;
margin: 20px auto 10px ;
height:24px;
padding: 3px;
font-family: Arial,sans-serif;
font-size: 11px;
background-color: #ee4a1b;
color: white;
border: none;
cursor: pointer;
}
#logoimg{
width: 200px;
height: 50px;
margin-left: 60px;
}
p{
text-align: center;
padding-top: 20px;
font-size: 12px;
}
p a{
text-decoration: none;
color: red;
}
.para-2{
margin-top: -10px;
font-size: 13px
}
.para-2 a{
text-decoration: none;
color: red;
}
.checkbox a{
padding-left: 20px;
font-size: 3px;
}
.checkbox span{
font-size: 1px;
}
#create{
width: 88%;
margin-left: 19px;
background-color: black;
color: white;
border: none;
height: 30px;
cursor: pointer;
}
#helpSection p{
font-size: 08px;
margin-bottom: -15px;
}