html,
body {
  padding: 0;
  margin: 0;
  font-family: Roboto, Helvetica Neue, Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

.fill-height {
  height: 100%;
}

.center-vertically {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.secondaryText {
  color: #9b9b9b;
}

.styles__container--1fhEq {
  height: 100vh;
  width: 100vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.styles__header--lMKfu {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 1em 0;
}

.styles__header--lMKfu svg {
  max-width: 50px;
  margin-right: 1em;
}

.shared__header--1la2h {
  background-color: #f2f4f7;
  border-bottom: 1px solid white;
}

.shared__clinicName--2snFR {
  font-weight: bold;
  font-size: 1.4em;
}

.shared__currentUser--1GSrK {
  line-height: 25px;
}

.shared__avatar--DP6mM {
  display: inline-block !important;
  margin-right: 10px;
  width: 25px;
  height: 25px;
  border-radius: 25px;
}

