@media only screen and (max-width: 1023px) {
	.entry p { text-align:center; }
	.entry p img { max-width: 93% !important; }	
	
	.formwrap {
		width: 100%;
		margin: 0;
		padding: 17px;
		box-sizing: border-box;
	}

	.b4mloginform input:not([type="submit"]):not([type="checkbox"]){
		width: 100%;
	}
}