.backgroundForm{
	background-attachment:fixed;
}
.backgroundForm:after{
	content:"";
	height:100%;
	width:100%;
	position:absolute;
	left:0;
	top:0;
	background-color:rgba(0, 0, 0, 0.5);
}
.contentBackgroundForm{
	z-index:2;
	color:white;
}
.contentBackgroundForm fieldset.popUpUpdateLabel{
	background-color:transparent;
	border:0 solid;
	background-image:none;
	padding:0;
	margin:0;
	font-family:var(--basicFontFamily);
}
.contentBackgroundForm fieldset.popUpUpdateLabel input, .contentBackgroundForm fieldset.popUpUpdateLabel textarea{
	border-radius:0;
}
.contentBackgroundForm .formLabelName{
	display:none;
}
.bgFormPart{
	margin-left:10%;
	font-size:0.8em;
}
.contentBackgroundForm button{
	width:auto;
	font-size:1.2em;
	border:0;
	margin-top:2em;
}
.afterInput{
	display:none;
}
.contentBackgroundForm .specialVisualElement{
	position:absolute;
	left:46%;
	transform:rotate(90deg);
	top:-7em;
}
@media screen and (max-width:1250px){
	.contentBackgroundForm article{
		width:50%;
		margin:0;
		padding:1em;
	}
}
@media screen and (max-width:900px){
	.contentBackgroundForm article{
		width:100%;
		margin:1em auto;
	}
}