/* line 5, ../../../../../../../../Ruby21/lib/ruby/gems/2.1.0/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../../../../Ruby21/lib/ruby/gems/2.1.0/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../../../Ruby21/lib/ruby/gems/2.1.0/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../../../Ruby21/lib/ruby/gems/2.1.0/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../../../Ruby21/lib/ruby/gems/2.1.0/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../../../Ruby21/lib/ruby/gems/2.1.0/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../../../Ruby21/lib/ruby/gems/2.1.0/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../../../Ruby21/lib/ruby/gems/2.1.0/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../../../Ruby21/lib/ruby/gems/2.1.0/gems/compass-core-1.0.1/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* line 2, ../sass/backstage.scss */
.bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-size: 100%;
}
/* line 9, ../sass/backstage.scss */
.bg img {
  width: 100%;
  height: 100%;
}
/* line 10, ../sass/backstage.scss */
.bg .login-box {
  position: absolute;
  height: 157px;
  width: 340px;
  padding: 80px 87px;
  background: url(../image/backstage_form.png) no-repeat;
  top: 50%;
  left: 50%;
  margin-top: -158px;
  margin-left: -257px;
}
/* line 20, ../sass/backstage.scss */
.bg .login-box .error {
  height: 15px;
  line-height: 15px;
  color: #f11;
  padding-left: 60px;
}
/* line 21, ../sass/backstage.scss */
.bg .login-box .username {
  height: 30px;
  margin-bottom: 12px;
}
/* line 22, ../sass/backstage.scss */
.bg .login-box .username label {
  float: left;
  text-align: right;
  line-height: 30px;
  font-size: 16px;
  color: #fff;
}
/* line 23, ../sass/backstage.scss */
.bg .login-box .username input {
  height: 18px;
  line-height: 18px;
  padding: 5px 0;
  border: 1px solid #898989;
  width: 265px;
}
/* line 25, ../sass/backstage.scss */
.bg .login-box .password {
  height: 30px;
}
/* line 26, ../sass/backstage.scss */
.bg .login-box .password label {
  float: left;
  text-align: right;
  line-height: 30px;
  font-size: 16px;
  color: #fff;
}
/* line 27, ../sass/backstage.scss */
.bg .login-box .password label span {
  display: inline-block;
  opacity: 0;
  filter: alpha(opacity=0);
}
/* line 29, ../sass/backstage.scss */
.bg .login-box .password input {
  height: 18px;
  line-height: 18px;
  padding: 5px 0;
  border: 1px solid #898989;
  width: 265px;
}
/* line 31, ../sass/backstage.scss */
.bg .login-box .function-from {
  color: #fff;
  font-size: 14px;
  padding: 10px 0 10px 60px;
}
/* line 33, ../sass/backstage.scss */
.bg .login-box .function-from input {
  vertical-align: middle;
}
/* line 35, ../sass/backstage.scss */
.bg .login-box .submit-from {
  text-align: center;
}
/* line 36, ../sass/backstage.scss */
.bg .login-box .submit-from input {
  outline: 0;
  width: 100px;
  height: 35px;
  font-size: 14px;
  color: #fff;
  background: #f80;
  border: 0;
  border-radius: 3px;
}
