#cameraFileInput, #cameraFileInput_back {
  display: none;
}
#pictureFromCamera, #pictureFromCamera_back {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 20px;
  background-color: #e852223d;
  border: 1px solid #e852228c;
  z-index: 99;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.image_sec {
  position: relative;
  width: 100%;
  height: 460px;
  left: 0;
  right: 0;
  margin: auto;
  margin-top: 15px;
}
.image_sec span {
  text-align: center;
  z-index: 0;
  color: #af4422de;
  position: absolute;
  left: 0;
  right: 0;
  top: 170px;
  font-size: 14px;
  line-height: 14px;
  width: 80%;
  margin: auto;
}
.cam_content .btn {
  display: inline-block;
  background-color: #373737;
  color: white;
  padding: 8px 12px;
  font-size: 45px;
  cursor: pointer;
  text-transform: capitalize;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  border: 3px solid #000;
}
.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;
}
