.bg-ellipse{
	width:55%;
	height: 100vh;
	background-color: #FFFFFF;
    border-radius: 0 75% 0 0;
    position: absolute;

}

.bg-blue{
	background: #465A73;
	height: 100vh;
  	width: 100%;
  	position: absolute;

}