.logo {
  position: relative;
  left: 25%;
  top: 10px;
}

body:not(.login) {
    padding: 0% 0% 0% 0%;
}

.login-table {
  margin-bottom: 25px;
}
table th {
    text-align: center;
    border: none;
    width: 30%;
}
table th, table td {
  padding: 8px 16px;
  display: table-cell;
}
table ul {
  margin-top: 16px;
}
table.tbl-hover tr:hover {
  background-color: #E5F9F8;
  cursor: pointer;
}

.btn-login {
    position: relative;
    left: 35%;
    display: block;
}

a {
    position: relative;
    left: 25%;
    top: 10px;
}
