  @font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 100;
    src: local("Open Sans"), local("OpenSans"), url(/resources/fonts/OpenSans-Regular.woff) format("woff"); }
  .front-bg {
    position: fixed;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
  }
  body {
    color: #FFFFFF;
    padding: 0px;
    width: 100%;
    background-color: #454952;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    font-family: open sans;
    overflow: hidden;
    margin: 0px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  a {
    color: #fff;
    text-decoration: underline;
  }
  a:hover {
    color: #09548B;
    text-decoration: underline;
  }
  div#mainContent {
    width: 500px;
    background: rgba(255,255,255,.35);
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -265px;
    margin-left: -250px;
    height: 417px;
  }
  div#top_bar {
    height: 75px;
    background: rgba(255,255,255,.35);
    margin: 0;
  }
  div#content h3 {
    padding: 10px 10px 0px 19px;
    margin: 2px 5px 2px 2px;
    border: 0px;
    font-family: Open Sans, Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 17px;
    color: #333333;
  }
  #page-body {
    padding: 20px;
  }
  .logo {
    height: 60px;
    margin: 12px 0;
  }
  #top_right_nav {
    height: 100%;
    margin-top: 47px;
    padding-right: 28px;
  }
  h3 {
    font-size: 22px;
    color: #FFFFFF;
  }
  input#username, input#password {
    height: 42px;
    border: 0;
    padding: 5px;
    color:#333;
  }
  input#username {
    width: 283px;
  }
  input#password {
    width: 245px;
  }
  .form-item-wrapper {
    width: 325px;
  }
  .footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    min-height: 35px;
    max-height: 124px;
    background-color: rgba(255, 255, 255, 0.35);
  }
  .container {
    width: auto;
    max-width: 1068px;
    padding: 7px 0 0 0;
    font-size: 13px;
    text-align: center;
  }
  .margin-form .form-item-wrapper .form-widget,
  .margin-form .form-button,
  .margin-form .form-help-text {
    margin-left: 0;
  }
  .margin-form .form-item-wrapper {
    padding: 0;
    margin: 10px auto;
  }
  .margin-form .form-button {
    margin-top: 0em;
  }
  .icon-label {
    width: 40px;
    height: 42px;
    color: #FFF;
    background-color: #428bca;
    background-image: linear-gradient(#428bca, #428bca);
    padding: 11px 10px;
    margin: 0;
    font-size: 20px;
  }
  .form-widget {
    padding: 0;
  }
  .form-button {
    width: 40px;
    height: 42px;
    color: #FFF;
    background-color: #4067A0;
    padding: 9px 10px;
    margin: 0;
    font-size: 20px;
    border: 0;
  }
  .forgot-password {
    color: #FFF;
    margin-left: 12px;
  }
  .sign-up {
    text-align: center;
    color: #FFF;
    margin-left:-12px;
  }
  .page-title {
    padding-bottom: 40px;
    margin-top:-10px;
    font-weight:bold;
  }
  .form-item-wrapper.center-block.row {
    border: 1px solid #CDCDCC;
  }
  .error {
    width: 325px;
    margin: 0 auto;
    color: #E63939;
  }
  input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
  }
  .supply-logo {
    padding:7px 14px;
    margin-top:-38px;
  }
  .background_images{
    min-height: 100%;
  }
  div#header {
    background-color: rgba(255, 255, 255, 0.35);
    height: 50px;
    padding: 5px 0;
  }
  #header img {
    width: 40px;
  }
  .info {
    width: 442px;
    font-size: 13px;
  }
  div#signUpModal, div#recoverPasswordModal {
    color: #333;
  }
  input#password, input#email {
    color: #000 !important;
  }
  #accountModal {
    background-color: #4067A0;
  }
  .btn {
    border-radius:0;
  }
  .form-control {
    border-radius:0;
  }
  .modal-content {
    border-radius:0;
  }
  .modal {
    top: 50%;
    margin-top: -306px;
    overflow: hidden;
  }
  @font-face {
        font-family: 'icomoon';
        src:url('/resources/fonts/login-icomoon.eot?jl7lx0');
        src:url('/resources/fonts/login-icomoon.eot?#iefixjl7lx0') format('embedded-opentype'),
                url('/resources/fonts/login-icomoon.woff?jl7lx0') format('woff'),
                url('/resources/fonts/login-icomoon.ttf?jl7lx0') format('truetype'),
                url('/resources/fonts/login-icomoon.svg?jl7lx0#icomoon') format('svg');
        font-weight: normal;
        font-style: normal;
  }

  [class^="icon-"], [class*=" icon-"] {
        font-family: 'icomoon';
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;

        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
  }

  .icon-arrow-right5:before {
        content: "\e095";
  }
  .icon-lock3:before {
        content: "\e60f";
  }
  .icon-user6:before {
        content: "\e611";
  }
  @media (max-width:720px) {
    #page-body {
      padding: 20px 10px;
    }
    .form-item-wrapper {
      width: 300px;
    }
    div#mainContent {
      width: 320px;
      background: rgba(255, 255, 255, 0.35);
      margin: 50px auto;
      position: inherit;
      height: 337px;
    }
    input#username {
      width: 260px;
      color: #333;
    }
    .sign-up {
      margin: 0;
      text-align: center;
      display: inherit;
      font-size: 18px;
    }
    .forgot-password {
      margin: 0;
      text-align: center;
      display: inherit;
    }
    .info {
      width: 100%;
    }
    .mobile-offset {
      margin-left:8%;
    }
    .page-title {
      padding-bottom:15px;
      margin-top:0;
    }
    div#top_bar {
      height: 60px;
      background: rgba(255, 255, 255, 0.35);
      margin: 0;
    }
    .logo {
      height: 45px;
      margin: 12px 0 0 -7px;
    }
    .supply-logo {
      padding: 10px 0px;
      margin-right:3px !important;
    }
    .supply-logo img {
      height: 22px !important;
      width: 139px;
    }
  }

