.btn-control {
  background-color: #f85b31;
  font-weight: 500;
  color: #fff;
  border: 0 none;
  border-radius: 2px;
  /* line-height: 40px; */
  margin-top: 5px;
  /* height: 30px; */
  padding: 2px 11px;
  text-transform: none;
  letter-spacing: 0;
  text-decoration: none;
}
.btn-control:focus{
  background-color: #f85b31;
  color:white;
}

.btn-control:hover{
  background-color: #f85b31;
  color:white;
  text-decoration: none;

}