.stepwizard {
  display: table;
  width: 100%;
  position: relative; }
  .stepwizard-row {
    display: table-row; }
    .stepwizard-row:before {
      content: " ";
      position: absolute;
      top: 14px;
      bottom: 0;
      width: 100%;
      height: 1px;
      background-color: #ccc;
      z-index: 0; }
  .stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative; }
    .stepwizard-step p {
      margin-top: 10px; }
    .stepwizard-step button[disabled] {
      opacity: 1 !important;
      filter: alpha(opacity=100) !important; }
    .stepwizard-step a:not([disabled]) {
      color: #ffffff; }
  .stepwizard-btn {
    display: inline-block;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;
    text-decoration: none;
    transition: all 0.2s ease-in-out; }
    .stepwizard-btn-primary {
      color: #fff;
      background-color: #000000;
      border-color: #2e6da4; }
      .stepwizard-btn-primary:hover {
        background-color: #286090;
        border-color: #204d74; }
    .stepwizard-btn-default {
      color: #fff;
      background-color: #cccccc;
      border-color: #2e6da4; }
      .stepwizard-btn-default:hover {
        background-color: #286090;
        border-color: #204d74; }
    .stepwizard-btn-clear {
      background-color: transparent;
      color: inherit;
      border: none; }
    .stepwizard-btn-circle {
      width: 30px;
      height: 30px;
      border: none;
      text-align: center;
      padding: 6px 0;
      font-size: 12px;
      line-height: 1.428571429;
      border-radius: 15px; }

.auth-form-container {
  display: flex;
  justify-content: center;
  margin-top: 50px; }

.auth-form {
  width: 50%;
  display: flex;
  background-color: #FFFFFF;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
  .auth-form .step {
    width: 100%; }
  .auth-form label {
    display: block;
    margin-top: 15px;
    font-weight: 700; }
  .auth-form input {
    width: 100%;
    padding: 10px;
    margin-top: 5px;
    border: 1px solid #ccc;
    border-radius: 4px; }
  .auth-form .button-wrapper {
    display: flex;
    gap: 10px; }
  .auth-form button {
    display: block;
    width: 50%;
    margin: 20px auto 0 auto;
    padding: 12px;
    background-color: #000000;
    color: #FFFFFF;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer; }
    .auth-form button:hover {
      background-color: #45a049; }

.alert-banner {
  background-color: #ffdddd;
  color: #a94442;
  border: 1px solid #ebccd1;
  padding: 1rem;
  margin-bottom: 1.5rem;
  border-radius: 4px;
  font-weight: 700; }

.table-center {
  width: 80%; }

.stepwizard-row.disabled .stepwizard-btn {
  pointer-events: none; }

.confirmation-message {
  max-width: 750px;
  margin: 5rem auto; }
  .confirmation-message h2 {
    font-size: 1.125rem;
    font-weight: bold; }

/*# sourceMappingURL=stepwizard.css.map */
