@import url(https://fonts.googleapis.com/css?family=Raleway:300,400,600);.app {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  min-height: 100vh;
}

.login-page {
  background-color: #eaedf4 !important;
}

body {
  background-color: #fff;
}

.wrapper {
  min-height: 100%;
}

.bp-bg-red {
  background-color: #ff4b47;
}

.navbar-nav .nav-item {
  padding: 0px 18px;
}

.navbar .navbar-nav .nav-link {
  color: #fff !important;
}

.bp-nav-item {
  margin-bottom: -0.5rem;
  margin-top: -0.5rem;
}

.bp-nav-item a.nav-link {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.navbar-nav .nav-item.active {
  background-color: #797878;
}

.bp-title-gray {
  color: #47525d;
}

.bp-text-help {
  color: #6b7580;
}

.bp-btn-gray {
  background-color: #47525d;
  border-color: #47525d;
  color: #fff;
}

.bp-btn-gray:hover {
  color: #fff;
  background-color: #3e4751;
  border-color: #3e4751;
}

.bp-btn-red {
  background-color: #ff4b47;
  border-color: #ff4b47;
  color: #fff;
}

.bp-btn-red:hover {
  color: #fff;
  background-color: #f54642;
  border-color: #f54642;
}

.bp-table {
  border: 1px solid #cfd8e2;
}

.table-striped tbody tr:nth-of-type(even) {
  background-color: rgba(0, 0, 0, 0.05);
}

thead tr {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #fff;
}

.login-container {
  padding: 2em .5em;
  width: 100%;
  height: 100%;
  -webkit-perspective: 3300px;
  -ms-perspective: 3300px;
  -o-perspective: 3300px;
  perspective: 3300px;
  position: relative;
}

