-
Notifications
You must be signed in to change notification settings - Fork 0
/
entrar_LEV.css
86 lines (73 loc) · 1.37 KB
/
entrar_LEV.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
body,
html, footer {
width: 100%;
height: 100%;
font-family: 'Montserrat', sans-serif;
background: url(header01.jpg) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
.container{
display: grid;
background-position: center;
background-repeat: no-repeat;
background-color: #f8f8f8;
width: 50vh;
margin-left: auto; margin-right: auto;
padding: 0; border: 0; position: 0;
}
.row{
color: antiquewhite;
background-color: #fff;
background-position: center;
}
h5{
color: darkgoldenrod;
font-weight: 700;
font-family: cursive;
}
.buffer1{
height: 2rem;
}
form {
color: darkgoldenrod;
font-weight: 700;
font-size: 1.2rem;
}
input{
font-weight: 700;
border-radius: 200px;
background-color: darkred;
border-color: darkred;
color: white;
}
.buffer2{
height: 4rem;
}
p{
color: black;
text-decoration: !important;
font-size: 0.8rem;
font-weight: 700;
}
button{
font-weight: 700;
border-radius: 200px;
background-color: darkred;
border-color: darkred;
color: white;
}
.container2{
display: flex;
justify-content: center;
align-items: center;
align-content: center;
padding: 0; border: 0; position: 0;
}
.Cright{
color: blueviolet;
font-size: 0.8rem;
font-weight: 700;
}