.btn-white:hover {
  color: white !important;
}

.btn-white:active {
  color: black !important;
}



.form-control {

  /* placeholder red color */
  &::placeholder {
    color: #00000051 !important;
  }
}