.bg_registro {
	background-image: url("../images/back/registro_usuario.jpg");
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 50% auto;
}

@media screen and (max-width: 994px) {
	.bg_registro {
		background-image: none;
	}
}