
      .subjects li {
        list-style: none;
        padding: 5px;
        text-align: center;
      }

      .subjects img {
        width: 30px;
      }

      .progress, .bar {
        display: none;
      }

      .footer {
        text-align: center;
        padding: 30px 0;
        margin-top: 70px;
        border-top: 1px solid #e5e5e5;
        background-color: #fafafa;
      }
      .footer p {
        margin-bottom: 0;
        color: #777;
      }

body {
  position: relative;
}

table {
  font-size: inherit;
}
 .hidden-password {
  color: rgb(250,250,250);
 }

 .auth {
  margin-top: 100px;
 }

 .pekecontainer {
  display: inline-block;
 }

section {
  padding-bottom: 3em;
}

/* file upload */
.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

 /*
  Resource
*/

.inverse {
  color: rgba(255,255,255,.7);
}

.inverse a {
  color: #fff;
}

