/* null margins and padding to give good cross-browser baseline */
html,body,address,blockquote,div,
form,fieldset,caption,
h1,h2,h3,h4,h5,h6,
hr,ul,li,ol,ul,dl,dt,dd,
table,tr,td,th,p,img {
	 margin:0;
	 padding:0;
}

img, fieldset {
	 border:none;
}
/*
* {
	 box-sizing:border-box;
}
*/
@media (max-width:480px) {
	/* Fix for pre "viewport <meta>" mobile browsers */
	* {
		-webkit-text-size-adjust:none;
		-ms-text-size-adjust:none;
	}
}

html, body {
	 height:100%;
}

body, button, input, table, textarea, select {
	 font:normal 0.994em/1.3 arial,helvetica,sans-serif;
}

body {
	 background:#000 url(images/rear2.jpg) center no-repeat;
	 background-size: contain;
}

img {
  max-width:100%;
  display:block;
  margin:0 auto;
}

.enter {
  position: fixed;
  bottom: 1em;
  top: 90%;
  left: 50%;
  transform: translate(-50%,-90%);
}

h1 {
  margin-top:1em;
  font-size:1.75em;
  color: black;
  text-align:center;
}

h2 {
  font-size: 1.5em;
  color: white;
  text-align:center;
}
h2 small {
  font-size: 0.5em;
  font-weight: 400;
}

p {
   color:black;
   font-size: 1.1em;
   display:block;
   line-height:1.25em;
   padding:1em 0em 0.25em;
   width:90%;
   margin:auto;
}

.plate {
   display:block;
	 max-width:60%;
	 margin:0 auto 1em;
	 padding:0 0 1em;
}

video {
   display:block;
   margin: auto;
   padding:0.87em 0em;
   width: 90%;
}

a {
color: #04EEFC;
}

a:visited {
color: #FCF904;
}

.data-table {
  width: 40%;
  margin:auto;
  display: block;
}

#docs {
  display:block;
  margin: 0 auto;
  width:400px;

}

/* Logout button */

.logout-form-container {
   padding-top:1em;
   padding-bottom:0em;
   display: flex;
   justify-content: center;
   height: 5vh;
}

.logout-form-inline {
  position:fixed;
}

.logout-form-inline button {
  padding: 10px 20px;
  background-color: #cccccc;
  border: 1px solid #000;
  color: black;
  border-radius: 0.5em;
}
/* End Logout button */

/* Login form */

.login {
  font-size:2em;
	max-width: 40%;
  margin: 1em auto;
  background: #f5f5f5c7;
  padding: 20px 45px 20px 25px;
  border-radius: 0.5em;
  border: 2px solid #ccc;
}
legend {
  margin-top: -0.5em;
  margin-bottom: 0.5em;
}
label {
  font-size:0.8em;
}
input[type='user'],input[type='name']{
  font-size:1.5em;/* 1.2em */
	width: 100%;
	padding: 10px;
	border-radius: 0.2em;
	border: 1px solid #ccc;
	margin-top: 10px;
	margin-bottom: 20px;
}
input[type='password']:focus,input[type='name']:focus{
  font-size:1.2em;/* 1.2em */
  width: 100%;
  padding: 5px;
	border-radius: 3px;
	border: 1px solid #5db6db;
	box-shadow: 0 0 10px #b9eaff;
	outline: none !important;
}
button {
  font-size:1.3em;
	background: rgb(39,160,210);
	color: #fff;
	border: none;
	margin: 0.5em 0;
	padding: 10px 20px;
	cursor: pointer;
}
	
.msg {
  font:bold 120% verdana;
  text-align:center;
  color:green;
}

.warn {
  font:bold 120% verdana;
  text-align:center;
  color:maroon;
}

.LEO {
  font-size:0.5em
}

@media (max-width:48em) {/* 800px */
	p h2 {
	padding:1em;
	}
	video {
	display:block;
	width:100%;
	}
	.plate {
	width:100%;
	margin:0 auto;
	}
	.data-table {
  width: 80%;
  }
}

@media (max-width:27em) {
  p {
    padding:0.5em;
  }    
  .data-table {
  width: 100%;
  }
.login{
  max-width: unset;
  margin: 1em 2.5%;
}