@charset "UTF-8";
@import url('http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,800,700,600');
@import url('http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,300italic,700');
@import url('https://fonts.googleapis.com/css?family=Raleway:500'); 
  .login-page::before {
    background: repeat fixed center center;
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    left: 0;
    z-index: -1; }

    .form-signin {
      max-width: 330px;
      padding: 25px;
      margin: 10% auto;
      background-color: #f5f5f7;
      border-radius: 5px;
      box-shadow: 0 0 20px #666666;
      overflow: hidden; }
      .form-signin .alert {
        font-size: 10pt;
        padding: 5px; }
        .form-signin .form-signin-heading {
          background-color: #B9090B;
          border-bottom: 1px solid #880000;
          width: calc(100% + 50px);
          padding: 20px 25px;
          margin: -25px -25px 30px -25px; }
          .form-signin .form-signin-heading img path {
            color: #ffffff; }
      .form-signin .form-control {
        position: relative;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 10px;
        font-size: 16px; }
        .form-signin .form-signin-footer {
          background-color: #ffffff;
          border-top: 1px solid #cccccc;
          width: calc(100% + 50px);
          padding: 15px 25px;
          margin: 25px -25px -25px -25px;
          font-family: "Raleway", sans-serif;
          font-size: 9pt;
          text-align: center;
          font-style: italic; }
          .form-signin input#username {
            margin-bottom: -1px;
            border-bottom-right-radius: 0;
            border-bottom-left-radius: 0;
            font-family: "Raleway", sans-serif; }
            .form-signin input#password {
              margin-bottom: 25px;
              border-top-left-radius: 0;
              border-top-right-radius: 0;
              font-family: "Raleway", sans-serif; }

  .navbar {
    background-color: rgba(0, 0, 0, 0.85) !important;
    font-family: "Raleway", sans-serif; }

    body {
      background-color: #bbbbbb;
      font-family: 'Open Sans', sans-serif;
      font-weight: 400;
      font-size: 12pt; }

      div.container {
        margin: 0 auto;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        -webkit-flex-wrap: wrap;
        flex-direction: row;
        flex-wrap: wrap; }
        div.entry {
          margin: 10px 10px;
          background-color: #eeeeee;
          box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.5);
          border-radius: 5px;
          overflow: hidden;
          width: 200px;
          height: 300px;
          transform: scale(1);
          transition: 0.2s ease; }
          div.entry:hover {
            transform: scale(1.1);
            box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.75);
            transition: 0.2s ease; }
            div.entry.wide-entry {
              align-self: stretch; }
              div.entry table {
                font-size: 9pt; }
                div.entry table img {
                  height: 25px; }
                  div.entry table tr:nth-child(even) {
                    background-color: #c5c5c5; }
          div.entry > img {
            width: 200px;
            height: 300px;
            float: left; }
            div.entry div.info {
              padding: 5px 5px 0 105px; }
              div.entry h1 {
                margin: 0;
                font-family: 'Open Sans Condensed', sans-serif;
                font-size: 18pt;
                font-weight: 700; }
                div.entry p {
                  display: block;
                  margin: 0;
                  height: 100px;
                  font-family: 'Open Sans', sans-serif;
                  font-size: 10pt;
                  font-weight: 400;
                  overflow: hidden; }
                  div.entry span {
                    padding: 2px 5px;
                    margin: 0 0;
                    font-weight: 700;
                    border: 1px solid #8d8df9;
                    border-radius: 3px;
                    color: #8d8df9; }
      div.small-entry {
        margin: 3px 3px;
        border-radius: 10px;
        background-color: #eeeeee;
        box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.5);
        overflow: hidden;
        min-width: 250px; }
