-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathformstyles.css
111 lines (110 loc) · 2.17 KB
/
formstyles.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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
h1 {
font-size: 30px;
font-weight: 400;
color: #26668c;
width: 80%;
line-height: 140%;
}
h2 {
font-size: 24px;
font-weight: 400;
color: #cb2425;
width: 80%;
line-height: 140%;
}
h3 {
font-size: 14px;
font-weight: 700;
color: #26668c;
width: 80%;
line-height: 140%;
}
input[type="submit"], button {
background: #cb2425;
text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
border: 0;
color: #fff !important;
}
input[type="radio"] {
margin-bottom:12px;
}
label {
display: block;
margin-bottom: 5px;
}
label, input, button, select, textarea {
font-size: 14px;
font-weight: normal;
line-height: 20px;
}
body {
font-family: Lato, 'Helvetica Neue', Helvetica, Arial, sans-serif;
color: #252525;
font-size: 14px;
}
.sq-input {
border: 1px solid #CCCCCC;
margin-bottom: 10px;
padding: 1px;
}
.sq-input--focus {
outline-width: 5px;
outline-color: #70ACE9;
outline-offset: -1px;
outline-style: auto;
}
.sq-input--error {
outline-width: 5px;
outline-color: #FF9393;
outline-offset: 0px;
outline-style: auto;
}
.logo {
padding:20px;
width: 80%;
}
@media only screen and (min-width: 940px) {
form {
padding-right:20px;
}
.sidebar {
display: inline-block;
margin:10px;
width:290px;
float:right;
background-color:#ffffff;
}
.form-half {
display: inline-block;
width: 570px;
margin-left:50px;
float:left;
background-color:#ffffff;
}
.background {
width:100%;
height:100%;
display:inline-block;
background-color:#f5f5f5;
}
.container {
width:960px;
margin:auto;
display:block;
background-color:#ffffff;
}
.container2 {
width:960px;
margin:auto;
display:inline-block;
background-color:#ffffff;
}
body {
background-color:#f5f5f5;
}
.logo {
margin:auto;
width: 337px;
display:block;
}
}