html, body {
  background: #EAE7DC;
}

label {
  display: inline-flex;
  flex-direction: column;
  position: relative
}

input {
  border: 0;
  border-bottom: 2px solid rgba(142, 141, 138, .5);
  background: transparent;
  display: block;
}


input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: textfield;
}

.input-animated-border {
  display: inline-block;
  width: 0;
  height: 2px;
  background: #E85A4F;
  position: absolute;
  bottom: 0;
  -webkit-transition: all ease-in-out .2s;
  -o-transition: all ease-in-out .2s;
  transition: all ease-in-out .2s;
}

input:active + .input-animated-border, input:focus + .input-animated-border {
  width: 100%;
}

.row {
  margin-top: 2rem;
}

table {
  margin-top: .5rem;
}

.container-fluid > .row {
  margin-top: 0;
}

thead {
  border-bottom: 2px solid #000;
}

thead > tr:first-child > th {
  padding: 0 20px;
  color: #000;
}

.highlight-grade {
  background: rgba(0, 0, 0, .1);
}

th {
  text-align: center;
  color: #E85A4F;
  font-weight: normal;
  font-size: .9rem;
}

th:first-child {
  border-right: 2px solid #000;
}

tbody > tr:not(:first-child) {
  border-top: 1px dashed rgba(0, 0, 0, .2);
}

a, a:hover {
  color: #E85A4F;
  cursor: pointer;
  border-bottom: 1px solid #E85A4F;
}

footer {
  margin-top: 1rem;
  border-top: 1px solid rgba(142, 141, 138, .5);
}

.footer-copyright > p {
  padding: 0;
  margin: 0;
}

.footer-copyright > .copyright-text{
  color: rgba(0, 0, 0, .25);
}

.footer-copyright > .description {
  color: rgba(142, 141, 138, 1);
}

.error-message {
  color: #E85A4F;
  font-size: 12px;
}

@media(min-width: 992px) {
  .row {
    margin-top: 5rem;
  }
}
