.register-form {
  width: 100%;
}

body {
  background-color: white;
}

h3 {
  color: #090932;
}

h4 {
  color: #090932;
}

.navbar-light .navbar-nav .nav-link {
  color: #090932;
}

.navbar-light .navbar-nav .nav-link:hover {
  color: #14da9e;
}

section.side-navigation .sidenav {
  height: 100%;
  width: 130px;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #f5f5f5;
  overflow-x: hidden;
  padding-top: 20px;
  display: none;
}

section.side-navigation .sidenav a {
  padding: 6px 6px 6px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
}

section.side-navigation .sidenav a:hover {
  color: #626262;
}

section.side-navigation .main {
  margin-left: 200px;
  /* Same as the width of the sidenav */
}

@media screen and (max-height: 450px) {
  section.side-navigation .sidenav {
    padding-top: 15px;
  }

  section.side-navigation .sidenav a {
    font-size: 18px;
  }
}

section.home-page #bar-chart {
  width: 400px;
  height: 400px;
}

section.home-page .graphs {
  margin: 40px 0;
}

.nodes-table {
  margin-top: 70px !important;
}

.nodes-table h5 {
  margin-bottom: 40px;
}

.import_button {
  width: auto;
}

.el-pagination button,
.el-pagination span:not([class*=suffix]) {
  display: none !important;
}

.action-buttons {
  margin-left: 120px;
}

.upload-button {
  display: inline-block;
}

.submit-button {
  position: absolute;
  top: 0;
  margin-left: 20px !important;
}

.home-head {
  margin-bottom: 90px;
}

.el-table {
  font-size: 12px !important;
}

.el-button {
  font-size: 10px !important;
  margin-left: 2px !important;
}

