
.login-table {
  position: fixed;
  top: 58px;
  width: 100%;
  height: 99%;
  background-color: #ffffff;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  overflow-x: hidden; 
  overflow-y: auto;
}

.show-brand-items {
  background-color: #ffffff;
  display: inline-block;
  flex-grow: 1;
  overflow-x: hidden; 
  overflow-y: auto;
}

.login-table  .col2 {
  width: 200px;
  text-align: center;
}

.alt-button-table {
  text-align: center;
}

.alt-button-table tr {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.google-signin-button {
  width: 18px;
  height: 18px;
  vertical-align: center;
  cursor: pointer;
  margin-bottom: 5px;
}

.facebook-signin-button,.alt-image {
  width: 18px;
  height: 18px;
  vertical-align: center;
  cursor: pointer;
  margin-bottom: 5px;
}

