.ButtonSocial {
  display: flex;
  align-items: center;
  background: #365899;
  color: #fff;
  padding: 7px 24px 7px 12px;
  min-width: 13rem;
  margin-bottom: 10px;
  cursor: pointer;
  transition: var(--animationBase);
  font-size: var(--textSm);
  text-align: center;
}

.ButtonSocial:hover, .ButtonSocial:active, .ButtonSocial:focus {
  background: #2b477b;
  color: #fff;
  text-decoration: none;
}

.ButtonSocial span {
  flex: 1;
}

.ButtonSocial.is-google {
  background: #dc4a38;
}

.ButtonSocial.is-google:hover, .ButtonSocial.is-google:active, .ButtonSocial.is-google:focus {
  background: #c83523;
}

/*# sourceMappingURL=button.min.css.map */
