#submitfilter {
    padding:5px 10px;
    margin:10px;
    background-color: #1BBA93; /*#1BBA93*/
    font-size:16px;
    border:none;
    border-radius:20px;
    color:#FFF; /*#bcf5e7*/
    cursor:pointer;
    text-align:center;
    width: 100px;
    box-shadow: 0 5px 10px 5px rgba(0,0,0,0.5);
}

#submitfilter:hover {
  background: #4c885a;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

.reinit {
    padding:5px 10px;
    margin:10px;
    background-color: #146c6b; /*#1BBA93*/
    font-size:16px;
    border:none;
    border-radius:20px;
    color:#FFF; /*#bcf5e7*/
    cursor:pointer;
    text-align:center;
    width: 130px;
    box-shadow: 0 5px 10px 5px rgba(0,0,0,0.5);
}

.reinit:hover {
  background: #4c885a;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}