.button{
  background-color:#36B7B4;
}

.button.button-outline {
    background: #fff;
    border: 1px solid #36B7B4;
    color: #36B7B4;
}

.button.button-outline:hover {
    background-color: #36B7B4;
    color: #fff;
}