body {
  font: 400 14px / 20px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
  margin: 0;
  height: 100%;
  display: block;
}

.toolbar {
  position: sticky;
  top: 0;
  z-index: 3;
  background: #009688;
  color: white;
  display: flex;
  box-sizing: border-box;
  padding: 0 16px;
  width: 100%;
  flex-direction: row;
  align-items: center;
  white-space: nowrap;
  height: 64px;
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  font: 500 20px / 32px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: normal;
  margin: 0;
}

.toolbar img {
  height: 48px;
}

.form {
  max-width: 300px;
}

#error-text {
  color: #f44336;
}

.float-right {
  float: right;
}
