.google-signin {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  min-height: 50px;
  padding: 15px 20px;
  border: 1px solid #151515;
  background: #151515;
  color: #fff;
  cursor: pointer;
  text-transform: uppercase;
}

.google-signin:disabled {
  cursor: wait;
  opacity: .58;
}

.google-mark {
  display: grid;
  place-items: center;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  background: #fff;
  color: #111;
  font: 700 13px Arial, sans-serif;
  text-transform: none;
}
