-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathstyle.css
More file actions
98 lines (98 loc) · 1.67 KB
/
style.css
File metadata and controls
98 lines (98 loc) · 1.67 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
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
html {
background: linear-gradient(#12b304, #13b30446);
width: 100%;
height: 150%;
font-family: Arial, sans-serif;
}
body {
margin-top: 200px;
}
.div_logo {
display: grid;
justify-items: center;
align-items: center;
}
.Logo {
display: grid;
margin: 35px;
padding: 17px;
}
.fundo {
display: grid;
width: 229px;
height: 209px;
background-color: white;
border-radius: 50%;
box-shadow: 5px 5px 10px (0, 0, 0, 0.5);
color: #12b304;
align-items: center;
justify-items: center;
box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
}
.titulo {
margin-top: -35px;
}
.Área_de_loguin {
display: grid;
justify-content: center;
justify-items: center;
align-items: center;
}
.Loguin {
display: grid;
justify-items: center;
margin-top: 50px;
}
.campo_senha {
width: 250px;
height: 20px;
border-radius: 5px;
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
.campo_email {
width: 250px;
height: 20px;
border-radius: 5px;
box-shadow: 1px rgba(0, 0, 0, 0.5);
}
.botao {
width: 200px;
height: 43px;
line-height: 0.25;
border-radius: 4px;
background-color: #fd6d04;
color: white;
align-self: center;
font-size: 20px;
font-weight: bold;
margin: 35px;
padding: 20px;
margin-top: -20px;
cursor: pointer;
}
.Esqueceu_senha {
display: grid;
justify-content: center;
color: white;
height: 72px;
width: 100px;
font-size: 10px;
font-weight: bold;
margin-top: 0px;
margin-left: 50px;
padding-left: 150px;
}
.caixa_texto {
display: grid;
margin-top: -67px;
padding-right: 100px;
font-size: 10px;
width: 100px;
height: 25px;
color: white;
}
.caixa {
align-self: center;
margin-top: -120px;
margin-right: 220px;
}