html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}



/*.table{ border-bottom:1px solid #ddd !important;}
    .table-bordered th, .table-bordered td { border: 1px solid #ddd!important; padding:5px !important; } */
.table-custom {
    border-collapse: unset !important;
}

.table-custom th {
    border-bottom: 1px solid #ddd !important;
    font-weight: bold;
    padding: 5px !important;
}

.table-custom td {
    padding: 7px !important;
}
/*.table-custom tr {
        border-bottom: 1px solid #ddd !important,
    }*/
@keyframes line {
    0% {
        background-position-x: 0;
    }

    100% {
        background-position-x: 20000px;
    }
}

.backlines {
    animation: line 1000s linear infinite;
    background-repeat: repeat-x;
    background-position: bottom;
    background-size: auto 7rem;
    background-image: url(../media/auth/upper-layout.svg);
    height: 7rem;
}