#layout-account{
	
}
#wrap{
	display:flex;
	justify-content:center;
	width:100%;
	height:100vh;
}
#layout-account #left-section,
#layout-account #right-section{
	height:100%;
	display:flex;
	align-items:center;
}
#layout-account #left-section{
	width:50%;
	background:#fff;
	padding:10rem;
}
#layout-account #left-section #brand{
	position:absolute;
	left:2rem;
	top:2rem;
}
#layout-account #left-section .suiSignIn,
#layout-account #left-section .suiSignUp{
	box-shadow:none;
}
#layout-account #right-section{
	width:50%;
	background:url('https://m-cdn.phonearena.com/images/articles/359946-image/zazzle-custom-phone-cases.jpg') no-repeat center center;
	background-size:cover;
	padding:10rem;
	color:#fff;
}