	/* .log-in-background */
	/* { */
		/* margin-top:50px; */
		/* background-image: url('assets/images/WebLoginPage1-2@2x.png') !important; */
		/* max-width:100%; */
		/* max-height:auto; */
		/* background-attachment: fixed;  */
		/* background-size: 100% 100%; */
		
	/* } */
	.sign-in
	{
		margin-top:50px;
	}
	.btn-success
	{
		background-color:#ed1165;
		border:none;
		width:50%;
	}
	.btn-success:hover
	{
		background-color:#ed1165;
		border:none;
	}
	a
	{
		color:#000;
	}
	a:hover
	{
		text-decoration:none;
	}
	.sidebar
	{
		width:240px;
		height:100%;
		background-color:#fff;
		position:fixed;
		left:-240px;
	}
	.sidebar a
	{
		display:block;
		color:#000;
		text-decoration:none;
		line-height:45px;
		
	}
	.sidebar a:hover, a.active
	{
		border-left:5px solid #ed1165;
		background-color:#eee;
		color:#ed1165;
	}
	.sidebar i
	{
		margin:0px 15px;
		
	}
	
	#check
	{
		display:none;
	}
	label #btn, #btn-close
	{
		position:absolute;
		cursor:pointer;
		
	}
	label #btn-close
	{
		visibility:hidden;
	}
	#check:checked ~ label #btn
	{
		margin-left:245px;
		visibility:hidden;
	}
	#check:checked ~ label #btn-close
	{
		margin-left:245px;
		visibility:visible;
	}
	#check:checked ~ .sidebar
	{
		left:0px;
	}
	
	.dsh-hd h3
	{
		background-color:#eee;
		padding:10px 0px;
	}
	
	@media screen (max-width:690px)
	{
		
	}