@media screen and (min-width: 1024px) {
	body#password #header,
	body#registration #header,
	body#authentication #header { padding-top: 2rem; padding-left: 2rem; }

	body#password #wrapper,
	body#registration #wrapper,
	body#authentication #wrapper { padding: 6rem 0 0; }

	body#password .left-cont,
	body#registration .left-cont,
	body#authentication .left-cont { padding-top: 4rem; }

	body#password #inner-wrapper,
	body#registration #inner-wrapper,
	body#authentication #inner-wrapper { max-width: 1400px; padding: 0; }
}

body#password #main-page-content,
body#registration #main-page-content,
body#authentication #main-page-content { 
	border-radius: 0px 0px 0px 225px;
	background: linear-gradient(270deg, #4E9F3D -67.72%, rgba(41, 79, 150, 0.80) 100%), url('/img/cms/reg-bg.jpg') center no-repeat;
	background-size: cover;
	height: 100%;
	color: #fff;
	padding-left: 0rem;
}

body#authentication #header, body#authentication #checkout-header,
body#registration #header, body#registration #checkout-header,
body#password #header, body#password #checkout-header { border: none; }
body#registration #header,
body#registration #footer,
body#registration #wrapper, 
body#registration #footer-copyrights,
body#authentication #header,
body#authentication #footer,
body#authentication #wrapper, 
body#password #footer-copyrights,
body#password #header,
body#password #footer,
body#password #wrapper, 
body#password #footer-copyrights { background: none; }

body#registration #footer,
body#registration #footer-copyrights,
body#authentication #footer,
body#authentication #footer-copyrights
body#password #footer,
body#password #footer-copyrights { display: none; }

.my-account-page-content-wrapper, .page-authentication #content, .page-customer-account #content { border: none; }

@media screen and (max-width: 478px) {
	body#password #main-page-content,
	body#registration #main-page-content,
	body#authentication #main-page-content { 
		background: linear-gradient(139deg, #294F96 5.53%, #4E9F3D 85.26%);
		height: auto;
		border-radius: 0;
	}
} 