.layout-header {
  margin-bottom: 15px;
  padding: 15px 0;
}
.web-logo img {
  width: 100%;
}

#submitform {
  margin-top: 20px;
}

.button-submit .button {
  margin: 0 !important;
}

.main-content {
  margin-bottom: 250px;
}

#webcam {
    position: fixed;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    border: 1px solid #ccc;
    z-index: 1000;
    width: 300px;
    height: 300px;
    text-align: center;
    border-radius: 50%;
    object-fit: cover;
}

#cameraContainer {
  position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.9);
    color: #fff;
    border: 1px solid #ccc;
    z-index: 1000;
    width: 100%;
    height: 100vh;
    text-align: center;
}

.capture-content {
  position: absolute;
    left: 0;
    right: 0;
    bottom: 24%;
    padding: 10px;
    color: #fff;
    width: 50%;
    margin: 0 auto;
    text-decoration: none;
}

.capture-content p {
  line-height: 30px;
}

.disclaimer {
  position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px;
}

.capture-content a {
  background: #fff;
    color: #000;
    padding: 10px;
    text-decoration: none;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 15px;
    display: inline-block;
}

#capturedImageContainer {
  width: 150px;
    height: 150px;
    border: 10px solid #eee;
    border-radius: 50%;
    object-fit: contain;
    margin : 0 auto;
}

#capturedImageContainer img {
  width: 100%;
    object-fit: cover;
    height: 130px;
    border-radius: 50%;
}

.left-row {
  margin-top: 20px;
}

.image-cam {
  width: 50px;
}
.form-control {
  margin-bottom: 20px;
}

.image-section {
  text-align: center;
}

.border-image {
  border-right: 1px solid #eee;
}

#startCamera {
  text-decoration: none;
    color: #fff;
    background: #0d6efd;
    padding: 5px 15px;
    margin-top: 20px;
    display: inline-block;
    border-radius: 5px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

#flexCheckDefault {
  margin-bottom: 30px;
}

.checkDefault {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 20px;
}