  :root {
  --input-padding-x: .75rem;
  --input-padding-y: .75rem;
}

html,
body {
  height: 100%;
}

body {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f5f5f5;
}

#bgVideo{
	position: fixed;
	right: 0;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
	z-index: -1;
	opacity: 0.5;
}

.form-signin {
  width: 100%;
  max-width: 520px;
  padding: 15px;
  margin: 0 auto;
}

.form-q {
  width: 100%;
  max-width: 520px;
  padding: 15px;
  margin: 0 auto;	
}

.form-qr {
  width: 100%;
  max-width: 700px;
  padding: 15px;
  margin: 0 auto;	
  border: 1px solid #ccc;
}

.form-label-group {
  position: relative;
  margin-bottom: 1rem;
}

.form-label-group > input,
.form-label-group > label {
  padding: var(--input-padding-y) var(--input-padding-x);
}

.form-label-group > label {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  margin-bottom: 0; /* Override default `<label>` margin */
  line-height: 1.5;
  color: #495057;
  border: 1px solid transparent;
  border-radius: .25rem;
  transition: all .1s ease-in-out;
}

.form-label-group input::-webkit-input-placeholder {
  color: transparent;
}

.form-label-group input:-ms-input-placeholder {
  color: transparent;
}

.form-label-group input::-ms-input-placeholder {
  color: transparent;
}

.form-label-group input::-moz-placeholder {
  color: transparent;
}

.form-label-group input::placeholder {
  color: transparent;
}

.form-label-group input:not(:placeholder-shown) {
  padding-top: calc(var(--input-padding-y) + var(--input-padding-y) * (2 / 3));
  padding-bottom: calc(var(--input-padding-y) / 3);
}

.form-label-group input:not(:placeholder-shown) ~ label {
  padding-top: calc(var(--input-padding-y) / 3);
  padding-bottom: calc(var(--input-padding-y) / 3);
  font-size: 12px;
  color: #777;
}
 
.input-row {
	width: 100%;
	display: flex;
	align-items: center;
}
        
.checkbox, .radio {
	width: 30px;
	height: 30px;
	position: relative;
	display: block;
}

.check, .rad {
	position: absolute;
	height: 100%;
	width: 100%;
	background-color: #e3eefa;
}
.check { border-radius: 3px; transition: all 0.4s; }
.rad {border-radius: 50%; transition: all 0.4s; }

.checkbox.on .check, .radio.on .rad { background-color: #4287f5; }
.checkbox.on .checked-icon, .radio.on .rad-icon {
	opacity: 1; 
	text-align: center;
	animation-name: eh;
	animation-duration: 0.3s;
}

.checkbox .checked-icon, .radio .rad-icon { transition: opacity 0.3s ease-out; }

.toggle {
	position: relative;
	width: 60px;
	height: 34px;
	display: inline-block;
}

.toggle .slider {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transition: 0.4s;
	border-radius: 34px;
}

.toggle .slider:before {
	position: absolute;
	content: "";
	height: 26px;
	width: 26px;
	left: 4px;
	bottom: 4px;
	background-color: white;
	transition: .4s;
	border-radius: 50%;
	box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.05);
}

.toggle .slider { background-color: #e3eefa; }
.toggle.on .slider { background-color: #4287f5; }
.toggle.on .slider:before { transform: translateX(26px); box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.2); }

.toggle .label { position: absolute; left: 70px; top: 4px; vertical-align: middle; width:200px;}
.checkbox .label, .radio .label { position: absolute; left: 50px; top: 4px; vertical-align: middle; }

.toggle input { height: 100%; width: 100%; opacity: 0; position: absolute; z-index: 100; cursor: pointer; vertical-align: middle;}

/* -- DISABLED -- */

.toggle.disabled .slider { background-color: #ededed; }
.toggle.disabled .slider::before { box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.05); }
.checkbox.disabled .check, .radio.disabled .rad { background-color: #ededed; }

.disabled .label { color: #bababa; }
.disabled input { pointer-events: none; }

/* -- FOCUS -- */

.toggle.focus .slider, .checkbox.focus .check, .radio.focus .rad { box-shadow: 0px 0px 0px 2px #bababa; transition: all 0.4s; }
.focus .label { text-shadow: 0px 0px 3px #bababa; transition: all 0.4s; }

.descp{font-size:14px;color:darkgrey;}
p{text-align:justify;}
li{text-align:left;}
#loader{
	z-index:999999;
	display:block;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:url(pageloader.gif) 50% 50% no-repeat #1C2839;
}
/* Center-align the reCAPTCHA container */
.recaptcha-center {
	display: flex;
	justify-content: center; /* Horizontally center */
	align-items: center; /* Vertically center (optional) */
	margin: 20px 0; /* Add some margin for spacing */
}

.form-q p{text-align:center;font-weight:bold;color:grey;}

.box{position:relative;}
.chartinfo{position:absolute;width:100%;top:95px;}

.qr-wrapper{
	padding: 44px;
    background-color: #0080FC;
    box-shadow: inset 0 0 0 1000px var(--accent);
    border-radius: 56px;
    box-sizing: border-box;
}

.form-qr h1{text-align:center;font-size: 58px;font-weight: 700;}
.form-qr p{text-align:center;font-size: 36px;}
.url{
	font-size: 25px;
    color: white;
    font-weight: 700;
	margin-top:10px;
}
.qr-action{
	position: fixed;
    top: 10px;
    right: 10px;
}
#datalist td, #datalist th, #counterlist td, #counterlist th{text-align:left;}