.button-style {
  background: #25325c;
  border: 1px solid #25325c;
  border-radius: 6px;
  box-shadow: rgba(0, 0, 0, 0.1) 1px 2px 4px;
  box-sizing: border-box;
  color: #FFFFFF;
  cursor: pointer;
  font-size: 16px;
  min-height: 42px;
  min-width: 144px;
  outline: 0;
  padding: 6px 14px;
  text-align: center;
  text-rendering: geometricprecision;
  text-transform: none;
  touch-action: manipulation;
  vertical-align: middle;
  transition: all 200ms;
}

#auth_logout {
  background: #fd7354;
  border: 1px solid #fd7354;
  min-width: -moz-max-content;
  min-width: max-content;
  font-size: 14px;
}

.button-style:hover,
.button-style:active {
  background-color: rgba(37, 50, 92, 0.1568627451);
  background-position: 0 0;
  color: #25325c;
}

.button-style:active {
  opacity: 0.5;
}

#auth_logout:hover,
#auth_logout:active {
  background-color: rgba(253, 115, 84, 0.1568627451);
  background-position: 0 0;
  color: #fd7354;
}

#auth_logout:active {
  opacity: 0.5;
}/*# sourceMappingURL=button.css.map */