body {
  font-family: sans-serif;
}
.login {
    width: 400px;
    background-color: #ffffff;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.4);
    margin: 100px auto;
}
.login h1 {
    text-align: center;
    color: #5b6574;
    font-size: 28px;
    background-color: #eff0f0;
    padding: 20px 0 20px 0;
    border-bottom: 1px solid #dee0e4;
}
.login form {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 20px;
}
.login form label {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    background-color: #3274d6;
    color: #ffffff;
}
.login form input[type="password"], .login form input[type="text"] {
    width: 310px;
    height: 50px;
    border: 1px solid #dee0e4;
    margin-bottom: 20px;
    padding: 0 15px;
    font-size: 15px;

}
.login form input[type="submit"] {
    width: 70%;
    padding: 15px;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #04AA6D;
    border: 0;
    cursor: pointer;
    font-weight: bold;
    font-size: 16px;
    color: #ffffff;
    transition: background-color 0.2s;
}
.login form input[type="submit"]:hover {
    background-color: #10bA7D;
    transition: background-color 0.2s;
}
.footer {
   position: fixed;
   left: 0;
   bottom: 0;
   width: 100%;
//   background-color: #eff0f0;
   color: #5b6574;
   text-align: center;
}

.topnav {
  overflow: hidden;
  background-color: #333;
}
.topnav a {
  float: left;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}
.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.topnav a.active {
  background-color: #04AA6D;
  color: white;
}

.topnav div {
  display: flex;
  background-color: #2f3947;
  height: 60px;
  width: 100%;
  border:0 ;
}

.topnav div h1 {
  display: inline-flex;
  align-items: center;
}

.topnav div a {
  float: left;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  border-width:3 ;

}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}
.search {
  font-size: 20px;
  padding-top: 50px;
  padding-bottom: 12px;
  text-align: center;
}

a {
  font-weight: bold;
  font-size: 20px;
  color: white;
  text-decoration: none;
}

caption {
  font-weight: bold;
  font-size: 24px;
  text-align: left;
  color: #111;
}

th {
  font-size: 18px;
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: center;
  background-color: #333;
  color: white;
}

tbody tr:nth-child(odd) {
  background-color: #fff;
}

tbody tr:nth-child(even) {
  background-color: #eee;
}

th, td {
  border: 1px solid black;
}

cell {
  font-size: 15px;
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: center;
  background-color: #333;
  color: white;

}