#navbar{
  border-radius:10px;
}

#navbar .navbar-brand{
  color:#dbdada !important;
}

#navbar .navbar-toggler{
  border:0;
  outline: none;
}

.navy-color{
  color:#19a6b5;
}

.grey-color{
  color:#727272;
}

#link01{
  color:grey;
}

.hide-element{
  position: absolute; clip: rect(1px, 1px, 1px, 1px); /* or clip: rect(0, 0, 0, 0); */ clip-path: inset(50%); height: 1px; width: 1px; overflow: hidden;
}

footer{
  border-radius:10px;
}

footer a{
  color:#dbdada !important;
}


/* Change the placeholder color */
input::placeholder {
  color: #adadad !important;
  opacity: 1; /* Override default opacity */
}

/* For older versions of Firefox */
input::-moz-placeholder {
  color: #adadad !important;
  opacity: 1;
}

/* For Internet Explorer */
input:-ms-input-placeholder {
  color: #adadad !important;
}

/* For Microsoft Edge */
input::-ms-input-placeholder {
  color: #adadad !important;
}