body {
  font: 100% "Helvetica Neue", sans-serif;
  /*font: 100%;*/
  color: #ffffff;
  font-size: 200%;
  font-weight: 100;
  background-color: #000; }
  body hr {
    width: 100%;
    height: 2px;
    border-color: #333333;
    margin: 0px; }
  body .container {
    /*background-color: #fff;*/
    max-width: 550px !important;
    padding-bottom: 20px; }
    body .container .form-control {
      border-radius: 0px;
      border-color: #333333;
      height: 40px;
      font-size: 80%; }
    body .container .error-msg {
      text-align: center;
      color: #E64A50; }
    body .container .btn {
      background-color: #0085ff;
      border-radius: 50px;
      border-color: #0085ff;
      border-width: 0px; }
    body .container .btn-secondary {
      display: inline-block;
      background-color: #ffffff;
      color: #000000;
      border: 1px solid #000000;
      text-align: center;
      outline: none;
      text-decoration: none;
      width: 95%;
      }
      body .container .btn.btn-new {
        background-color: #43A047;
        margin-top: 0px; }
        body .container .btn.btn-new:active {
          border-color: #fff; }
      body .container .btn:active {
        border-color: #fff; }
    body .container .btn-default {
      background-color: #333333; }
    body .container .btn-confirm {
      background-color: #43A047; }
    body .container .btn-default, body .container .btn-confirm {
      padding: 10px 40px;
      color: #fff; }
    body .container .fb-link {
      word-wrap: break-word; }
      body .container .fb-link a {
        color: #333333; }
    body .container ul.news-list {
      margin: 0px;
      list-style-type: none;
      padding-left: 0px; }
      body .container ul.news-list .clearfix {
        padding-top: 25px;
        padding-bottom: 25px; }
      body .container ul.news-list .news-title {
        padding-left: 0px;
        padding-right: 0px;
        white-space: nowrap;
        text-overflow: ellipsis;
        float: left;
        overflow: hidden; }
        body .container ul.news-list .news-title a {
          color: #333333; }
      body .container ul.news-list a {
        color: #333333; }
      body .container ul.news-list .news-active {
        text-align: right; }
    body .container .header {
      text-align: center;
      position: relative; }
      body .container .header .shop-name {
        padding-top: 15px;
        padding-bottom: 10px;
        background-color: white;
        font-size: 25px; }
      body .container .header .header-logout {
        height: 50px;
        width: 100px;
        position: absolute;
        right: 0;
        padding-top: 17px; }
      body .container .header .logout-btn {
        font-size: 16px;
        text-align: center;
        color: #333333;
        border-bottom: 1px solid #333333;
        text-decoration: none; }
      body .container .header .header-prev {
        padding-top: 7px;
        padding-left: 5px;
        text-align: left; }
      body .container .header .header-stripe {
        position: relative; }
        body .container .header .header-stripe img {
          position: absolute;
          left: 0;
          height: 6px; }
      body .container .header .header-menu {
        margin-top: 6px; }
        body .container .header .header-menu a {
          padding: 10px;
          text-align: center;
          cursor: pointer;
          color: #333333; }
        body .container .header .header-menu .active {
          background-color: #bb642e;
          font-weight: 600;
          color: #fff; }
    body .container .footer {
      text-align: center;
      margin: 0 auto;
      font-size: 14px; }
      body .container .footer img {
        width: 100px; }
      body .container .footer .footer-support {
        text-align: center;
        font-size: 14px;
        margin-bottom: 20px; }
        body .container .footer .footer-support a {
          color: #fff; }
    body .container .news-from-container textarea {
      width: 100%;
      height: 150px; }
    body .container .news-from-container input[type='text'] {
      width: 100%; }
    body .container .news-from-container input[type="file"] {
      width: 0.1px;
      height: 0.1px;
      opacity: 0;
      overflow: hidden;
      position: absolute;
      z-index: -1; }
    body .container .news-from-container .upload-wrap {
      text-align: center;
      width: 100%; }
      body .container .news-from-container .upload-wrap #preview {
        margin: 0 auto;
        width: 50%; }
      body .container .news-from-container .upload-wrap .btn-upload {
        margin: 0 auto;
        text-align: center;
        width: 160px; }
    body .container .news-from-container ul {
      list-style-type: none;
      padding-left: 0px;
      padding-top: 1px;
      padding-bottom: 5px; }
      body .container .news-from-container ul input[type="checkbox"] {
        margin-top: 0px; }
      body .container .news-from-container ul label {
        color: #333333;
        font-weight: 100;
        margin-bottom: 0px; }
        body .container .news-from-container ul label span {
          padding-left: 5px; }

.login-page-body {
  background-image: url("/public/images/wallpaper_officelogin.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  /*min-height: 100%*/
}

.login-page-html {
  height: 110%;
}

.page-main-header {
  color: #0085ff;
  font-size: 400%;
  font-weight: 100;
}

.page-sub-header {
  font-size: 200%;
  font-weight: 100;
}

.form-field-label {
  font-size: 130%;
}

.header-padding-top {
  padding-top: 130px;
}

@media screen and (max-width: 480px) {
  .header-padding-top {
    padding-top: 60px;
  }
}
/*# sourceMappingURL=style.css.map */
