.btn-default:focus, .btn-default:hover {
  color: #000;
  border: 1px solid rgba(255,255,255,0);
  outline: none;
  background-color: #ffffff;
}

