/* Optional: Style Parsley Error Messages  */
.parsley-errors-list {
  color: red;
  list-style: none;
  padding-left: 0;
  font-size: 0.9rem;
  margin-top: 5px;
}
/* 
.linkh {
  box-shadow: inset 0 0 0 0 #54b3d6;
  color: #54b3d6;
  padding: 0 .25rem;
  margin: 0 -.25rem;
  transition: color .3s ease-in-out, box-shadow .3s ease-in-out;
}
.linkh:hover {
  color: black;
  box-shadow: inset 200px 0 0 0 #54b3d6;;
}

.linkh {
  color: #54b3d6;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none;
padding-left: 5px;
}  */

