body.vertical-layout.vertical-menu.menu-expanded .content, body.vertical-layout.vertical-menu.menu-expanded .footer {
	margin: 0;
    padding: 0;
    top:0;
    left:0;
    right:0;
    bottom:0;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
	background-image:url(../images/login_back.jpg);
	background-repeat: no-repeat;
	background-size: cover;	
	background-attachment: fixed;
  	background-position: center top; 
}

.eyeIcon
{
	position: relative;
	top: -25px;
	opacity: inherit;
	z-index: 99999;
	float: right;
	right: 5px;
}