.drawer-logo {
  height: 100px;
  background-color: #37474f;
  display: flex;
}

.drawer-name {
  color: white;
  margin: auto;
  font-size: 30px;
}

/**
    * Content CSS
    */

.page-content {
  text-align: center;
  display: flex;
  flex-direction: column;
  max-width: 800px;
  margin: auto;
  align-items: center;
}

.floating-label {
  text-align: left
}

.button-wrapper {
  display: flex;
  flex-direction: row;
}

.mdl-grid {
  padding: 0 !important;
}

.site-footer {
  margin-top: 20px;
}