@charset "utf-8";

.passSearchBtn {
  color: #fff!important;
  background-color: #0078d7;
  padding: 1rem 2rem;
  display: inline-block;
  border-radius: 0.5rem;
}

.passSearchBtn:hover {
  text-decoration: none;
  background-color: #1d8be6;
  box-shadow: none;
}
