-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathStyle.css
106 lines (94 loc) · 1.81 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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
* {
margin: 0;
/*sem margem*/
padding: 0;
/*Sem distancia entre o conteudo e a borda */
box-sizing: 0;
background-color: #e5e5e5;
font-family: 'Roboto', sans-serif;
}
a {
text-decoration: none;
}
.img-yoga {
display: block;
margin: 195px auto 122px auto;
}
input {
width: 321px;
height: 46px;
background: #F7F7F7;
box-shadow: -4px 4px 18px rgb(0 0 0 / 9%);
border-radius: 10px;
border: none;
margin: 0 auto;
display: block;
padding-left: 19px;
}
input::placeholder {
font-style: normal;
font-weight: normal;
/*especifica a intensidade da fonte */
font-size: 13px;
/*tamanho da letra */
line-height: 15px;
/*espaçamento entre as linhas de um texto*/
color: #969696;
}
.input-password {
margin-top: 21px;
}
.forgot-password {
font-style: normal;
font-weight: normal;
font-size: 13px;
line-height: 15px;
color: black;
margin: 35px 30px 38px 0;
display: block;
text-align: right;
}
button {
display: block;
margin: 0 auto;
background: #323232;
box-shadow: -4px 4px 18px rgb(0 0 0 / 9%);
border-radius: 10px;
width: 133px;
height: 46px;
border: none;
font-style: normal;
font-weight: normal;
font-size: 15px;
line-height: 18px;
color: #FFFFFF
}
.link-signup {
display: block;
margin-top: 21px;
margin-bottom: 62px;
text-align: center;
font-style: normal;
font-weight: normal;
font-size: 15px;
line-height: 18px;
color: #969696;
}
strong {
color: #323232;
}
.or-paragraph {
font-style: normal;
font-weight: 900;
font-size: 18px;
line-height: 21px;
text-align: center;
color: #000;
}
.img-link {
margin: 0px 18px;
}
.container {
text-align: center;
margin: 18px auto 80px auto;
}