.hire-page__form-alert {
	margin-bottom: 18px;
	padding: 12px 14px;
	border-radius: 8px;
	font-size: 14px;
	font-weight: 500;
}

.hire-page__form-alert.is-success {
	background: #eaf8ef;
	color: #16733a;
	border: 1px solid #bfe8cd;
}

.hire-page__form-alert.is-error {
	background: #fff1f1;
	color: #b42318;
	border: 1px solid #ffd0d0;
}

.hire-page__form-control.form-select,
select.hire-page__form-control {
	appearance: auto;
	-webkit-appearance: auto;
	-moz-appearance: auto;
}