.sidebar .sidebar-brand {
  text-transform: none;
}

body {
  font-family: 'robotoregular', sans-serif;
}

.bg-gradient-primary {
  background-color: rgb(90,92,105);
  background-image: none;
}

.sidebar .sidebar-brand .sidebar-brand-text {
  font-size: 24px;
  letter-spacing: -0.01em;
}

.nav-link {
  height: 12px;
}

.sidebar .nav-item:hover {
  background-color: #2d2e33;
}

.sidebar .nav-item {
  padding-bottom: 10px;
  font-size: 1.1em;
  display: block;
  margin-top: -5px;
}


.wrapper {
  display: flex;
  width: 100%;
  align-items: stretch;
}

.navbar-light .navbar-brand, .navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
  color: rgba(255,255,255,.9);
}

.logo {
  height: 70px;
  width: 100%;
  font-size: 28px;
  color: rgb(90,92,105);
  padding-left: 16px;
  padding-top: 16px;
  font-family: "robotocondensed";
  background-color: lightgrey;
}

.login_logo {
  height: 70px;
  font-size: 28px;
  color: rgb(90,92,105);
  font-family: "robotocondensed";
}

.version {
  color: rgb(90,92,105);

}

.login-dark form {
  max-width: 320px;
  width: 90%;
  background-color: #1e2833;
  padding: 40px;
  border-radius: 4px;
  position: relative;
  color: #fff;
  box-shadow: 3px 3px 4px rgba(0,0,0,0.2);
  margin: auto;
  margin-top: 10%;
}

.footer {
  position: fixed;
  height: 100px;
  bottom: 0;
  width: 100%;
  margin: auto;
}

@font-face {
  font-family: 'robotoregular';
  src: url('../fonts/Roboto-Regular-webfont.eot');
  src: url('../fonts/Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'),
  url('../fonts/Roboto-Regular-webfont.woff') format('woff'),
  url('../fonts/Roboto-Regular-webfont.ttf') format('truetype'),
  url('../fonts/Roboto-Regular-webfont.svg#robotoregular') format('svg');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'robotocondensed';
  src: url('../fonts/robotocondensed-regular-webfont.eot');
  src: url('../fonts/robotocondensed-regular-webfont.eot?#iefix') format('embedded-opentype'),
  url('../fonts/robotocondensed-regular-webfont.woff') format('woff'),
  url('../fonts/robotocondensed-regular-webfont.ttf') format('truetype'),
  url('../fonts/robotocondensed-regular-webfont.svg#robotoregular') format('svg');
  font-weight: normal;
  font-style: normal;

}
