.navbar-bg {
	background-color: #FFFFFF66;
}
.bg-img1 {
	background: url(../arvene-form.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.scroll-area {
	height: calc(100vh - 80px); 
	overflow: auto; 
	margin-top: 10px;
	color: #666;
	font-size: 1.2rem;
}

body {
	background-color: #f0eff2 !important;
}

#app {
	height: 100%;
	width: 100%;
	overflow: hidden;
	padding: 0;
	margin: 0;
}

#entry {
	height: 100%;
	width: 100%;
	background-image: url(../files/entry.jpg);
	background-repeat: no-repeat;
	background-size: 400px;
	background-position: top center;
	display: flex;
	justify-content: center;
	padding-top: 28em;
	overflow-y: auto;
	overflow-x: hidden;
}

#scaning-overlay {
	position: absolute;
	display: flex;
	height: 100%;
	width: 100%;
	top: 0;
	align-items: center;
	justify-content: center;
}
#scaning-overlay.hidden {
	display: none;
}

.btn-info {
	background-color: #f17255 !important;
	border-color: #d44437 !important;
}
.btn-start {
	border-radius: 50%;
	padding: 2rem;
	background-color: #f17255;
	color: white;
	font-weight: bold;
}
.btn-activa, .btn-activa:focus {
	-webkit-box-shadow:0px 0px 6px 6px rgba(255,53,46,0.78);
	-moz-box-shadow: 0px 0px 6px 6px rgba(255,53,46,0.78);
	box-shadow: 0px 0px 6px 6px rgba(255,53,46,0.78);
}
.modal {
	height: calc(100% - 80px);
}
.contact-bg {
	background-image: url(../files/loading.jpg);
	background-size: cover;
	background-position: top center;
	opacity: 0.8;
	height: 35em;
}
.contact-bg .modal-body {
	padding-top: 10em;
}
.contact-bg .modal-body h4 {
	color: #d44437;
}