@import url(https://fonts.googleapis.com/css?family=Nunito);body {
  display: flex;
  justify-content: center;
  align-items: center;
}

.app-container {
  padding-top: 80px;
  min-height: 100vh;
  max-width: 1480px;
  width: 100%;
}

.login-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
}

.brand-logo {
  margin-top: 16px;
  margin-left: 16px;
}

nav {
  background-color: white;
  position: fixed;
  box-shadow: none;
  top: 0;
  transition: box-shadow 0.3s;
  z-index: 1000;
}

nav ul a {
  color: rgb(38, 141, 199) !important;
}

.login-wrapper {
  width: 500px;
  height: 350px;
  border-radius: 5px;
  padding: 20px;
  background-color: white;
}

.logo-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.logo {
  height: 30px;
  margin-bottom: 20px;
}

/* label focus color */

.input-field input:focus + label {
  color: #5bcaf4 !important;
}

.dropdown-content li > span {
  color: #5bcaf4 !important;
}

.prefix {
  color: #9e9e9e;
}

.prefix.active {
  color: #5bcaf4 !important;
}

/* label underline focus color */

.row .input-field input:focus {
  border-bottom: 1px solid #5bcaf4 !important;
  box-shadow: 0 1px 0 0 #5bcaf4 !important;
}

.primary-btn {
  background-color: rgb(38, 141, 199) !important;
}

.link {
  background-color: transparent;
  border: none;
  color: rgb(38, 141, 199);
  line-height: 64px;
  display: inline-block;
}

.link:active {
  background-color: transparent;
}

.link:focus {
  background-color: transparent;
}

.input-field {
  text-align: center;
}

#filterselectbox {
  text-transform: uppercase;
}

.card-panel {
  border-radius: 10px;
  min-height: 330px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.card-panel form {
  display: flex;
  flex-direction: column;
}

.card-panel .btn {
  align-self: flex-end;
}

.card-panel h3 {
  font-size: 24px;
  font-weight: 200;
  margin: 0;
}

.card-panel span {
  font-size: 20px;
  font-weight: 200;
  display: inline-block;
  width: 150px;
}

.card-body {
  width: 100%;
}

.card-body p {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.card-panel strong {
  font-size: 24px;
  font-weight: 400;
}

.mainboard-section-header {
  font-weight: 200;
}

.card-buttons-right {
  width: 100%;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

