@font-face {
    font-family: 'Roboto';
    src: url('./font/roboto-bold.woff2') format('woff2'),
         url('./font/roboto-bold.woff') format('woff');
    font-weight: 600;
    font-style: normal;

}

@font-face {
    font-family: 'Roboto';
    src: url('./font/roboto-light.woff2') format('woff2'),
         url('./font/roboto-light.woff') format('woff');
    font-weight: 300;
    font-style: normal;

}

@font-face {
    font-family: 'Roboto';
    src: url('./font/roboto-medium.woff2') format('woff2'),
         url('./font/roboto-medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;

}

@font-face {
    font-family: 'Roboto';
    src: url('./font/roboto-regular.woff2') format('woff2'),
         url('./font/roboto-regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;

}
html, body {
  height: 100%;
  margin: 0;
}
body {
  display: flex;
  flex-direction: column;
  font-family: "Roboto", Sans-serif;
  font-weight: 400;
  color: #fff;   
}

main {
    flex-grow: 1;
}
html, main {
  background-color: #13111A;
}
.container {
  padding: 80px 0;
}
.container.login {
  text-align: center;
}
h1, h2, h3, h4, h5, h6 {
   color: #ffffff;
}
.btn {
  font-weight: 600;
  text-decoration: none;
  fill: #000;
  color: #000;
  border-radius: 8px 8px 8px 8px;
  padding: 10px 30px 10px 30px;
  background-color: rgb(248, 211, 69);
  border: 0;
}
.btn:hover {
  opacity: 0.8;
  cursor: pointer;
  fill: #000;
  color: #000;
  background-color: rgb(248, 211, 69);
  border: 0;
}
.logo, .footer {
  background-color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
}
.logo-img {
  width: 200px;
}
a {
  color: rgb(248, 211, 69);
  text-decoration: none;
}
a:hover {
  color: rgb(248, 211, 69);
  text-decoration: underline;
}
#logsa table {
   box-shadow: 1px -1px 20px 10px rgba(255, 209.54347826086953, 0, 0.42);
}
#logsa {
  padding-top: 55px;
}
.log-out {
  margin: 18px;
}
.pagination {
  display: flex;
  justify-content: center;
  margin-top: 25px;
}
.pagination button {
  margin: 0 5px;
        }
#pageInfo {
  padding: 0 20px;
    padding-top: 0px;
  padding-top: 10px;
}
.pagination button {
  margin: 0 5px;
  font-size: 22px;
  padding: 5px 20px 5px 20px;
}

@media(max-width:767px){
.time-log {
  width: 100%;
}
.time-data {
  margin:0;
}
}

@media(max-width:575px){
.time-log, .time-data {
 padding: 0 30px;
}
#logsa table {
  font-size: 14px;
}
.log-out {
  top: 75px !important;
}
.logo {
  padding: 15px 0;
}
#logsa {
  padding-top: 50px;
}
.form-control {
  line-height: 1.25;
}
}