html,
body {
  height: 100%;
  width: 100%;
}

body {
  cursor: default;
  font-variant-ligatures: none;
  background-color: #1b1b1b;
  background-image: url('./img/bg.jpg');
  background-repeat: no-repeat;
}

.btn {
  font-size: 1.9375rem;
  border-radius: .4rem;
}

.agreement {
  font-size: 11px;
  max-width: 350px;
}

.steps-title span {
  height: 1px;;
  background-color: #212529;
}

.overlay {
  background-color: rgba(0, 0, 0, .8);
}