a {
  color: var(--bg-primary-color);
  font-weight: 300;
  text-decoration: none;
}
label {
  font-weight: 300;
  font-size: 15px;
}
input {
  margin-bottom: 1rem;
}
.form-check {
	margin-bottom: 1rem;
}
input::placeholder {
    color: #d4d4d4 !important;
    font-style: italic;
}
select {
  margin-bottom: 1rem;
}
textarea {
  margin-bottom: 1rem;
}
.info-edits {
  display: block; 
  margin-top: -15px; 
  font-size:12px; 
  color: #a5a5a5;
}