
/*-----------------------------------------------------------------------------------*/
/*	01.	Custom Logo
/*-----------------------------------------------------------------------------------*/

.login h1 a {
  background-image: url('https://thetrulyco.com/wp-content/uploads/2021/02/websiteloginlogo.png');
  -webkit-background-size: contain;
  background-size: contain;
  height: 22px;
  width: 80px;
}




body.login:after {
	background-color: rgba(210,193,171,1);
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
}

body #login {
    z-index: 2;
    position: relative;
}

 
