*{
  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;
  align-items:center;
  background-color:#ddd;
}

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

#fileHeader {
  width:100%;
  height:400px;
  background-image:url(../images/upload.png);
  background-size:100%;
}
