body{
	margin: 0;
	padding: 0;
	width: 100vw;
	height: 100vh;
	overflow-x: hidden;
	overflow-y: hidden;
	font-family: Calibri,Arial, Helvetica, sans-serif;
}

.content{
	width: 100vw;
	height: 100vh;
}

.main-bg{
	background: #093557;
	color: #FFF;
	width: 100vw;
	height: 100vh;
	font-family: Calibri,Arial, Helvetica, sans-serif;
}

.main-bg-home{
	background-image: url("../img/background.png") !important;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.main-bg .logo{
	position: fixed;
	top: 50%;
	left: 50%;
	/* bring your own prefixes */
	transform: translate(-50%, -50%);
}

.main-bg h6{
	font-size: 25px;
	position: fixed;
	bottom: 5%;
	left: 50%;
	transform: translate(-50%, 20%);
}

.main-bg h3{
	padding-top:30px;
}

.loading {
    background: rgba(255, 255, 255, 0.9);
    width: 100vw;
    height: 100vh;
    z-index: 1;
    position: absolute;
    margin-top: -20px;
}

.loading img{
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);	
}

.blink_me {
	animation: blinker 2s linear infinite;
}

@keyframes blinker {
	50% {
		opacity: 0;
	}
}

#form1{
	background-color: #053D5B;
    height: 80px;
    line-height: 80px;
}

#sd{
	color: white;
}

h1{
	color: white;
}

p{
	font-size: 30px;
	color: white;
}

a{
cursor: pointer;
}

#sd{
	margin : 210px auto;
}

.inputcolumn{
	padding-top: 100px;
	text-align: center;
}

.inputcolumn input{
	margin: 0 auto;
    display: block;
    width: 85% !important;
		background: none;
		font-size: 2rem;
		height: 65px;
    color: #FFF;
    border: none;
    border-bottom: 1px solid #FFF;
}

.inputcolumn input:focus{
	background: none;
    color: #FFF;
    border: none;
    border-bottom: 1px solid #FFF;
}

.inputcolumn input::-webkit-input-placeholder { /* Edge */
	color: #FFF;
  }
  
  .inputcolumn input:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #FFF;
  }
  
  .inputcolumn input::placeholder {
	color: #FFF;
  }

  .inputcolumn input:-internal-autofill-previewed, .inputcolumn input:-internal-autofill-selected {
    background-color: none !important;
    background-image: none !important;
    color: #FFF !important;
}

.loaddata{
	padding: 50px;
}

.boxuser{
		height: 95px;
		background: #053D5B;
		color: #FFF;
		margin-bottom: 20px;
		border-radius: 50px 10px 10px 50px;
		padding: 10px;
}

.fotouser{
		width: 75px;
}

.fotouser img{
		border-radius: 100px;
		position: relative;
		top: 0;
		left: 0;
		transform: none;
		width: 75px;
		height: 75px;
		float: left;
		margin-right: 15px;
}

.datauser{
	font-size: 12px;
	text-transform: uppercase;
	padding-top: 15px;
}

.datauser span{
	font-weight: bold;
	font-size: 16px;
	font-style: italic;
}

.boxcapture{
	padding-top:50px;
	width: 450px;
	margin: 0 auto;
}

#my_camera{
	width: 450px;
	height: 600px;
	border: 1px solid black;
}

.btncapture{
	width: 100%;
	height: 70px;
}

.confirmdata{
	width: 65vw;
	margin:0 auto;
	padding-top:100px;
	
}

.confirmbg{
	width: 40vw;
	padding: 25px;
	margin:0 auto;
	background: #053D5B;
	border-radius: 20px;
}

.confirmdata table{
	font-size: 18px !important;	
}

.confirmdata table span{
	font-size: 12px;
}

.confirmdata img{
	position: relative;
	max-width: 300px;
	top:0;
	left:0;
	transform: none;
}

.finishcheck{
	position: relative !important;
	max-width: 150px !important;
	top:0 !important;
	left:0 !important;
	transform: none !important;
	margin-top: 150px !important;
}

.finishnote{
	font-size: 32px;
}

#tipetamu{
	height: 65px !important;
	font-size: 2rem !important;
}

video{
	object-fit: fill !important;
	z-index: -100;
}

.boxtimer{
	margin-top: 170px;
	text-align: center;
	width: 400px;
	height: 400px;
	border: 3px solid #FFF;
	border-radius: 200px;
	font-size:40px;
	padding-top:60px;
}

.boxtimer span{
	font-size:120px;
}

.owl-carousel div, .owl-carousel img{
	width: 100%;
	height: 100vh;
}

.choice{
	margin-top:23vh;
}

.choice img{
	position:  relative !important;
	width: 25vw;
}

.choice span{
	font-size: 50px;
}

.courierimage{
	margin-bottom: 30px;
}

.left-button{
	position: fixed;
    bottom: 0;
    left: 0;
    width: 20vw;
    text-align: center;
    background: #053D5B;
	font-style: italic;
	height: 80px;
	line-height: 80px;
}

.right-button{
	position: fixed;
    bottom: 0;
    right: 0;
    width: 20vw;
    text-align: center;
    background: #053D5B;
	font-style: italic;
	height: 80px;
	line-height: 80px;
}

.max-90{
	max-width: 90%;
}

.courier{
	margin-top: 10vh;
}

.courier img{
	width: 10vw;
}

.courierFoto{
	width: 15vw !important;
	margin-bottom: 15px;
}

.double-arrow{
	font-size: 32px;
    margin-top: 25px;
}

.btn-ok{
	border-radius: 100px;
    color: #FFF;
    background: #053D5B;
	box-shadow: 1px 2px 2px #000;
	padding: 10px 35px;
}

.guestfoto{
	padding-right: 25px;
}

.box-finish{
	padding-top: 25vh;
}

.icon-success{
	font-size: 150px;
}

.finishtext{
	font-weight: bold;
}

.effect-bright:hover {
	filter: brightness(150%);
}

.effect-dark:hover {
	filter: brightness(50%);
}

  