

.button-aceitar{
  border: solid 1px #282d36;
  width: 20vh;
  padding: 9px;
  background-color: #00841d;
  display:inline-block;
  align-items: center;
  justify-items: center;
  text-align: center;
  color: #ffffff;
  border-radius: 5px;
  cursor: pointer;
  position: relative;
  margin-left: 10px;
}

.button-recusar{
  border: solid 1px red;
  width: 20vh;
  padding: 9px;
  background-color: red;
  display:inline-block;
  align-items: center;
  justify-items: center;
  text-align: center;
  color: #ffffff;
  border-radius: 5px;
  cursor: pointer;
  text-align: center;
  position: relative;
}


.vertical-center {
  margin: 0;
  position: absolute;
  bottom: 1%;
  left:70vh;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display:flex;
}