@media screen and (min-width: 0) {
	.inputstyle{
		width:100%
	}
}
@media screen and (min-width: 768px) {
	.inputstyle{
		width:100%
	}
}
