*{
	padding: 0px;
	margin: 0px;
	box-sizing: border-box;
}

body {
	background: #ccc !important;
}



#left{
  min-height: 100vh !important;
  background-color: black!important;
}

#left button{
  background: white;
}

#right{
  background: #ddd;
}


#loginbox {
	width: 70%;
	min-height: 300px;
}


#circleBox {
	width: 80px;
	height: 80px;
	border: 1px solid #ccc;
	margin: 20px auto;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #ddd;
}

#pic {
	width: 70px;
	height: 70px;
	border-radius: 50%;
}

#fileHeader{
	width: 100%;
	height: 200px;
	background-image: url("../images/uploadimg.jpg");
	background-size:100% 100%;
}



#uploadtable button{
	width: 35px;
	height: 35px;
	padding: 0px;
}
