#cameraFileInput {
  display: none;
}
#pictureFromCamera {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 20px;
  /*background-color: #04010121;*/
  border: 2px solid #bbbbbb78;
  z-index: 99;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.image_sec {
  position: relative;
  width: 80%;
  height: 460px;
  left: 0;
  right: 0;
  margin: auto;
  margin-top: 35px;
}
.image_sec span {
  text-align: center;
  z-index: 0;
  color: #9d9d9d;
  position: absolute;
  left: 0;
  right: 0;
  top: 170px;
  font-size: 22px;
}
.cam_content .btn {
    display: inline-block;
    background-color: #fff;
    color: #9a9a9a;
    padding: 8px 12px;
    font-size: 45px;
    cursor: pointer;
    text-transform: capitalize;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border: 3px solid #d3cccc;
}
.cam_content .submit_button {
  background-color: #fff;
  color: #9a9a9a;
  padding: 8px 12px;
  font-size: 45px;
  cursor: pointer;
  text-transform: capitalize;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  border: 3px solid #d3cccc;
  position: relative;
  top: 12px;
  margin-left: 10px;
  display: inline-block;
}
.cam_content .btn:hover {
  filter: brightness(0.9);
}
.cam_content {
  display: grid;
  align-content: center;
  text-align: center;
  width: 100%;
  height: 100vh;
  /* background-image: linear-gradient(to right, #000000, #23090e, #3c0912, #55030e, #6d0000); */
  /*background-image: linear-gradient(to left bottom, #ffffff, #f1f1f1, #e4e3e4, #d8d5d5, #cbc7c7);*/
}
.cam_content .logo_div img {
  width: 200px;
  margin: 30px 0;
}
