
/*-----------------------------------------------------------------------------------*/
/* 01. Custom Logo
/*-----------------------------------------------------------------------------------*/

.login h1 a {
background-image: url('/wp-content/uploads/2020/04/eco_palnik2.svg');
-webkit-background-size: contain;
background-size: contain;
max-height: 160px;
height: 500px;
max-width: 500px;
width: 100%;
}

@media (max-width: 768px){
.login h1 a {
max-height: 76px !important;
}
}




body.login:after {
background-color: ;
content: '';
width: 100%;
height: 100%;
position: absolute;
z-index: 1;
top: 0;
}

body #login {
z-index: 2;
position: relative;
}

