@import url("https://fonts.googleapis.com/css?family=Roboto:400,500,700&display=swap");

* {
  font-family: "Roboto", sans-serif;
}

body {
  background: #f5f7fa;
}

#video {
  width: 680px;
  height: auto;
  margin: 0 auto;

 


}
.instructions {
	line-height: 24px;
    color: #525252;
	
}
.banner {
  width: 680px;
  margin: 0 auto;
  display: none;
}
.logoImg {
  width: 260px;
  display: block;
  margin: 30px auto;
}
#photo {
  border: 1px solid black;
  box-shadow: 2px 2px 3px black;
  width: 320px;
  height: 240px;
}

#canvas {
  display: none;
}

.camera {
  width: 100%;
  display: inline-block;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}

.output {
  width: 100%;
  display: block;
  margin-top: 14px;
}
.idcard {
  width: 140px;
  border-radius: 4px;
}
.frame {
  position: absolute;
  background-image: url(overlay-doc.png);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-position: center center;
  overflow: hidden;
}

@media (orientation: landscape) {
  .frame {
    background-image: url(https://forms.glpg.net/forms/upload/overlay.png) !important;
  }
}

#startbutton {
  display: block;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  bottom: 0px;
  width: 100%;
  padding: 30px 40px;
  background-color: #456cac;
  font-size: 24px !important;
  color: rgba(255, 255, 255, 1);
  border-radius: 4px;
  cursor: pointer;
  outline: none;
}

#continuebutton {
  display: none;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  font-size: 24px !important;
  bottom: 0px;
  width: 100%;
  padding: 30px 40px;
  background-color: #456cac;
  color: rgba(255, 255, 255, 1);
  border-radius: 4px;
  cursor: pointer;
  outline: none;
}

.contentarea {
  font-size: 16px;
  font-family: "Lucida Grande", "Arial", sans-serif;
  width: 680px;
  margin: 0 auto;
}

.hovereffect {
  display: inline-block;
  float: left;
  position: relative;
  cursor: pointer;
  margin-right: 8px;
  margin-bottom: 8px;
}
.hovereffect:hover .overlay {
  opacity: 0.6;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.3s ease;
  background-color: white;
}
.removeimg {
  color: rgb(69, 108, 172);
  padding: 20px;
  font-size: 12px;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}
