@media (max-width: 767px) {
	body{
		background-color: #fff;
	}
	.login-box{
		width: 90%;
	}
	.main-header{
		text-align: center;
	}
	.main-header .logo{
		float: none;
		width: 100%;
	}
	.main-header .navbar{
		margin-left: 0;
		border-left: 0;
	}
	.main-wrapper{
		position: relative;
	}
	.left-sidebar{
		display: none;
	}
	.content-wrapper{
		border-left:0;
		margin-left: 0;
		height: 100%;
	}
	.icon{
		display: block;
		    position: absolute;
    vertical-align: middle;
    margin-left: 13px;
    margin-top: 5px;
	}

	.left-sidebar{  
	position: absolute;
    top: 1px;
    left: 0;
    width: 100%;
	}

	.arrow {
		display: none;
	}
}