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

body{
  background-color:#030c0e !important;
}

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

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

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

#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:300px;
  background-image:url(../img/upload.jpg);
  background-size:100% 100%;
}
