.style-action {
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 7px;
  padding-right: 7px;
}

.button-voltar {
  height: 23px;
  padding-top: 0px;
  margin-right: 15px;
}

.button-login {
  background-color: rgba(126, 0, 126, 1);
  color: white;
  border-color: rgba(202, 61, 202, 1);
}

.button-login:hover {
  background-color: rgba(148, 44, 148, 1);
  color: white;
  box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.24),
    0 17px 50px 0 rgba(0, 0, 0, 0.19);
}

.button-login:active {
  background: rgba(202, 0, 202, 1);
  -webkit-transition: color 150ms ease-in-out;
  transition: color 150ms ease-in-out;
}
