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

input.form-active,
select.form-active,
textarea.form-active {
	border: 2px solid #4bdb49!important;
}

.form-active-label, .form-active-label a {
	color: #4bdb49!important;
}