body, html {
  height: 100%;
}

body {
  background: var(--gray);
}

.or-seperator {
  margin: 20px 0 10px;
  text-align: center;
  border-top: 1px solid #ccc;
}

.or-seperator i {
  padding: 0 10px;
  background: var(--light);
  position: relative;
  top: -11px;
  z-index: 1;
}

.card {
  background: var(--light);
}
