
/*-----------------------------------------------------------------------------------*/
/*	01.	Custom Logo
/*-----------------------------------------------------------------------------------*/

.login h1 a {
  background-image: url('https://suspicious.tech/wp-content/uploads/2018/04/dar-logo-default.png');
  -webkit-background-size: contain;
  background-size: contain;
  height: 48px;
  width: 135px;
}



		body.login {
			background: url(https://suspicious.tech/wp-content/uploads/2018/07/404.jpg);
														} 
body.login:after {
	background-color: rgba(47,68,175,0.18);
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
}

body #login {
    z-index: 2;
    position: relative;
}

 
