forked from nob322/captchaConJsEnFormularioDeContacto
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathestilosMios.css
More file actions
64 lines (61 loc) · 919 Bytes
/
estilosMios.css
File metadata and controls
64 lines (61 loc) · 919 Bytes
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
.formulario{
border: 2px white solid;
background-color: rgba(255,255,255,0.5);
padding: 2%;
}
.paddingOk{
padding: 1%;
}
.estiloInput{
min-width: 254px;
min-height: 40px;
border-style: solid;
border-color: green;
border: 3px;
color: green;
size: 14px;
margin: 5px;
padding: 12px;
background-color: rgba(255, 255, 255, 0.5);
}
.inputCatcha{
min-width: 200px;
min-height: 40px;
}
.ocultar{
display:none;
}
.error{
color:rgb(102, 5, 54);
font-size: 13px;
}
.imgDelCatcha{
width: 200px;
height: 42px;
margin-left:-5px;
}
.okCatcha{
color:rgb(1, 19, 5);
font-size: 13px;
}
.formatoCatcha{
background-color:rgb(211, 198, 18);
width:auto;
height:auto;
}
.btn_actualizar
{
color: #333;
background: #fff;
height: 45px;
}
.btn_actualizar:hover
{
color: #ff3322;
}
.contenador_canvas
{
background: #fff;
height:45px;
width:150px
}