auth-settings {
  display: block;

  .authentication-method {
    label {
      margin-right: 30px;

      &.method {
        font-weight: bold;
        font-size: 14px;
        color: rgba(0, 0, 0, 0.8);
      }
    }
  }

  .table-format-list {
    margin-top: 10px;

    span:hover {
      color: var(--global-theme-color-light, #04BEB4);
      cursor: pointer;
    }
  }

  .settings {
    padding: 30px 0;
  }

  .settings-info {
    display: flex;
    padding-top: 10px;

    .settings-item {
      width: 40%;

      label {
        width: 40%;
        text-align: right;
      }

      .form-control {
        display: inline-block;
        width: 40%;
      }

      .change {
        margin-left: 40%;
      }
    }
  }

  .btn-group {
    width: 80%;
    display: flex;
    justify-content: center;
    margin-top: 20px;

    .btn-ldap {
      width: 148px;
      height: 35px;
      margin-right: 10px;
      background-color: var(--global-theme-color-light, #04BEB4);
      color: white;
    }
  }
}
