.form-panel__or-section {
    padding-top: 1.3rem;
    color:rgba(0,0,0,.7);
    padding-bottom: 1rem;
}

.or--separator {
    display: flex;
    align-items: center;
    text-align: center;
  }
  
  .or--separator::before,
  .or--separator::after {
    content: '';
    flex: 1;
    border-bottom: 1px solid #ddd;
  }
  
  .or--separator:not(:empty)::before {
    margin-right: .25em;
  }
  
  .or--separator:not(:empty)::after {
    margin-left: .25em;
  }
  .text-left{text-align: left;}