
body {
	min-height: 100vh;
	overflow-x: hidden;
	overflow-y: hidden;
}
body::after {
	content: ' ';
	background-image: url('data:image/svg+xml;utf8,<svg fill="%23303849" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 331 775"><path d="M331,778V0C168,122.6,18.1,366.4,12.3,585c-2.2,81.8,9.4,145.1,25.2,193H331z"/></svg>');
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	right: 0;
	bottom: -20%;
	height: 100%;
	width: 75%;
	z-index: -1;
}
.login #backtoblog, .login #nav, .login .privacy-policy-page-link {
	display: none;
}
#login {
	position: relative;
}
#login::after {
	content: ' ';
	background-image: url('/wp-content/uploads/2021/11/Zebr-Malawi-Login.png');
	background-repeat: no-repeat;
	background-position: bottom center;
	height: 300px;
	display: block;
	background-size: auto 250px;
	width: 250px;
	float: right;
}
#login h1 {
	background-image: url('/wp-content/themes/investec-child/assets/img/ir-logo.svg');
	background-repeat: no-repeat;
	background-position: center center;
	height: 80px;
	width: 100%;
	max-width: 300px;
	margin: auto;
	background-size: 300px auto;
	filter: brightness(0) saturate(100%) invert(16%) sepia(51%) saturate(346%) hue-rotate(181deg) brightness(94%) contrast(85%);
	
}
.login h1 a {
	display: none;
}
.login form {
	margin-top: 10px;
	border-radius: 30px;
}
.wpo365-mssignin-wrapper {
	padding: 12px !important;
}
.wpo365-mssignin-spacearound {
	margin-bottom: 0 !important;
}

/* Tablet */
@media screen and (min-width: 768px) {
	body::after {
		bottom: 0;
		width: calc(50% + 160px);
		z-index: -1;
	}
}

/* Laptop */
@media screen and (min-width: 992px) {
	#login::after {
		position: absolute;
		float: none;
		right: -250px;
		height: 400px;
		width: 350px;
		background-size: auto 350px;
	}
	body::after {
		width: calc(50% - 160px);
		height: 200%;
		top: -100%;
	}
	
}


@media screen and (min-width: 1680px) {
	#login::after {
		transform: translateX(1vw);
	}
}
@media screen and (min-width: 3200px) {
	#login::after {
		transform: translateX(2vw);
	}
}
@media screen and (min-width: 4000px) {
	#login::after {
		transform: translateX(3vw);
	}
}