html,
body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

#particle-canvas {
  width: 100%;
  height: 100%;
}

.sso {
  margin-top: 1rem;
  text-align: center;
}

.sso h5 {
  font-weight: 300;
  margin-bottom: 1.25rem;
}

.sso button {
  background: #f1323b !important;
}

.sso a {
  color: #f1323b !important;
}

.sso a:hover {
  text-decoration: underline;
}