-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
87 lines (78 loc) · 1.52 KB
/
style.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
* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Roboto', sans-serif;
}
h1 {
margin: 128px 0 12px 16px;
font-weight: 500;
font-size: 32px;
line-height: 41px;
letter-spacing: 0.41px;
color: #000000;
}
.first-paragraph {
margin: 0 16px 102px 16px;
font-style: normal;
font-weight: normal;
font-size: 20px;
line-height: 26px;
letter-spacing: 0.41px;
color: rgba(0, 0, 0, 0.5);
}
input {
display: block;
height: 48px;
width: calc(100% - 32px);
margin: 0 auto;
padding-left: 15px;
border-radius: 7px;
border: none;
background-color: #f2f2f7;
}
input::placeholder {
color: #929292;
font-size: 17px;
font-weight: 300;
}
.input-password {
margin-top: 12px;
margin-bottom: 17px;
}
.forgot-password-paragraph {
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 22px;
text-align: right;
letter-spacing: -0.41px;
color: #007AFF;
margin-right: 16px;
}
button {
margin: 0 auto;
display: block;
margin-top: 20px;
margin-bottom: 204px;
height: 48px;
width: calc(100% - 32px);
border-radius: 10px;
border: none;
background-color: #000000;
color: white;
font-style: normal;
font-weight: 500;
font-size: 17px;
line-height: 22px;
text-align: center;
letter-spacing: -0.41px;
}
.sign-up-paragraph {
color: 0, 0, 0, rgba(0, 0, 0, 0.5);
text-align: center;
}
strong {
color: #007AFF;
margin-bottom: 20px;
}