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

body{
  background: #000000 !important;
}

#right{
  background-image: url("../images/bg6.jpg") !important;
  /* z-index:1000 !important; */
  background-repeat:no-repeat;
  background-size:100% 100%
}

#loginBox{
  width:70%;
  min-height:300px;
  box-shadow:0px 5px 5px 0px grey;
  border-radius:10px 10px;
  /* margin:auto; */
}

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

#left button{
  background-color:#ddd;
  border-radius:10px !important;
}

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

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

#fileHeader{
  width:100%;
  height:250px;
  background-image:url("../images/upload.png");
  background-repeat:no-repeat;
  z-index:1000;
  /* background-color:red !important; */
}
