change.css
716 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
.fixed-header .phone-header .modal-link {
bottom:-15px;
}
.mail-header table tr td a.sep-lang-a{
color:#333;
text-decoration: none;
}
.callback_text_input_label,label.control-label
{
margin-top: 12px;
float: left;
font-size: 14px;
font-weight: 500;
}
input ,.form-control{
width: 100%;
float: left;
outline: none !important;
height: 38px;
background: #f6f6f6;
border: 1px solid #f6f6f6;
padding-left: 8px;
margin-top: 5px;
resize: none;
box-shadow: none;
border-radius: 4px;
}
.form-wrapp{
padding:0 15px;
}
.phone-header .modal-link {
bottom:5;
}
.gmnoprint img {
max-width: none;
}
.required label::before
{
content: "";
}