p.grey130 + p.message--positive {
	margin-top: var(--body-paragraph-spacing);
}

@media only screen and (min-width:768px) {
	.banner__image {
		background-image: url("https://www.profounddecisions.co.uk/resources/img/photos/forgottenpassword/hero-forgotten-password-S-768.jpg");
	}
	
	.account__actionbutton {
		display: flex;
		justify-content: flex-end;
	}

	.button__action {
		width: 196px;
	}
}

@media only screen and (min-width: 1024px) {
	.banner__image {
		background-image: url("https://www.profounddecisions.co.uk/resources/img/photos/forgottenpassword/hero-forgotten-password-M-1024+.jpg");
	}
}

@media only screen and (min-width: 1366px) {
	.banner__image {
		background-image: url("https://www.profounddecisions.co.uk/resources/img/photos/forgottenpassword/hero-forgotten-password-L-1366+.jpg");
	}
}