/* Styles for third-party auth buttons (Google, LINE, etc) */

.auth-buttons {
  margin: 2rem auto;
  text-align: center;
}

.auth-button {
  margin: 1rem 0;
}

.google-sign-in {
  display: flex;
  flex-direction: column;
}

.google-sign-in>div {
  margin-left: auto;
  margin-right: auto;
}

.btn-line {
  align-items: center;
  background-color: #06c755;
  border: 0;
  border-radius: 4px;
  color: var(--white);
  cursor: pointer;
  display: flex;
  font-size: 16px;
  font-weight: bold;
  height: 40px;
  line-height: 1;
  padding: 0;
}

.auth-button .btn-line {
  margin: 0 auto;
  min-width: 240px;
}

.btn-line:hover {
  background-color: #05b34c;
}

.btn-line:active {
  background-color: #048b3b;
}

.btn-line-icon {
  border-right: 1px solid #05a446;
  padding: 7px;
}

.btn-line-icon img {
  display: block;
  height: 25.4145;
  width: 26.6725px;
}

.btn-line-text {
  flex-grow: 1;
  padding: 0 26.6725px;
}

.btn-developer {
  display: block;
  height: 40px;
  margin: 0 auto;
  width: 240px;
}
