
/*-----------------------------------------------------------------------------------*/
/*	01.	Custom Logo
/*-----------------------------------------------------------------------------------*/

.login h1 a {
  background-image: url('https://eldoview.co.za/wp-content/uploads/2022/03/Eldoview-Estate-logo_Landscape-with-HOA-white-web-1.png');
  -webkit-background-size: contain;
  background-size: contain;
  height: 105px;
  width: 355px;
}




body.login:after {
	background-color: ;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
}

body #login {
    z-index: 2;
    position: relative;
}

 
