
/*-----------------------------------------------------------------------------------*/
/*	01.	Custom Logo
/*-----------------------------------------------------------------------------------*/

.login h1 a {
  background-image: url('https://www.solflobjj.com/wp-content/uploads/2018/02/gym-logo-default.png');
  -webkit-background-size: contain;
  background-size: contain;
  height: 60px;
  width: 208px;
}




body.login:after {
	background-color: rgba(0,0,0,1);
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
}

body #login {
    z-index: 2;
    position: relative;
}

 
