.login-float{
	position: absolute;
    width: 50%;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.login-section{
	height:100vh;
}
.show-demo{
	cursor:pointer;
}
.logo img {
	max-height:55px;
}
.cstm-section{
	padding:20px;
}