@media screen and (max-width: 900px){
	form.this-is-form label > span:first-child/*,form.this-is-form fieldset legend:first-child*/{
		flex:0 0 100%;
		padding-right: 15px;
	}
	input[type=email],input[type=file],input[type=text],input[type=password],textarea,select,form.this-is-form fieldset legend,form.this-is-form fieldset legend:first-child,form.this-is-form fieldset label{
		width: 100%;
	}
	form.this-is-form fieldset legend,form.this-is-form fieldset legend:first-child{
		line-height: 35px;
	}
	form.this-is-form fieldset label{
		min-height: 35px;
		line-height: 23px;
	}
}