.form-field {
	width: 100%;
}
.form-field-footer {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.form-field-footer .btn:not(:last-child) {
	margin-right: 4px;
}
.form-group-separator {
	position: relative;
	margin-right: 21px;
}

.form-group-separator:before {
	content: '';
	position: absolute;
	bottom: 20px;
	left: calc(100% + 5px);
	width: 10px;
	height: 2px;
	background-color: rgba(180, 130, 84, 0.5);;
}
.form-row {
	margin: 0;
}
.form-group-date {
	width: 135px;
}

.form-group-date .form-control-field {
	text-align: center;
}

.form-control-input-counter {
	margin-left: 20px;
	font-family: 'Roboto-light', sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	line-height: 20px;
	opacity: 0.75;
}
.form-group-text .form-control {
	height: 242px;
	text-align: left;
}
@media (min-width: 768px) {
	.form-group-text .form-control {
		height: 213px;
	}
}

@media (min-width: 1024px) {
	.form-group-separator:before {
		bottom: 24px;
	}

	.form-group-text .form-control {
		height: 275px;
	}
}