#footer{
	height:30px;
	width:100%;
	background-image: linear-gradient(#FFF, #EEE 50%, #E4E4E4);
	background-repeat: no-repeat;
	filter: none;
	border: 1px solid #D5D5D5;
	position: fixed;
	right: 0;
	left: 0;
	z-index: 1030;
	bottom: 0;
	border-width: 1px 0 0;
}

#panel-margin{
	margin-top:40%;
}

#title{
	color:#fff;
}

#sidebar{
	top:55px;
	width:17%;
	position:fixed;
	height:100%;
	border:1px solid #e7e7e7;
}

#menu ul li{
	list-style-type:none;
	padding:5px;
	border-bottom:0;
}

#menu ul li a:hover{
	text-decoration:none;
}

.admin{
	color:#fff;
	margin-top:10px;
	margin-right:20px;
}

#content{
	float:right;
	width:81%;
	margin-right:10px;
	height:1000px;
}




.panel-heading.head{
	padding-block: 20px;
}

.panel-heading.head h1{
	font-weight: 800;
}

.panel-body.pBody{
	padding-block: 20px !important;
	padding-inline: 30px !important;
}

.loginFooter .grid-list::before{
	content: unset !important;
}

.loginnBtn{
	display: flex;
    justify-content: center;
	margin-top: 20px;
}

.formLoginArea{
	display: flex;
    justify-content: center;
    align-items: center;
    background-color: hsl(250.43deg 44.52% 30.39%);
    padding-inline: 20px;
}

.formLoginArea #panel-margin{
	width: 400px !important;
	margin-top: 200px;
}

.loginFooter footer{
	padding-bottom: 60px !important;
}