
.login__footer__separator {
  display: flex;
  align-items: start;
  justify-content: center;
  gap: 1rem;
  margin: 1rem 0;
}
.login__footer__bar--left, .login__footer__bar--right {
  border-bottom: solid 1px #333;
  height: 7px;
  flex-grow: 1;
  flex-shrink: 1;
}
.login__footer__logo {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cr-circle {
  width: 13px;
  height: 13px;
  border: 3px solid;
  margin: 0 1px;
  border-radius: 50%;
  background-color: transparent;
}
.cr-circle--red {
  border-color: #E6332A;
}
.cr-circle--orange {
  border-color: #F39200;
}
.cr-circle--green {
  border-color: #95C11F;
}

  /* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
  .login__footer__bar--left, .login__footer__bar--right {
    height: 11px;
  }
  .cr-circle {
    width: 21px;
    height: 21px;
    border-width: 5px;
    margin: 0 1.5px;
  }
}
