-
Notifications
You must be signed in to change notification settings - Fork 0
/
styles.css
71 lines (59 loc) · 1.04 KB
/
styles.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
body {
background-color: #fafafa;
width: 100vw;
height: 100vh;
display: flex;
justify-content: center;
align-items: center;
font-family: sans-serif;
}
.img-celular {
width: 450px;
}
.container {
border: 1px solid #D3D3D3;
display: flex;
flex-direction: column;
width: 300px;
padding: 40px;
}
input {
height: 36px;
border: 1px solid #D3D3D3;
border-radius: 3px;
margin-top: 10px;
}
button {
background-color: #0095f6;
height: 30px;
border-radius: 3px;
border: none;
color: #ffffff;
margin-top: 20px;
cursor: pointer;
}
.facebook {
color: #385185;
text-align: center;
margin-top: 20px;
cursor: pointer;
font-size: 14px;
font-weight: bold;
}
.esqueceu-senha {
color: #385185;
text-align: center;
margin-top: 20px;
cursor: pointer;
font-size: 12px;
}
.imagens {
position: relative;
}
.img-insta {
height: 520px;
position: absolute;
left: 153px;
top: 26px;
transition: 2s ease-in-out;
}