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

body {
	background: #ccc !important;
}

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

#left {
	min-height: 100vh;
	background-color: white;
}

#left button {
	background-color: #ddd;
}

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

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

#fileHeader {
	width: 100%;
	height: 600px;
	background-size: 100% 100%;
	background-image: url("../images/file-img.png");
	/*background-image: url("../images/1.webp");*/
}