html,
body {
  height: 100%;
  min-height: 100%;
  margin: 0;
  -webkit-font-smoothing: antialiased;
}

a {
  cursor: pointer;
}

a:hover {
  text-decoration: none;
}

#content {
  padding: 0px;
  height: 100%;
}

.loading-screen {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.remove_label_margin label {
  margin: 0;
}
