/* .attach-file {
top: -32px;    position: relative;
} */

.attach-file {
	background: #e2e2e2;
	padding: 0;
	width: 100%;
	margin-left: calc(16 / 1920 * 100rem);
	margin-right: calc(16 / 1920 * 100rem);
}

.attach-file > label {
	height: 100%;
}
.form-career-submit label {
	display: none;
}

.form-career-submit .invalid-feedback {
	position: absolute;
	color: red;
	font-size: 12px;
}
