/*=============================================================================
  @VARIABLES
  ========================================================================== */
/*=============================================================================
  @MIXINS/CSS3
  ========================================================================== */
/*=============================================================================
  @MIXINS/BREAKPOINTS
  ========================================================================== */
/*=============================================================================
  @MIXINS/MEDIA-QUERIES
  ========================================================================== */
/*=============================================================================
  @MIXINS/TYPOGRAPHY
  ========================================================================== */
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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

html {
  background-image: url("login/img/bg.png");
  background-repeat: repeat;
  background-color: #2C2C2C;
}

body {
  line-height: 1;
  font-size: 14px;
  font-family: 'Roboto Condensed', Arial, 'sans-serif';
  color: #fff;
}

body a {
  color: #fff;
  text-decoration: underline;
}

body .ac {
  text-align: center;
}

body .a {
  position: absolute;
}

body .r {
  position: relative;
}

body .red {
  color: red;
  font-weight: bold;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.about {
  margin: 70px auto 40px;
  padding: 8px;
  width: 260px;
  font: 10px/18px 'Lucida Grande', Arial, sans-serif;
  color: #666;
  text-align: center;
  text-shadow: 0 1px rgba(255, 255, 255, 0.25);
  background: #eee;
  background: rgba(250, 250, 250, 0.8);
  border-radius: 4px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.1)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1));
  -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.3), inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 0 6px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.3), inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 0 6px rgba(0, 0, 0, 0.2);
}

.about a {
  color: #333;
  text-decoration: none;
  border-radius: 2px;
  -webkit-transition: background 0.1s;
  transition: background 0.1s;
}

.about a:hover {
  text-decoration: none;
  background: #fafafa;
  background: rgba(255, 255, 255, 0.7);
}

.about-links {
  height: 30px;
}

.about-links > a {
  float: left;
  width: 50%;
  line-height: 30px;
  font-size: 12px;
}

.about-author {
  margin-top: 5px;
}

.about-author > a {
  padding: 1px 3px;
  margin: 0 -1px;
}

.container {
  margin: 80px auto;
  width: 640px;
}

.login {
  position: relative;
  margin: 160px auto 20px auto;
  padding: 80px 40px 40px 40px;
  width: 480px;
  background: #f1602b;
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: -webkit-gradient(linear, left top, right top, from(#f1602b), to(#fdc240));
  background: linear-gradient(to right, #f1602b 0%, #fdc240 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1602b', endColorstr='#fdc240',GradientType=1 );
  /* IE6-9 */
  border-radius: 20px 20px 20px 20px;
}

.login img.logo-top {
  position: absolute;
  display: block;
  margin-left: -91px;
  left: 50%;
  top: -120px;
}

.login h1 {
  margin: -20px -20px 21px;
  line-height: 40px;
  font-size: 15px;
  font-weight: bold;
  color: #555;
  text-align: center;
  text-shadow: 0 1px white;
  background: #f3f3f3;
  border-bottom: 1px solid #cfcfcf;
  border-radius: 3px 3px 0 0;
  -webkit-box-shadow: 0 1px whitesmoke;
  box-shadow: 0 1px whitesmoke;
}

.login p {
  margin: 0 0 20px 0;
}

.login p:first-child {
  margin-top: 0;
}

.login p.remember_me {
  float: left;
  line-height: 31px;
}

.login p.remember_me label {
  font-size: 12px;
  color: #777;
  cursor: pointer;
}

.login p.remember_me input {
  position: relative;
  bottom: 1px;
  margin-right: 4px;
  vertical-align: middle;
}

.login p.submit {
  text-align: right;
}

.login-help {
  margin: 20px 0;
  font-size: 11px;
  color: white;
  text-align: center;
  text-shadow: 0 1px #2a85a1;
}

.login-help a {
  color: #cce7fa;
  text-decoration: none;
}

.login-help a:hover {
  text-decoration: underline;
}

input {
  font-family: 'Lucida Grande', Tahoma, Verdana, sans-serif;
  font-size: 14px;
}

::-webkit-input-placeholder {
  color: #ccc !important;
}

:-ms-input-placeholder {
  color: #ccc !important;
}

::-moz-input-placeholder {
  color: #ccc !important;
}

input.txt, input.submit {
  outline: 0;
  border: none;
  display: block;
  font-size: 22px;
  height: 40px;
  color: #222;
  background: white;
}

input.txt {
  margin: 5px 0;
  width: 95%;
  padding: 0 2.5%;
  line-height: 40px;
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}

input.submit {
  margin: 0 auto;
  width: 200px;
  padding: 0;
}

label {
  cursor: pointer;
  display: block;
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 22px;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofil {
  background: #FFF !important;
}
/*# sourceMappingURL=login.css.map */