input[type="date"]::before {
    color: #615250;
    content: attr(placeholder) ": ";
    margin-right: 7px;
}
.w-100 {
    width: 100%;
}
textarea{
    resize: none;
}

.form-active {
	color: #000000!important;
    font-weight: 600;
}

input.form-active::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: black;
  opacity: 1; /* Firefox */
}

input.form-active:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: black;
}

input.form-active::-ms-input-placeholder { /* Microsoft Edge */
  color: black;
}

.form-active-label {
	font-weight: 600;
	text-decoration: underline;
}

span.txt-w.form-active-label a {
	font-weight: 600;
	text-decoration: underline;
}