1 body
,div
, dl
, h1
, h2
, h3
, h4
, h5
, h6
, html
, img
,
2 dd
, dt
, embed
, form
, object
, td
, tr
, canvas
, command
, group
, mark
, meter
,
3 output
, progress
, summary
, audio
, time
, video
{
12 font: 81.25% arial
, helvetica
, sans-serif
;
15 h1
, h2
, h3
, h4
, h5
, h6
{
39 padding-bottom: 100px;
43 button
, input
, select
, textarea
{
52 -webkit-border-radius: 1px;
53 -webkit-box-sizing: border-box
;
55 border: 1px solid
#d9d9d9;
57 border-top: 1px solid
#c0c0c0;
58 box-sizing: border-box
;
59 display: inline-block
;
64 input
[type
=email
]:hover
,
65 input
[type
=number
]:hover
,
66 input
[type
=password
]:hover
,
67 input
[type
=text
]:hover
,
68 input
[type
=url
]:hover
{
69 -webkit-box-shadow: inset
0 1px 2px rgba
(0,0,0,0.1);
70 border: 1px solid
#b9b9b9;
71 border-top: 1px solid
#a0a0a0;
72 box-shadow: inset
0 1px 2px rgba
(0,0,0,0.1);
74 input
[type
=email
]:focus
,
75 input
[type
=number
]:focus
,
76 input
[type
=password
]:focus
,
77 input
[type
=text
]:focus
,
78 input
[type
=url
]:focus
{
79 -webkit-box-shadow: inset
0 1px 2px rgba
(0,0,0,0.3);
80 border: 1px solid
#4d90fe;
81 box-shadow: inset
0 1px 2px rgba
(0,0,0,0.3);
84 input
[type
=email
][disabled
=disabled
],
85 input
[type
=number
][disabled
=disabled
],
86 input
[type
=password
][disabled
=disabled
],
87 input
[type
=text
][disabled
=disabled
],
88 input
[type
=url
][disabled
=disabled
] {
90 border: 1px solid
#e5e5e5;
92 input
[type
=email
][disabled
=disabled
]:hover
,
93 input
[type
=number
][disabled
=disabled
]:hover
,
94 input
[type
=password
][disabled
=disabled
]:hover
,
95 input
[type
=text
][disabled
=disabled
]:hover
,
96 input
[type
=url
][disabled
=disabled
]:hover
{
97 -webkit-box-shadow: none
;
101 -webkit-border-radius: 2px;
102 -webkit-transition: all
218ms;
103 -webkit-user-select: none
;
104 background-color: #f5f5f5;
105 background-image: linear-gradient
(to bottom
, #f5f5f5, #f1f1f1);
106 border: 1px solid rgba
(0,0,0,0.1);
110 display: inline-block
;
118 transition: all
218ms;
125 input
[type
=submit
].g-button
{
129 vertical-align: bottom
;
131 *+html button
.g-button
,
132 *+html input
[type
=submit
].g-button
{
136 -webkit-box-shadow: 0 1px 1px rgba
(0,0,0,0.1);
137 -webkit-transition: all
0;
138 background-color: #f8f8f8;
139 background-image: linear-gradient
(to bottom
, #f8f8f8, #f1f1f1);
140 border: 1px solid
#c6c6c6;
141 box-shadow: 0 1px 1px rgba
(0,0,0,0.1);
143 text-decoration: none
;
147 -webkit-box-shadow: inset
0 1px 2px rgba
(0,0,0,0.1);
148 background-color: #f6f6f6;
149 background-image: linear-gradient
(to bottom
, #f6f6f6, #f1f1f1);
150 box-shadow: inset
0 1px 2px rgba
(0,0,0,0.1);
156 background-color: #4d90fe;
157 background-image: linear-gradient
(to bottom
, #4d90fe, #4787ed);
158 border: 1px solid
#3079ed;
160 text-shadow: 0 1px rgba
(0,0,0,0.1);
162 .g-button-submit:hover {
163 background-color: #357ae8;
164 background-image: linear-gradient
(to bottom
, #4d90fe, #357ae8);
165 border: 1px solid
#2f5bb7;
167 text-shadow: 0 1px rgba
(0,0,0,0.3);
169 .g-button-submit:active {
170 -webkit-box-shadow: inset
0 1px 2px rgba
(0,0,0,0.3);
171 box-shadow: inset
0 1px 2px rgba
(0,0,0,0.3);
173 .g-button-submit:visited {
176 .g-button-submit:focus {
177 -webkit-box-shadow: inset
0 0 0 1px #fff;
178 box-shadow: inset
0 0 0 1px #fff;
180 .g-button-submit:focus:hover {
181 -webkit-box-shadow: inset
0 0 0 1px #fff, 0 1px 1px rgba
(0,0,0,0.1);
182 box-shadow: inset
0 0 0 1px #fff, 0 1px 1px rgba
(0,0,0,0.1);
184 .g-button:hover img {
187 .g-button:active img {
196 input
[type
=email
].form-error
,
197 input
[type
=number
].form-error
,
198 input
[type
=password
].form-error
,
199 input
[type
=text
].form-error
,
200 input
[type
=url
].form-error
,
201 input
[type
=text
].field-error
,
202 input
[type
=password
].field-error
{
203 border: 1px solid
#dd4b39;
206 background: transparent
;
212 padding-bottom: 12px;
226 .signin-box input
[type
=text
],
227 .signin-box input[type=password] {
232 .signin-box
.email-label
,
233 .signin-box .passwd-label {
234 -webkit-user-select: none
;
240 .signin-box input[type=submit] {
243 margin: 0 1.5em 1.2em 0;
248 .form-error
+ .errormsg
,
249 .field-error + .errormsg {