input[type="date"]::before {
    color: #615250;
    content: attr(placeholder) ": ";
    margin-right: 7px;
}
.w-100 {
    width: 100%;
}
textarea{
    resize: none;
}

.form-active {
	border: 1px solid #10427e!important;
}

span.form-active-label, span.form-active-label a {
	color: #10427e!important;
}