@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .fruit-out{
	top: 450px;
}
	.input-field{
	border-image: url(/img/border-sketched2.svg) 50 50 repeat !important;
}
	form{
	text-align: left !important;
	}
}

@supports (-ms-accelerator:true) {
  .input-field{
	border-image: url(/img/border-sketched2.svg) 50 50 repeat !important;
}
	form{
	text-align: left !important;
	}
}
