-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.css
79 lines (68 loc) · 1.21 KB
/
contact.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
main{
background-image: url("images/cont-horse.jpg");
background-repeat: no-repeat;
}
.contato-titulo{
font-size: 30px;
font-weight: 30px;
text-align: center;
font-family: 'Tahoma';
color:#fff;
}
.cont-texto{
padding:0 0 2% 0;
text-align: center;
color: #fff;
}
form{
margin-top: 20px;
margin-left: 30%;
padding-bottom: 20px;
}
form label, form legend{
display: block;
font-size: 20px;
margin: 0 0 10px;
color: #fff;
}
fieldset{
width:50%;
padding-left: 5%;
margin-bottom: 2%;
background: #2b2c2a;
}
.input-padrao{
display: block;
margin: 0 0 20px;
padding: 10px 25px;
width:85%;
}
.chk{
margin: 20px 0;
}
.enviar{
width: 40%;
padding:15px 0;
background: #2c2b2a;
color: white;
font-weight: bold;
border: none;
border-radius: 5px;
transition: 1s all;
cursor: pointer;
}
.enviar:hover{
background: #fff;
color: #000;
transform: scale(1.2);
}
.cont-end{
text-align: right;
margin-right: 50px;
color: #fff;
size: 5vw;
}
.whatsapp-link{
text-decoration: none;
color: #fff;
}