*{
	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:120px;
	height:120px;
	border:1px solid #ccc;
	margin:40px 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:600px;
	background-size: 100% 100%;
	background-image: url("../images/1.png");
}
